Question
Dovecot SSL/TLS not working
This morning, I set up my email server following this tutorial and it works mostly fine. It sends email and I’ve setup DKIM; it doesn’t send encrypted messages using SSL/TLS it only works with STARTTLS (which isn’t safe right now).
Receiving emails using SSL/TLS works fine it’s only sending so my IMAP is all set up perfectly, It’s just the SMTP.
I logged what shows up in console so here’s the log.
Note: I’m using Ubuntu 16.04 and I know the tutorial is for 12.04 but considering everything else has worked fine I doubt this is the issue.
Just in case this helps here are my config files for Dovecot.
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.
×
Did you find a solution for this? I am facing the same issue.
Actually my issue was that I had not defined smtpdusetls=yes. It is working now.