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
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,
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.
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
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
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
This was fixed in SVN last week...
Ok. I hope this will be fixed in 2.0.8 too.