Stefan Dorn | 1 Dec 2004 07:15

Re: installing dbmail+postfix+mysql on suse 9.1

>>Diagnostic-Code: smtp; 550 <test <at> test.ts>: Recipient address rejected: 
>>User unknown in virtual alias table
> 
> Sounds like you just need to disable this in main.cf:

..or specify it.

http://www.postfix.org/VIRTUAL_README.html

- stefan
Simon Buchanan | 2 Dec 2004 01:21
Picon

Saving to Sent problem...

Hi There, Using DBmail 2.0 and using thunderbird v9 with IMAP. Every now 
and again when in the process of sending the app freezes on 'Saving to 
Sent Folder' (or something similar)... looking at the processes running 
on the box and dbmail-imap is hogging the CPU and just sits there - i 
have to shut down dbmail and start again to clear the issue.

Has anyone seen or experienced this?
Paul J Stevens | 2 Dec 2004 09:59
Picon
Favicon
Gravatar

Re: Saving to Sent problem...

Sounds like the looping-imap issue to me. First time I hear of the TB user 
experiencing it though.

Simon Buchanan wrote:
> Hi There, Using DBmail 2.0 and using thunderbird v9 with IMAP. Every now 
> and again when in the process of sending the app freezes on 'Saving to 
> Sent Folder' (or something similar)... looking at the processes running 
> on the box and dbmail-imap is hogging the CPU and just sits there - i 
> have to shut down dbmail and start again to clear the issue.
> 
> Has anyone seen or experienced this?
> _______________________________________________
> Dbmail mailing list
> Dbmail <at> dbmail.org
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
> 

--

-- 
   ________________________________________________________________
   Paul Stevens                                         paul <at> nfg.nl
   NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
   The Netherlands_______________________________________www.nfg.nl
Simon Buchanan | 2 Dec 2004 19:35
Picon

Re: Saving to Sent problem...

I have upgraded "back" to 2.1 and the problem has stopped. I am 
wondering if my little test box hasnt started to go on me... I'll 
install on another box and see what happens..

Paul J Stevens wrote:
> Sounds like the looping-imap issue to me. First time I hear of the TB 
> user experiencing it though.
> 
> 
> Simon Buchanan wrote:
> 
>> Hi There, Using DBmail 2.0 and using thunderbird v9 with IMAP. Every 
>> now and again when in the process of sending the app freezes on 
>> 'Saving to Sent Folder' (or something similar)... looking at the 
>> processes running on the box and dbmail-imap is hogging the CPU and 
>> just sits there - i have to shut down dbmail and start again to clear 
>> the issue.
>>
>> Has anyone seen or experienced this?
>> _______________________________________________
>> Dbmail mailing list
>> Dbmail <at> dbmail.org
>> https://mailman.fastxs.nl/mailman/listinfo/dbmail
>>
> 
Jim Rosenbaum | 3 Dec 2004 01:43
Favicon

Mirroring DBmail (my homegrown solution)

First the question. Are their any plans to add the client compression 
protocol as a configuration option?

I am using Cyrus as my primary imap server. I have around 600 users. I 
currently rsync nightly between to different locations to back up the 
server. I also wound up using Amavisd-new and defining dbmail-smtp as an 
archive method. This allowed me to have an up to the minute backup of 
the primary imap server albeit without the filtering my users would have 
with their sieve scripts. I then ran dbmail-smtp with the database 
pointed to the backup imap server and dbmail-imapd on port 144 on my 
primary mail server. I'm still working on user automating user account 
synchronization. 
Thanks in advance.
-Jim Rosenbaum
I cut myself shaving with Occam's razor, anyone have a cryptic pencil?
Attachment (jim.vcf): text/x-vcard, 178 bytes
_______________________________________________
Dbmail mailing list
Dbmail <at> dbmail.org
https://mailman.fastxs.nl/mailman/listinfo/dbmail
Huib van Wees | 3 Dec 2004 16:15
Picon

error while loading shared libraries: libdbmail.0

Hi All,

I try to install dbmail on my gentoo box.
Which compiled with-out any problems.

But when I try to start the lmtp or any other dbmail daemons, I get a
failure like the one below.

/usr/local/sbin/dbmail-lmtpd: error while loading shared libraries:
libdbmail.0: cannot open shared object file: No such file or directory

I've googled arround and came out on the mailinglist archive but that
wasn;t very supportive :-(

Any ideas?

--

-- 
Met vriendelijke groet / With kind regards,

H. van Wees
---
The official Gentoo motto is, "If it moves, compile it."
richard | 3 Dec 2004 23:48

Re: error while loading shared libraries: libdbmail.0

Hi,

It may be something broken in the Makefiles that generates the wrong
library names. Linux often wants libdbmail.so.0 rather than libdbmail.0
etc. When ldconfig is run, it doesn't seem to recognise the libraries
unless you rename to .so. That was the case on Adamantix (Debian based) at
least. You may have to do the same to the libs in lib/dbmail/ as well.

Richard.

> Hi All,
>
> I try to install dbmail on my gentoo box.
> Which compiled with-out any problems.
>
> But when I try to start the lmtp or any other dbmail daemons, I get a
> failure like the one below.
>
> /usr/local/sbin/dbmail-lmtpd: error while loading shared libraries:
> libdbmail.0: cannot open shared object file: No such file or directory
>
> I've googled arround and came out on the mailinglist archive but that
> wasn;t very supportive :-(
>
> Any ideas?
>
> --
> Met vriendelijke groet / With kind regards,
>
> H. van Wees
(Continue reading)

Tony Cratz | 3 Dec 2004 23:48

Problem building on Solaris 8 x86

Hello:

	I'm trying to build dbmail-2.0.1 on a Solaris 8 x86 box. I'm running
	into a problem which I do not know how to solve. It seems that
	ld is trying to use both "-dn" and "-P". Below is the output from
	gmake which shows this error. How do I solve this problem?
	
	
/bin/sh ./libtool --mode=link gcc -fomit-frame-pointer -g -O2 -W -Wall 
-Wpointer-arith -Wstrict-prototypes  -o dbmail-smtp  main.o libdbmail.la 
mysql/libmysqldbmail.la sort/libsortdbmail.la auth/libauthdbmail.la 
-L/usr/local/lib/mysql -lmysqlclient -lz -lm  -L/usr/lib -lssl -lcrypto  
gcc -fomit-frame-pointer -g -O2 -W -Wall -Wpointer-arith -Wstrict-prototypes -o 
.libs/dbmail-smtp main.o  -L./.libs -ldbmail 
-L/home/cratz/src/dbmail/dbmail-2.0.1/mysql/.libs 
-L/home/cratz/src/dbmail/dbmail-2.0.1/sort/.libs 
-L/home/cratz/src/dbmail/dbmail-2.0.1/auth/.libs -L/usr/local/lib/mysql 
-L/usr/lib -Lmysql/.libs -lmysqldbmail -Lsort/.libs -lsortdbmail -Lauth/.libs 
-lauthdbmail -lmysqlclient -lz -lm -lssl -lcrypto -Wl,-rpath,/usr/local/lib 
-Wl,-rpath,/usr/local/lib/dbmail
ld: fatal: option -dn and -P are incompatible
ld: fatal: Flags processing errors
collect2: ld returned 1 exit status
gmake[2]: *** [dbmail-smtp] Error 1
gmake[2]: Leaving directory `/home/cratz/src/dbmail/dbmail-2.0.1'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/cratz/src/dbmail/dbmail-2.0.1'
gmake: *** [all-recursive-am] Error 2

								Tony
(Continue reading)

Tony Cratz | 5 Dec 2004 09:00

build problem on Solaris 8 x86 - missing functions

Hello,


	I thought I was getting close to being able to build DBmail but
	I found I forgot to do a clean configure on the system.
	
	I'm getting the below problem when I try to do a build. Please give
	me some help so I can get dbmail to build.
	
	I have MySQL installed in /opt/mysql and have made the needed
	changes to mysql_config so everything points correctly. I
	believe that I'm missing something simple.
	
	
							Tony
							
	
gcc -shared -Wl,-h -Wl,libdbmail.0 -o .libs/libdbmail.0.0.0 config.lo debug.lo 
list.lo dbmd5.lo md5.lo db.lo misc.lo mime.lo pidfile.lo server.lo 
serverchild.lo header.lo pipe.lo forward.lo dsn.lo 
-R/home/cratz/src/dbmail/dbmail-2.0.1/mysql/.libs 
-R/home/cratz/src/dbmail/dbmail-2.0.1/sort/.libs 
-R/home/cratz/src/dbmail/dbmail-2.0.1/auth/.libs -R/usr/local/lib/dbmail 
mysql/.libs/libmysqldbmail sort/.libs/libsortdbmail auth/.libs/libauthdbmail 
-L/opt/mysql/lib -I/opt/mysql/include -lmysqlclient -lz -lposix4 -lcrypt -lgen 
-lsocket -lnsl -lm -lc
Text relocation remains                 	referenced
    against symbol		    offset	in file
pipe_sig_handler                    0x108     	
/opt/mysql/lib/libmysqlclient.a(libmysql.o)
(Continue reading)

Preisinger Aron | 6 Dec 2004 09:56
Picon

strange errors

Hi there,

We are using dbmail 1.2.11 with postfix and postgresql 7.3.4 on rh9. The 
clients(about 20) are thunderbird 0.9.

Since last wednesday we have same strange errors. When I restart the 
dbmail-imapd everything works. But after some time if we send e-mail the 
tb freezes at 'Saving to sent folder', nobody can get new mails from the 
server and nobody can change folder or view other messages. These are 
independent symptoms.  When these eroors occures I have to restart the 
dbmail-imapd and everything works fine for some minutes. The 
dbmail-maintenance runs every night.

What can I do? Please help!

Aron

Sorry for my bad english.

Gmane