• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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