diff options
| author | Sam Chudnick <sam@chudnick.com> | 2023-07-02 19:04:30 -0400 | 
|---|---|---|
| committer | Sam Chudnick <sam@chudnick.com> | 2023-07-02 19:04:30 -0400 | 
| commit | 724d877995dfcc10c462a18dcb4ea6c8b60c2d03 (patch) | |
| tree | 270537b8fca585717c1ffa7708e492593f7b2ed5 /roles/opendmarc/files | |
initial commit
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 | ||
