I am seeing values in my sent email headers that don't look right so I thought I would ask here for help.
The original Received: from header for emails sent from phplist are like this:
Received: from
www.exampledomain.com (unknown [xx.xx.xx.50]) by vps.examplehost.net (Postfix)
notice the unknown!
The original Received: from header for emails sent from other php apps that send via smtp are like this:
Received: from localhost (unknown [xx.xx.xx.50]) by vps.examplehost.net (Postfix)
notice the unknown AND the localhost!
What can I do in my postfix settings to have the unknown be the correct value and how can I have the sending domain listed instead of localhost?