[Mimedefang] Busy Timeout Slaves

David F. Skoll dfs at roaringpenguin.com
Fri Apr 9 16:51:04 EDT 2010


William Parr wrote:

> connect(5, {sa_family=AF_FILE, path="/var/mimedefang/sophie"}, 110) = ? ERESTARTSYS (To be restarted)
> --- SIGTERM (Terminated) @ 0 (0) ---

So here's what's happening: The connect call is blocking for too long
(longer than the busy-timeout or "-b" multiplexor flag.)  So the multiplexor
gets fed up and sends a SIGTERM.

Solution: Find out why the connect is blocking.  (Probably some Sophie
misconfiguration.)  Or increase the busy timeout (though that's unlikely
to be the real problem unless you've set it very low.)

Regards,

David.



More information about the MIMEDefang mailing list