diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-06-20 15:46:17 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-06-20 15:46:17 -0400 |
commit | df372b1595edc7caacec483691a7ab4db50f4648 (patch) | |
tree | 41e3b7a2e983120daa8b72f22ed6e71fc80feecf /emailwiz.sh | |
parent | ff9f5c745698521414bcda34265a5a7c9b571e8c (diff) |
quick
Diffstat (limited to 'emailwiz.sh')
-rwxr-xr-x | emailwiz.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emailwiz.sh b/emailwiz.sh index 84082dc..0dbc364 100755 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -46,7 +46,7 @@ certdir="/etc/letsencrypt/live/$maildomain" Use Let's Encrypt's Certbot to get that and then rerun this script. -You may need to set up a dummy $maildomain site in nginx or Apache for that to work." +You may need to set up a dummy $maildomain site in nginx or Apache for that to work." && exit # NOTE ON POSTCONF COMMANDS @@ -291,7 +291,9 @@ Add these three records to your DNS TXT records on either your registrar's site or your DNS server: $dkimentry + $dmarcentry + $spfentry Also saving these to ~/dns_emailwizard in case you want them in a file. |