-
Notifications
You must be signed in to change notification settings - Fork 102
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
Sympa uses the wrong domain for DKIM signature #1340
Comments
Where have you configured the wrong domain |
The only place where |
Note that I initially copied/pasted from Maybe |
However |
You're right, our robot.conf.bin have last been changed in 2018. Probably not the right track for our problem... |
Could you please check my feature request above and give suggestions? |
I noticed that when enabling DKIM signature on a SYmpa robot, signature uses the domain of another robot on my server. I tried to find out why with lots of traces on our production server. But in the end I gave up....really weird.
Version
6.2.48
Installation method
From sources
Expected behavior
Sympa should add a DKIM-Signature header starting with "v=1; a=rsa-sha256; c=relaxed; d=listes.univ-rennes1.fr".
Actual behavior
Sympa add a DKIM-Signature header starting with "v=1; a=rsa-sha256; c=relaxed; d=listes.ur1.fr".
Steps to reproduce
systemctl restart httpd.service
Additional information
I added lots of traces to the code. Here is what I get in the log:
At first sight I would say that Sympa initialized
signer_domain
list parameter withdkim_signer_domain
robot parameter of the wrong robot.But when checking list config from the web GUI, everything looks fine :
It could be the
get_dkim_parameters()
that uses the wrong primitives to access list configuration parameters...Note that I also tried setting
dkim_signer_domain
in robot.conf, but same effect :-(I can go on my investigations, but probably need some help to do so.
The text was updated successfully, but these errors were encountered: