diff options
Diffstat (limited to 'roles/opendmarc/files')
| -rw-r--r-- | roles/opendmarc/files/opendmarc.conf | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/roles/opendmarc/files/opendmarc.conf b/roles/opendmarc/files/opendmarc.conf new file mode 100644 index 0000000..85a05c2 --- /dev/null +++ b/roles/opendmarc/files/opendmarc.conf | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | # OpenDMARC Configuration | ||
| 2 | PidFile /run/opendmarc/opendmarc.pid | ||
| 3 | PublicSuffixList /usr/share/publicsuffix/public_suffix_list.dat | ||
| 4 | RejectFailures True | ||
| 5 | Socket local:/var/spool/postfix/opendmarc/opendmarc.sock | ||
| 6 | Syslog True | ||
| 7 | SyslogFacility mail | ||
| 8 | UMask 002 | ||
| 9 | UserID opendmarc | ||
| 10 | SPFIgnoreResults True | ||
| 11 | SPFSelfValidate True | ||
