Use a port instead of a socket file
Socket file are complex to use due to permissions changes between containers
This commit is contained in:
parent
1d7c0fa76a
commit
ae0a1e8149
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ LogResults yes
|
||||||
LogWhy yes
|
LogWhy yes
|
||||||
Canonicalization relaxed/simple
|
Canonicalization relaxed/simple
|
||||||
UMask 002
|
UMask 002
|
||||||
Socket unix:/var/run/opendkim/opendkim.sock
|
Socket inet:8891
|
||||||
UserID opendkim:opendkim
|
UserID opendkim:opendkim
|
||||||
|
|
||||||
KeyTable refile:/etc/opendkim/KeyTable
|
KeyTable refile:/etc/opendkim/KeyTable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue