-
Notifications
You must be signed in to change notification settings - Fork 99
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
Using anonymous_sender breaks sender authentication #1899
Comments
Hi @adam12b1 , You may set |
@adam12b1 , if the problem you had encountered has been solved, please close this issue. Otherwise please provide more information if possible. |
Oh, thank you for following up... and thank you for the It's not really something we can expect from our users - it would have to be automatic for them, probably. Like Sympa would have to override So I will close it. |
Wait, I'm sorry... re-opening! Changing Or am I missing something? |
@adam12b1 , the user should prepare private (and also public) key for that domain. Or if they cannot do it by themselves, they should ask someone who has the authority to create the keys (and add a DNS record for the public key). This is the same thing when you want to enable DKIM signing on the regular mailing lists, isn't this? |
Version
Sympa 6.2.72
Installation method
FreeBSD package
Expected behavior
All emails should be authenticated with SPF/DKIM
Actual behavior
If you use the
anonymous_sender
setting with a sender domain not hosted on the same system, the messages will all lack any sender authentication, and will thus be rejected by many providers.Additional information
Very similar to #1846 (thank you for acting on that!), a remnant of an earlier era of the internet before sender auth... but the fix for this one may not be so simple. Is there any way to make this feature work in the modern world?
The text was updated successfully, but these errors were encountered: