• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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