fix #205
This commit is contained in:
parent
f2d10c4af6
commit
347af34f30
@ -319,6 +319,10 @@ spfentry="$domain TXT v=spf1 mx a:$maildomain -all"
|
|||||||
|
|
||||||
useradd -m -G mail dmarc
|
useradd -m -G mail dmarc
|
||||||
|
|
||||||
|
grep -q "^deploy-hook = postfix reload" /etc/letsencrypt/cli.ini ||
|
||||||
|
echo "
|
||||||
|
deploy-hook = service postfix reload && service dovecot reload" >> /etc/letsencrypt/cli.ini
|
||||||
|
|
||||||
echo "$dkimentry
|
echo "$dkimentry
|
||||||
$dmarcentry
|
$dmarcentry
|
||||||
$spfentry" > "$HOME/dns_emailwizard"
|
$spfentry" > "$HOME/dns_emailwizard"
|
||||||
|
Loading…
Reference in New Issue
Block a user