Hello, we have dovecot 2.0.13 installed in our RHEL5 servers. We use dovecot as a lmtp proxy on the front end mail relays and dovecot for back end lmtp/pop/imap. All our servers have RHEL5.6 64-bit and dovecot 2.0.13 installed, and the back end has also an ext3 mbox file-system mounted. Sometimes we have mails that get stuck on our postfix queue with the following error: Remote server not answering (timeout in DATA input) (in reply to end of DATA command) In our logs we only see the fact that the connection times out after 1 minute and gets disconnected: Jun 22 11:56:53 back-end dovecot: lmtp(3256): Connect from a.b.c.d Jun 22 11:57:53 back-end dovecot: lmtp(3256): Disconnect from a.b.c.d: Connection closed Jun 22 11:56:53 front-end dovecot: lmtp(16397): Connect from a.b.c.d Jun 22 11:57:53 front-end dovecot: lmtp(16397): Disconnect from a.b.c.d: Disconnected for inactivity We've tried to recalculate the mbox quota using "doveadm quota recalc -n ..." command and flushed our mail queue, but the mail still gets stuck on the postfix queue with the same error. It doesn't happen for every single mail, it's random. I'm attaching the output of dovecot -n for both servers. Can you please help us? Regards CINZIA INNOCENZI Technical Consulting HP Enterprise Services Telephone +39 06.6542.5758 Email cinzia.innocenzi at hp.com<mailto:cinzia.innocenzi at hp.com> Via Achille Campanile, 85 / Rome, Italy 00143 [cid:image001.jpg at 01CC30D7.612C3210] -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 690 bytes Desc: image001.jpg URL: <http://dovecot.org/pipermail/dovecot/attachments/20110622/3d3a3ebc/attachment-0002.jpg> -------------- next part -------------- A non-text attachment was scrubbed... Name: front-end-dovecot.conf Type: application/octet-stream Size: 1111 bytes Desc: front-end-dovecot.conf URL: <http://dovecot.org/pipermail/dovecot/attachments/20110622/3d3a3ebc/attachment-0004.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: back-end-dovecot.conf Type: application/octet-stream Size: 1515 bytes Desc: back-end-dovecot.conf URL: <http://dovecot.org/pipermail/dovecot/attachments/20110622/3d3a3ebc/attachment-0005.obj>
if u already didnt, try setting 'mail_debug=yes' in config. -- Simone Caruso IT Consultant p.iva: 03045250838
On Wed, 2011-06-22 at 10:31 +0000, Innocenzi, Cinzia wrote:> Hello, > > we have dovecot 2.0.13 installed in our RHEL5 servers. We use dovecot > as a lmtp proxy on the front end mail relays and dovecot for back end > lmtp/pop/imap. All our servers have RHEL5.6 64-bit and dovecot 2.0.13 > installed, and the back end has also an ext3 mbox file-system mounted. > > Sometimes we have mails that get stuck on our postfix queue with the > following error: Remote server not answering (timeout in DATA input) > (in reply to end of DATA command)..> It doesn't happen for every single mail, it's random.My guess is there's a bug somewhere in the LMTP proxy code. It's a bit annoyingly complex code.. Do you see this happening when proxying only a single mail (one RCPT TO per DATA, not multiple)? And I would guess that when attempting to deliver the same mail again it works fine (at least in a few tries)?
Reasonably Related Threads
- building packages under windows
- Building packages with subroutine in fortran 90 under windows xp
- R: Re: LMTP : Can't handle mixed proxy/non-proxy destinations
- package with fortran 90 subroutines under windows xp
- R: Re: R: Re: LMTP : Can't handle mixed proxy/non-proxy destinations