Hi,
I’ve following stack:
local-postfix (on various hosts) which uses a dedicated mailcow-box to relay the mails (ie cron and other system mails).
I do not want to rewrite the sender-addr and allow senders like root@node1.mycluster.net but in this case rspamd flags (or even rejectes) the messages:
- DMARC_POLICY_QUARANTINE (8) [node1.mycluster.net : No valid SPF, No valid DKIM,quarantine]
- IP_REPUTATION_SPAM (1.559996) [asn: 24940(0.40), country: DE(-0.01), ip: 123.123.123.123(0.00)]
etc.
Is there a way to allow and whitelist “anything” which was relayed using the known mailbox?
Thanks and greets