On Thu, 29 Sep 2011 12:25:07 -0700, Cameron Smith wrote:
How can I set a different SMTP hostname greeting for each dedicated
IP
Address on my server?
[snip]
192.0.43.11:smtp inet n - n - - smtpd -o myhostname=domainone.com
192.0.43.12:smtp inet n - n - - smtpd -o myhostname=domaintwo.com
192.0.43.13:smtp inet n - n - - smtpd -o myhostname=domainthree.com
But I am not sure that is correct and wanted to ask here.
this is the way to make it yes
just missing if you like it to be outgoing you still need to define
smtp_helo_name= for smtp in master aswell