I use postfix feature sender_bcc. Basically it means that all mails sent by a chosen user are automatically cc'd to someone else (to be archived, for supervision, etc...)
Problem: The auto-generated copies do not pass DKIM/SPF test and I have no idea why. I get such messages:
The original mails are delivered correctly and pass validation at target. Problem is only with "my" carbon copies.
Any ideas?
I suppose maybe copies have some headers changed, so effectively validation does wrong, but... I do not see any difference in headers. :-(
Problem: The auto-generated copies do not pass DKIM/SPF test and I have no idea why. I get such messages:
Code:
Proxmox Notification:
Sender: x
Receiver: x
Targets: x
Subject: x
Matching Rule: Notify outgoing Spam
Rule: Notify outgoing Spam
Receiver: x
Action: notify __ADMIN__
Spam detection results: 3
ALL_TRUSTED -1 Passed through trusted hosts only via SMTP
AWL -1.471 Adjusted score from AWL reputation of From: address
HTML_IMAGE_ONLY_24 1.282 HTML: images with 2000-2400 bytes of words
HTML_MESSAGE 0.001 Wiadomo¶æ zawiera kod HTML
HTML_SHORT_LINK_IMG_3 0.328 HTML is very short with a linked image
KAM_DMARC_REJECT 3 DKIM has Failed or SPF has failed on the message and the domain has a DMARC reject policy
KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment
KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years
TVD_FW_GRAPHIC_NAME_LONG 0.648 Long image attachment name
The original mails are delivered correctly and pass validation at target. Problem is only with "my" carbon copies.
Any ideas?
I suppose maybe copies have some headers changed, so effectively validation does wrong, but... I do not see any difference in headers. :-(