I have Cyberpanel 2.3.1 running on Ubuntu on a DigitalOcean droplet with UFW and DO’s cloud firewall enabled. I’ve setup the mailserver on subdomain mail.mydomain.com and added Let’s Encrypt SSL. I can receive email in (old) Outlook and I can send and (apparently) receive email in Thunderbird (even on port 465) and I can telnet POP3 on port 110, but I can’t do any of the following:
- telnet mail.mydomain.com on ports 25, 465, 587 - connect failed
- WordPress SMTP plugins return connection refused on ports 465 and 587
- Online tests like //email/testTo: return “connection refused” (this tool did work a few days ago!), and SMTP Test Tool says “No connection could be made because the target machine actively refused”
Ports 25, 465, 587 are all set to be open for tcp in both firewalls.
ssllabs.com returns a grade A for the SSL certificate.
Any ideas please (not just links to general topics please)?