Received from a different domain not sending domain

Anand

Member
Hi,

I have hosted the application on abc.com and I have created a smtp server on different server and different domain xyz.com. I am using a smtp connection. So when I send email everything looks ok except 1 thing that it is showing

Received: from abc.com (139.00.00.67) by mail1.xyz.com id hkscq40001gq for <dummy@gmail.com>.

How do I make sure it says received from xyz.com as I am sending mail from xyz.com not abc.com or if possible can we just skip this received from line? Please help.
 
You might be able to remove that header starting with "Received:" on your SMTP server. Where do you edit it depends on the mail server, you would use header_checks directive in postfix for example.
 
Back
Top