We have try to configure Postfix for multiple domain with dedicated IPS. When I am sending mail from different domain webmail then header show same local or main domain name. For all domains:
Received: from control.yourdomain.com (ns1.domain.com. [1xx.2xx.2xx.xx1])
I have tested different main.cf
and master.cf
but the do not work. If anyone knows how to configure main.cf
and master.cf
for multiple domains and dedicated IPS, then help me.
I want result like this. Example:
I am sending mail from
domain2.com
webmail then the header for all domains looks like this:Received: from domain2.com (domain2.com. [1xx.2xx.2xx.xx2])
I am sending mail from
domain3.com
webmail then the header for all domains looks like this:Received: from domain3.com (domain3.com. [1xx.2xx.2xx.xx3]) on all domain.
Server OS CentOS 6.3, configured all domain with dedicated IPS.