Browse Source

fix #205

pull/228/head
Luke Smith 1 year ago
parent
commit
347af34f30
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      emailwiz.sh

+ 4
- 0
emailwiz.sh View File

@@ -319,6 +319,10 @@ spfentry="$domain TXT v=spf1 mx a:$maildomain -all"

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
$dmarcentry
$spfentry" > "$HOME/dns_emailwizard"


Loading…
Cancel
Save