Question
Cannot login after setting up mailserver with Postfix, Dovecot, MySQL, and SpamAssassin
I did every step explained in this article: https://www.digitalocean.com/community/tutorials/how-to-configure-a-mail-server-using-postfix-dovecot-mysql-and-spamassassin
However, I am still not able to login within my mail application. Also I noticed, the 993 port is not open, neither is the 587 port. How can I fix this? I am using UFW as my firewall, and it has the current rules setup:
Nginx HTTPS ALLOW Anywhere
OpenSSH ALLOW Anywhere
Postfix SMTPS ALLOW Anywhere
Dovecot Secure IMAP ALLOW Anywhere
587/tcp ALLOW Anywhere
Nginx HTTPS (v6) ALLOW Anywhere (v6)
OpenSSH (v6) ALLOW Anywhere (v6)
Postfix SMTPS (v6) ALLOW Anywhere (v6)
Dovecot Secure IMAP (v6) ALLOW Anywhere (v6)
587/tcp (v6) ALLOW Anywhere (v6)
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.
×