Mod:Postfix Fixed incorrect links & dkim conf dir
Updated location of OpenDKIM config files to default /etc/opendkim.d from /etc/opendkim Updated config file to reflect filename hanges in repo
This commit is contained in:
@@ -6,7 +6,7 @@ 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
|
||||
KeyTable refile:/etc/opendkim.d/KeyTable
|
||||
SigningTable refile:/etc/opendkim.d/SigningTable
|
||||
ExternalIgnoreList refile:/etc/opendkim.d/TrustedHosts
|
||||
InternalHosts refile:/etc/opendkim.d/TrustedHosts
|
||||
|
||||
Reference in New Issue
Block a user