Merge pull request #7 from ayoung012/master
prevent false detection of opendkim KeyTable config
This commit is contained in:
commit
004bf2dbfb
@ -177,7 +177,7 @@ grep "127.0.0.1" >/dev/null 2>&1 /etc/postfix/dkim/trustedhosts ||
|
|||||||
1.2.3.4/24" >> /etc/postfix/dkim/trustedhosts
|
1.2.3.4/24" >> /etc/postfix/dkim/trustedhosts
|
||||||
|
|
||||||
# ...and source it from opendkim.conf
|
# ...and source it from opendkim.conf
|
||||||
grep KeyTable /etc/opendkim.conf >/dev/null || echo "KeyTable file:/etc/postfix/dkim/keytable
|
grep ^KeyTable /etc/opendkim.conf >/dev/null || echo "KeyTable file:/etc/postfix/dkim/keytable
|
||||||
SigningTable refile:/etc/postfix/dkim/signingtable
|
SigningTable refile:/etc/postfix/dkim/signingtable
|
||||||
InternalHosts refile:/etc/postfix/dkim/trustedhosts" >> /etc/opendkim.conf
|
InternalHosts refile:/etc/postfix/dkim/trustedhosts" >> /etc/opendkim.conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user