Re: [Dbmail] dbmail-util DOES NOT DELETE MESSAGES!!!

2004-12-29 Thread Sergey Otinov
Nathan Zabaldo wrote: Leonel Nunez wrote: run dbmail-maintenance -cfpd so they get deleted from the database hmm, I am runing dbmail 1.2.7 and above and dbmail always delete messages (postgres & mysql)... it delete messages in two stages, first its mark message as deleted and second it de

[Dbmail] dbmail-2.0.4 build

2005-03-18 Thread Sergey Otinov
I download dbmail-2.0.4 from site and try to build: PATH=/opt/mysql/bin:$PATH ./configure \ --prefix=/opt/dbmail \ --with-mysql=/opt/mysql configuring was successfull, but gmake: In file included from misc.h:32,

Re: [Dbmail] dbmail2.1 fails on FBSD5.4 x64 at pthreads

2005-05-20 Thread Sergey Otinov
There is no pthread lib in your libs list. Try to add it (-pthread) into makefile. May be this help you (for csh) setenv LDFLAGS -pthread "-L/ usr/local/lib" (from your output) space after first slash, I think your should remove it.

[Dbmail] dbmail-pop3d starting trouble

2005-09-30 Thread Sergey Otinov
When starting dbmail-pop3d I get this messages in the maillog Sep 30 13:51:51 gw dbmail/pop3d[6845]: pool.c,child_register: register child [6845] Sep 30 13:51:51 gw dbmail/pop3d[6845]: pool.c,child_register: initializing child_state [6845] using slot [2] Sep 3

[Dbmail] dbmail-pop3d starting trouble

2005-09-30 Thread Sergey Otinov
This maillog messages more readable, sorry for above Sep 30 13:51:51 gw dbmail/pop3d[6845]: pool.c,child_register: register child [6845] Sep 30 13:51:51 gw dbmail/pop3d[6845]: pool.c,child_register: initializing child_state [6845] using slot [2] Sep 30 13:51:51 gw dbmail/pop3d[6845]: serverchil

Re: [Dbmail] dbmail-pop3d starting trouble

2005-09-30 Thread Sergey Otinov
Well I fix problem with this patch (I try connect once again after PQreset()) --- dbpgsql.c.distFri Aug 19 18:30:42 2005 +++ dbpgsql.cFri Sep 30 16:16:16 2005 @@ -91,8 +91,11 @@ if (PQstatus(conn) == CONNECTION_BAD) { PQreset(conn); if (PQstatus(conn) == CONNECTION_BA

Re: [Dbmail] dbmail-pop3d starting trouble

2005-09-30 Thread Sergey Otinov
This was fixed in SVN last week... Ok. I hope this will be fixed in 2.0.8 too.