mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
improve OpenDKIM and OpenDMARC milters integration (#361)
This commit is contained in:
parent
a62062c382
commit
9111a92b18
10 changed files with 24 additions and 44 deletions
|
@ -8,4 +8,5 @@
|
|||
#SOCKET="inet:54321" # listen on all interfaces on port 54321
|
||||
#SOCKET="inet:12345@localhost" # listen on loopback on port 12345
|
||||
#SOCKET="inet:12345@192.0.2.1" # listen on 192.0.2.1 on port 12345
|
||||
SOCKET="inet:54321@localhost"
|
||||
|
||||
SOCKET="inet:8893@localhost"
|
||||
|
|
1
target/opendmarc/ignore.hosts
Normal file
1
target/opendmarc/ignore.hosts
Normal file
|
@ -0,0 +1 @@
|
|||
localhost
|
|
@ -1,8 +1,12 @@
|
|||
UserID opendmarc:opendmarc
|
||||
UMask 0002
|
||||
PidFile /var/run/opendmarc.pid
|
||||
Syslog true
|
||||
|
||||
PidFile /var/run/opendmarc.pid
|
||||
RejectFailures false
|
||||
Syslog true
|
||||
UMask 0002
|
||||
UserID opendmarc:opendmarc
|
||||
IgnoreHosts /etc/opendmarc/ignore.hosts
|
||||
HistoryFile /var/run/opendmarc/opendmarc.dat
|
||||
RejectFailures false
|
||||
|
||||
IgnoreHosts /etc/opendmarc/ignore.hosts
|
||||
HistoryFile /var/run/opendmarc/opendmarc.dat
|
||||
|
||||
AuthservID HOSTNAME
|
||||
TrustedAuthservIDs HOSTNAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue