• 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 Send from domain IP addresses and use domain nam

Sally1

Regular Pleskian
Hello,

i had the config for Outgoing mail mode on send from domain IP Addresses. Outgoing / Incoming emails work fine.

I switched to the following setting:

Send from domain IP addresses and use domain names in SMTP greeting

When i do an telnet my mailserver 25 i get the answer

220 sxxxxxx.onlinehome-server.info ESMTP Postfix

Should the reply not be the actual domain, instead of the servers hostname? Where i can define the smtp greeting for my sending domain?

Thx
Sally
 
This line is created from the smtpd_banner configuration variable in the master.cf Postfix configuration file. It cannot be adapted to each domain name you are connecting to. It is correct that this displays the host name, not the domain name, because there (normally) is only one SMTP daemon on a host, not one per domain.
 
Back
Top