mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-05 02:27:15 +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
|
@ -9,4 +9,4 @@
|
|||
#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:12301@localhost"
|
||||
SOCKET="inet:8891@localhost"
|
||||
|
|
|
@ -4,7 +4,7 @@ UMask 002
|
|||
Syslog yes
|
||||
SyslogSuccess Yes
|
||||
LogWhy Yes
|
||||
RemoveOldSignatures Yes
|
||||
RemoveOldSignatures Yes
|
||||
|
||||
Canonicalization relaxed/simple
|
||||
|
||||
|
@ -19,4 +19,4 @@ SignatureAlgorithm rsa-sha256
|
|||
|
||||
UserID opendkim:opendkim
|
||||
|
||||
Socket inet:12301@localhost
|
||||
Socket inet:8891@localhost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue