Hi,
I've installed and configured PMG. We're relaying email both inbound and outbound via a smarthost. I noticed on the headers that I get the following -
I've redacted the hostname & recipient. The hostname is fine bit you can then see the localhost.localdomain bit. My /etc/hosts file looks like the below:
Any idea why this might be / is it a problem? I can imagine some mailservers seeing this as suspicious and flagging as spam...
Thanks,
Chris.
I've installed and configured PMG. We're relaying email both inbound and outbound via a smarthost. I noticed on the headers that I get the following -
Code:
Received: from mxserver.example.net (localhost.localdomain [127.0.0.1])
by mxserver.example.net (Proxmox) with ESMTP id 69FD7201062
for <recipient@example.com>; Thu, 19 May 2022 04:15:28 +0100 (BST)
I've redacted the hostname & recipient. The hostname is fine bit you can then see the localhost.localdomain bit. My /etc/hosts file looks like the below:
Code:
127.0.0.1 localhost.localdomain localhost
PUBLIC_IP_HERE mxserver.example.net
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Any idea why this might be / is it a problem? I can imagine some mailservers seeing this as suspicious and flagging as spam...
Thanks,
Chris.