I am going to host around 8 mail domains on this server and want only domian names (tmail/xmails etc) to appear in header and don't want HOSTNAME to appear any where in header
Kindly help to to configure this parameter (smtp_helo_name) dynamicaly so that everytime SMTP talk to other SMTP it tells mail domain name instead of hostname.
Thanks & regards
Ashwani Jain
Main Topics
Browse All Topics





by: oklitPosted on 2009-06-11 at 05:34:47ID: 24601384
May I ask why do you want to change this?
This is name of your server (set in myhostname). Postifx uses this to introduce itself to other SMTP servers.
This is controlled by smtp_helo_name option (which is by default set to $myhostname). You may try to change it dynamically with some transports probably, but I really don't see any reason for this (if you have some - please write it - maybe there is some other, easier, more elegant solution).