This commit is contained in:
Luke Smith 2022-07-01 19:15:26 -04:00
parent f2d10c4af6
commit 347af34f30

View File

@ -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"