Received Headers
Posted: Tue Mar 04, 2008 2:23 pm
Quick Question:
When email is sent out using Swift Mailer from my server, the "Received:" headers show this:
Received: from [1.2.3.4] (port=58347)
by host.myserver.com with esmtpa (EXIM 4.68)
The ip address above is fictitious for privacy sake, but shouldn't the mail server hostname be included before the ip address? I specifically use the SMTP authentication with swift and use mail.myserver.com as the connection... so shouldn't it show that like below?
Example:
Received: from mail.myserver.com [1.2.3.4] (port=58347)
by host.myserver.com with esmtpa (EXIM 4.68)
...Just wondering. I'm having a heck of a time staying out of junk folders.
When email is sent out using Swift Mailer from my server, the "Received:" headers show this:
Received: from [1.2.3.4] (port=58347)
by host.myserver.com with esmtpa (EXIM 4.68)
The ip address above is fictitious for privacy sake, but shouldn't the mail server hostname be included before the ip address? I specifically use the SMTP authentication with swift and use mail.myserver.com as the connection... so shouldn't it show that like below?
Example:
Received: from mail.myserver.com [1.2.3.4] (port=58347)
by host.myserver.com with esmtpa (EXIM 4.68)
...Just wondering. I'm having a heck of a time staying out of junk folders.