diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-09-08 02:31:13 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-09-08 02:31:25 +0200 |
commit | 7a36aa2b69d16b768c1e23829087d26a9e87423f (patch) | |
tree | e422b8b5e4b210d377d7b1548a959d073533ef5a | |
parent | 5778991cb8af86ace51a12a8cb366fc03006f097 (diff) |
OpenDMARC: Adjust configuration to bullseye.
-rw-r--r-- | roles/MX/files/etc/opendmarc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/MX/files/etc/opendmarc.conf b/roles/MX/files/etc/opendmarc.conf index 575d02d..ebbc850 100644 --- a/roles/MX/files/etc/opendmarc.conf +++ b/roles/MX/files/etc/opendmarc.conf @@ -30,7 +30,7 @@ ## not be able to determine the Organizational Domain and only the presented ## domain will be evaluated. # -PublicSuffixList /usr/share/publicsuffix +PublicSuffixList /usr/share/publicsuffix/public_suffix_list.dat ## RejectFailures { true | false } ## default "false" @@ -56,7 +56,7 @@ RejectFailures false ## either in the configuration file or on the command line. If an IP ## address is used, it must be enclosed in square brackets. # -Socket local:/var/run/opendmarc/opendmarc.sock +Socket local:/run/opendmarc/opendmarc.sock ## Syslog { true | false } ## default "false" |