You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On our Sympa system we have activated and configured the DKIM and ARC signature as per the guide. The configurations are implemented at the subdomain in the various robot.conf files. However, we have noticed that some system messages are not signed with DKIM. The relationship found is that messages sent from an envelope from "[email protected]" are not signed while those with evelop from "[email protected]" are signed correctly
Hi @ikedas
the DKIM configuration was carried out at the robot.conf level by:
in /etc/sympa/sympa.conf file inserting the following lines: dkim_feature on dkim_add_signature_to robot dkim_signature_apply_on any
in every robot.conf files inserting the following lines:
all files in the folder /etc/sympa/domain-kays/ are owned by the user sympa with 600 permission: -rw------- 1 sympa sympa 887 Feb 3 2021 sub-domain.private
in the list has set custom messages for welcome or goodbye template.
These automatic communications occur from the sender [email protected] and are not signed by DKIM. (you can see a mail's header in the my previus second example)
Other communications such as those relating to errors carried out based on moderation operations which have the sender [email protected] are correctly signed DKIM (you can see a mail's header mail in the my previus first example)
On our Sympa system we have activated and configured the DKIM and ARC signature as per the guide. The configurations are implemented at the subdomain in the various robot.conf files. However, we have noticed that some system messages are not signed with DKIM. The relationship found is that messages sent from an envelope from "[email protected]" are not signed while those with evelop from "[email protected]" are signed correctly
Version
Sympa 6.2.72
Installation method
rpm package on RHEL 8.7
Expected behavior
I expect Sympa to sign all its system messages
Actual behavior
At the moment this is not the case
Additional information
correct mail:
wrong email:
The text was updated successfully, but these errors were encountered: