Hi, I use PMG as a relay to filter SPAM in outgoing emails.
The problem is that the emails are sent with the header:
And this causes the recipient that has the rule: RDNS_NONE to generate a score of +2.0 and is very likely to consider it as SPAM.
How can we define for the relay to use the server's main IP instead of 127.0.0.1 ?
Thanks!
The problem is that the emails are sent with the header:
Code:
Received: from relay.xxx.com (localhost.localdomain [127.0.0.1])
by relay.xxx.com (Proxmox) with ESMTP id CDDC12130A
for <info@yyy.yyy>; Tue, 3 Jul 2018 11:24:48 +0200 (CEST)
And this causes the recipient that has the rule: RDNS_NONE to generate a score of +2.0 and is very likely to consider it as SPAM.
Code:
Content analysis details: (3.5 points, 3.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
-0.0 SPF_HELO_PASS SPF: HELO matches SPF record
1.3 HTML_IMAGE_ONLY_24 BODY: HTML: images with 2000-2400 bytes of words
0.0 HTML_MESSAGE BODY: HTML included in message
-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's
domain
-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid
0.3 HTML_SHORT_LINK_IMG_3 HTML is very short with a linked image
2.0 RDNS_NONE Delivered to internal network by a host with no rDNS
0.0 T_REMOTE_IMAGE Message contains an external image
X-Spam-Flag: YES
How can we define for the relay to use the server's main IP instead of 127.0.0.1 ?
Thanks!