docs: Add Debian 12 breaking change for opendmarc package#3841
docs: Add Debian 12 breaking change for opendmarc package#3841polarathene merged 3 commits intomasterfrom
opendmarc package#3841Conversation
DMARC is handled by Rspamd by applying a symbol (with a score) to the result of the DMARC check: docker-mailserver/target/rspamd/scores.d/policies_group.conf Lines 76 to 107 in 9ac1102 |
Soooo... it is like the behaviour OpenDMARC had before, or has now? Or neither? We had a similar discussion recently for the Is that the same "fix" workaround? |
I actually don't know whether you can compare this very well... OpenDMARC acts on a single check and "only" gives a decision to Postfix based on this check IIRC. Rspamd on the other hand handles multiple checks (SPF, DKIM, DMARC, denylists, etc.), and will provide a decision based on these multiple checks - the DMARC check is one of them.
Yes, |
|
Hey I didn't even know about postfix's "hold" queue! Just checked, and I have loads of messages on hold. Do you know if it's possible to make quarantined emails to either go to a specific folder (like Spam/Junk), or a separate mailbox? It seems to be hard to see the emails on "hold", as we have to use Thanks!! |
I am not familiar with working with Postfix hold queue, I know you can check and manipulate the queue but not sure about redirecting that mail. If the quarantined mail has specific information / metadata in the mail headers that can be matched then a sieve script could probably handle that like we do with redirecting spam delivered to junk folder by default. |
Description
Part of the breaking changes for v14 with Debian 12 package upgrade, this config change was released in 1.4.2, while we previously had 1.4.0. Thus upstream would seem to treat it as a bugfix 👍 (but we should probably still mention this, hence the addition to changelog for awareness)
Can we also get confirmation from @georglauterbach on what the dmarc equivalent behaviour in rspamd has been configured for with DMS? (regardless of explicitly / implicitly). We should probably have this in sync.
Fixes #3828
Type of change
Checklist:
CHANGELOG.md