• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

SMTP Banner - Multiple IP

  • Thread starter AmministratoreS
  • Start date
We had the same problem: ip1/banner1, ip2/banner1 - correct ip1/banner1, ip2/banner2

System: Plesk 10.4.4, CentOS 6, 64 bit

http://www.linuxmail.info/postfix-multiple-ip-address-smtp-greeting/



Plesk overwrites the master.cf.

To prevent Plesk from overwriting: chattr +i /etc/postfix/master.cf

Shell: service postfix restart

This worked for us.

CU

hologer

I was only able to make this work after adding an ip-hostname mapping in /etc/hosts, which is not done automatically by plesk when adding a domain with a dedicated ip. Before adding the mapping in the /etc/hosts file, postfix was failing the restart and the /var/log/maillog had a fail entry saying that postfix could not perform a binding to those ip addresses. Once I added the mappings in the /etc/hosts file I was able to restart postfix and now I magically have the correct SMTP greetings if I telnet on port 25 to my domain:

telnet-screenshot.png
 
Back
Top