Daemons that die or not wanted behaviour. However, there is a simple and
effective work-around: run dbmail-lmtpd from (x)inetd. Postfix will
restart the connection (and thereby) restart lmtpd if and when lmtpd dies.

I use xinetd:

#> cat /etc/xinetd.d/lmtp
service lmtp
{
        port            = 24
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = dbmail
        server          = /usr/sbin/dbmail-lmtpd
        server_args     = -n
}




Magnus Appelquist wrote:
> Hello list,
> I'm running Postfix with dbmail as backend and it works fine... almost.
> 
> dbmail-lmtpd daemon dies from time to time, sometimes after a day and
> sometimes after several days.
> I've searched the list for similar problems but I couldn't get any
> answer. I haven't found anything in the logs, dbmail-lmtpd is just dead.
> 
> Anyone else having the same problem?
> 
> My system:
> dbmail-lmtpd version 2.2.5-rc3 (with MySql)
> uname -a:
> Linux svecia 2.6.16.28-xen #8 SMP Thu Apr 26 16:04:42 CEST 2007 x86_64
> GNU/Linux
> 
> _______________________________________________
> DBmail mailing list
> [email protected]
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
> 


-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl
_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to