I've been wondering why none of my customers are getting their emails.
As it turns out after sending an email to a Yahoo account, the "Recieved" field in the headers contains my "main" domain, not the one I'm sending it from. How do I make it so if I send through my foo.com domain it doesn't show myMainDomain.com in the "Recieved" field in the headers?
Example:
What it SHOULD be saying is:
Help! Emails to my customers are being flagged as spam!!
As it turns out after sending an email to a Yahoo account, the "Recieved" field in the headers contains my "main" domain, not the one I'm sending it from. How do I make it so if I send through my foo.com domain it doesn't show myMainDomain.com in the "Recieved" field in the headers?
Example:
Received: from XXX.XXX.XXX.XXX (EHLO www.maindomain.com) (XXX.XXX.XXX.XX) by mta226.mail.re2.yahoo.com with SMTP; Mon, 29 Jan 2007 20:33:25 -0800
Received: from apache by www.maindomain.com with local (Exim 4.60) (envelope-from <[email protected]>) id 1HBkZl-0005lJ-UW for [email protected]; Mon, 29 Jan 2007 22:26:33 -0600
What it SHOULD be saying is:
Received: from XXX.XXX.XXX.XXX (EHLO www.foo.net) (XXX.XXX.XXX.XX) by mta226.mail.re2.yahoo.com with SMTP; Mon, 29 Jan 2007 20:33:25 -0800
Received: from apache by www.foo.net with local (Exim 4.60) (envelope-from <[email protected]>) id 1HBkZl-0005lJ-UW for [email protected]; Mon, 29 Jan 2007 22:26:33 -0600
Help! Emails to my customers are being flagged as spam!!