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.
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to