Hi,
From the admin guide and forums, I gather that email sent to the internal port should not be SPF-filtered. It makes no sense to do so for relayed mail, where PMG is a smarthost.
However, this mail is being filtered: it's rejected because of the KAM_DMARC_REJECT SpamAssassin rule (6 points by default).
What am I doing wrong?
I aso tried changing the internal SMTP port from 587 to its default 26 (in case it's hardcoded somewhere), which didn't help.
From the admin guide and forums, I gather that email sent to the internal port should not be SPF-filtered. It makes no sense to do so for relayed mail, where PMG is a smarthost.
However, this mail is being filtered: it's rejected because of the KAM_DMARC_REJECT SpamAssassin rule (6 points by default).
What am I doing wrong?
Code:
root@pmg0:~# cat /etc/pmg/pmg.conf
section: admin
advfilter 1
dailyreport 0
dkim_selector pmg
dkim_sign 1
email engineering@cyberfusion.nl
section: mail
hide_received 1
int_port 587
tls 1
tlslog 1
verifyreceivers 550
section: spam
use_bayes 1
section: spamquar
lifetime 2
I aso tried changing the internal SMTP port from 587 to its default 26 (in case it's hardcoded somewhere), which didn't help.
Last edited: