Hello.
I'm not able to use my emails via Outlook. I'll explain all the steps I followed for better understanding.
I just finished configuring my mail server using this Linode Guide, using the default configurations and Dovecot's auto-signed SSL:
https://library.linode.com/email/postfi ... 0.19-mysqlI tested if everything works using my Outlook. The incoming server is working perfectly but the SMTP is not.
I've found out that my ISP is blocking the port 25 and so I found this guide (link below) and edited my /etc/postfix/master.cf, uncommenting the submission line like this:
Code:
submission inet n – n – – smtpd
The guide said it'll enable to use the port 587 for outgoing emails.
http://www.faqforge.com/linux/how-to-en ... n-postfix/Done that, ok. I'm using these configurations on my Outlook to connect to my email:
IMAP: mail.example.com.br - port 993 (SSL)
IMAP: mail.example.com.br - port 587 (TLS)
My SMTP requires authentication
It's still not working. If I use the port 587 using SSL, it returns the error "encryption method not supported". If I use TLS, it gives the error "failed to establish encrypted connection".
I'm having this issue for several days, I looked at several forums and with Linode Managed and nobody could solve this yet. If somebody can suggest some solution, I'd be very grateful.
Thanks.