On 26/10/16 08:42, Rical Jasan wrote: > Might the broken pipe be in reference to logwatch->exim and > not exim->dovecot?
I doubt that. "Broken pipe" refers to the EPIPE error, which is specifically for an attempt to write on a pipe that has no reader. The reverse situation, reading on a pipe where the writer has closed, gets an end-of-file indication - zero bytes returned with no error. So it's the transport, in Exim terms. -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
