Okay,

So I upgraded to 1.2.7b (with the conn.reconnect = 1 statement)...but I
still get the same problem.  After about a day of using the imap server I
get the error "Connection dropped by Server"

The POP3 (dbmail) and SMTP (Postfix) servers run just fine and do not give
any errors.  A restart of the dbmail imap server corrects the problem for
another day.

Any other ideas?  (I'm working on an upgrade to 2.0, but since the table
structure is a little different, and the configuration for the MTA is
different I've got to do some more planning.)



> On Sun, 2004-05-02 at 18:58, Leif Jackson wrote:
>> I am betting that my mysql auto-reconnect change that went into 2.x
>> devel
>> tree didn't get into 1.2.x Ilja? maybe we can get out a 1.2.7b anyway in
>> the db_connect area you have to add a line like...
>>
>>         /* auto re-connect */
>>         conn.reconnect = 1;
>>
>> this is right after the mysql_init in the dbmysql.c (around line 68) and
>> then re-compile it shouldn't ever have this issue again.
>>
>
> Exactly. The reconnect option was missing. I've changed it in CVS. Just
> give me about ten minutes to release 1.2.7b..
>
> Ilja
>
> _______________________________________________
> Dbmail mailing list
> Dbmail@dbmail.org
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
>

Reply via email to