On 7.2.2012, at 10.25, Jan-Frode Myklebust wrote: > Feb 6 16:13:10 loadbalancer2 dovecot: lmtp(6601): Panic: file > lmtp-proxy.c: line 376 (lmtp_proxy_output_timeout): assertion failed: > (proxy->data_input->eof) .. > Should I try increasing LMTP_PROXY_DATA_INPUT_TIMEOUT_MSECS, or do you have > any > other ideas for what might be causing it ?
The backend server didn't reply within LMTP_PROXY_DEFAULT_TIMEOUT_MSECS (30 secs). It still shouldn't have crashed of course, and that crash is already fixed in v2.1 (in the LMTP simplification change). Anyway, you can fix this without recompiling by returning e.g. "proxy_timeout=60" passdb extra field for 60 secs timeout.