Report this

What is the reason for this report?

Ubuntu Postfix + Dovecot external mail set up: will send but wont receive

Posted on November 27, 2014

I am receiving this message in the mail log:

Nov 26 08:38:21 symbola postfix/lmtp[31011]: 8BC171421F9: to=<info@symbola.co.uk>, relay=localhost[private/lmtp], delay=2589, delays=2289/0.01/300/0, dsn=4.4.2, status=deferred (conversation with localhost[private/lmtp] timed out while receiving the initial server greeting)

When trying to receive mail in thunderbird the client times out but sending goes through fine…

Anyone got any ideas ?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

This comment has been deleted

This is probably a dovecot problem.

Because if you send an Emails in only goes through postfix. The above error message tells you that postfix can’t connect to dovecot the same goes for thunderbird.

Make sure dovecot ist running and listining on port 143 IMAP

Also for lmtp tarnsport you need something like this in your dovecot config:

service lmtp {
    unix_listener /var/spool/postfix/private/lmtp {
        user = postfix
        group = postfix
        mode = 0660
  }
}

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.