• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Postfix: Adding rDNS name in smtp_helo_name in the transport daemon line of master.cf

Miguel_Tellería

Basic Pleskian
Dear all,

In a server with multiple IP addresses and having the suscriptions and domains distributed among them, we would like to have in our outgoing connections the HELO name matching the reverse DNS of the bound IP address.

I have asked this question in ServerFault to check if there is a postfix centric way to achieve this.
http://serverfault.com/questions/70...ix-helo-name-match-the-reverse-dns-of-the-sou

After doing a research in Postfix options and the way that Plesk assigns outgoing IP's through the sdd_transport_maps options (and the corresponding Berkeley DB) we would like to add a final wishlist that would make us totally happy:

Having Plesk add the remote DNS of the outbound IP address as a -o smtp_helo_name option for the transport lines that generates at the end of /etc/postfix/master.cf:
http://kb.odin.com/en/114491

or at least provide us with an option in the panel, to enter those values.

I have already tried in "Tools and Settings --> Mail Server Configuration --> Sending mode" the option of "Sending from domains IP and using the domain name as an SMTP hello" but that created a single line per domain multiplying the number of SMTP transports and the size (and maintenability) of /etc/postfix/master.cf. Even with all that I think that giving the correct remote DNS name is more desirable that giving the domain name as a salute (according to http://mail-tester.com).

For the moment if Plesk panel cannot provide us with a solution we are only left with the option of writing a wrapper script that would look for those transport lines, perform a reverse DNS query and add the smtp_hello_name parameter to each of those lines.
 
Back
Top