• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved SSL smtp not available

tkalfaoglu

Silver Pleskian
Hello. I tried the following site for testing.. STARTTLS delivery test · SSL-Tools
it asked me to send an email to them to test the SSL, which I did.. However this did not reach their servers,

Sep 29 09:39:51 ocean postfix/smtp[12387]: connect to ssl-tools.net[168.119.147.146]:25: Connection refused
Sep 29 09:39:51 ocean postfix/smtp[12387]: 2888F11E0F93: to=<[email protected]>, relay=none, delay=0.72, delays=0.57/0/0.15/0, dsn=4.4.1, status=deferred (connect to ssl-tools.net[168.119.147.146]:25: Connection refused)

I assume this has to do with connecting to their port 25, not the SMTPS port 465?
How can tell postfix to try both in case the 25 fails like this?

Many thanks, -t
 
Mail deliveries to remote systems are always done on the SMTP port 25. Every mail system _must_ accept mails on port 25.
TLS encryption is done after the initial handshake: Opportunistic TLS - Wikipedia

The services of ssl-tools.net are currently down it seems, it's not your fault.
 
Back
Top