Re: [exim] Broken Pipe to Dovecot LMTP Socket

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users
題目: Re: [exim] Broken Pipe to Dovecot LMTP Socket
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