Added OpenDKIM to Postfix module
This commit is contained in:
12
SubModules/postfix/config/opendkim.conf
Normal file
12
SubModules/postfix/config/opendkim.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
Syslog yes
|
||||
UMask 007
|
||||
Socket local:/var/run/opendkim/opendkim.sock
|
||||
PidFile /var/run/opendkim/opendkim.pid
|
||||
OversignHeaders From
|
||||
UserID opendkim
|
||||
Canonicalization relaxed/simple
|
||||
Mode s
|
||||
KeyTable refile:/etc/opendkim/KeyTable
|
||||
SigningTable refile:/etc/opendkim/SigningTable
|
||||
ExternalIgnoreList refile:/etc/opendkim/TrustedHosts
|
||||
InternalHosts refile:/etc/opendkim/TrustedHosts
|
||||
Reference in New Issue
Block a user