-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DMARC settings seemingly not working as described in documentation #783
Comments
Hi @laerm, Could you please show us the setting related to DKIM/DMARC/ARC of the list you checked? |
Hi @ikedas The settings of both lists I tested are identical. No DKIM setting, No ARC setting, and for DMARC they are set to dmarc_reject and name_via_list. |
I've tried changing the DMARC setting to dmarc_signature, or dmarc_any and same thing, the from is not rewritten. |
I updated from 6.2.44 via 6.2.46 to 6.2.48 a couple of weeks ago and now am seeing similar behavior. Emails originating from yahoo or aol are being bounced for gmail, comcast, verizon, recipients. I have made no changes to my config files or my lists. It appears that the from address is not being rewritten at all, just the sender address. |
Hi, My sympa version : 6.2.44 Now, as suggested by laerm, I added in sympa.conf : dmarc_protection_mode dmarc_reject I can see the added headers : If it helps ... |
I eventually changed my dmarc protection "mode" selection from "dmarc_reject" to "all" And that seems to have solved my immediate problem with mail being rejected from major providers such as gmail, comcast and yahoo. However, I want to reiterate that there definitely has been a change in behavior between 6.2.44 and 6.2.48 if dmarc configuration settings have not been touched. 6.2.44 was fine for me with a mode of dmarc_reject and 6.2.48 was not. |
Hi @pkissman, could you please apply this patch and check if the problem with "dmarc_reject" mode will be solved? |
Version
6.2.48 on RHEL 7.6
Installation method
Via http://Sympa-JA.org/ repo
Expected behavior
According to the documentation here: https://sympa-community.github.io/manual/customize/dmarc-protection.html, setting dmarc_protection_mode dmarc_reject should:
For emails from domains whose policy is to reject any mail not respecting its DMARC policy.
My sympa.conf configuration contains the following lines:
dmarc_protection_mode dmarc_reject
dmarc_protection_phrase name_via_list
Actual behavior
From: header no longer modified to be mailing list email, like point 2 above specifies (I've tested with a yahoo.com email for example), no X-Original-From: or X-Original-DKIM-Signature headers added. Emails sent from domains whose policy is to reject any mail not respecting its DMARC policy are being rejected.
Additional information
This seems to be a recent change, since 6.2.44 to 6.2.48 possibly.
Thanks for looking into it!
The text was updated successfully, but these errors were encountered: