• 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.

multiple instance of postfix incoming

105547111

Silver Pleskian
One problem with plesk, is all your domains the mail server check goes back to your main ip address.

There are simple mods for master.cf to have postfix greeting different for each domain but it wont work, any idea why?

#smtp inet n - - - - smtpd -o smtpd_proxy_filter=127.0.0.1:10025
localhost:smtp inet n - - - - smtpd -o smtpd_proxy_filter=127.0.0.1:10025
ipadd1:smtp inet n - - - - smtpd -o smtpd_proxy_filter=127.0.0.1:10025
ipadd2:smtp inet n - - - - smtpd -o myhostname=name2 -o smtpd_proxy_filter=127.0.0.1:10025
ipadd3:smtp inet n - - - - smtpd -o myhostname=name3 -o smtpd_proxy_filter=127.0.0.1:10025

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