By shillingpaul
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!
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
}
}
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.