Browse Source

should be werking now

pull/22/head
Luke Smith 3 years ago
parent
commit
6338dbf592
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 10 additions and 2 deletions
  1. +10
    -2
      emailwiz.sh

+ 10
- 2
emailwiz.sh View File

@@ -280,13 +280,17 @@ spfentry="@\\tTXT\\ttv=spf1 mx a:$maildomain -all"
useradd -m -G mail dmarc useradd -m -G mail dmarc


echo "$dkimentry echo "$dkimentry
$dmarcentry
$spfentry" > "$HOME/dns_emailwizard" $spfentry" > "$HOME/dns_emailwizard"


echo " _ _
echo "

_ _
| \ | | _____ ___ | \ | | _____ ___
| \| |/ _ \ \ /\ / (_) | \| |/ _ \ \ /\ / (_)
| |\ | (_) \ V V / _ | |\ | (_) \ V V / _
|_| \_|\___/ \_/\_/ (_) |_| \_|\___/ \_/\_/ (_)

Add these three records to your DNS TXT records on either your registrar's site Add these three records to your DNS TXT records on either your registrar's site
or your DNS server: or your DNS server:


@@ -296,6 +300,10 @@ $dmarcentry


$spfentry $spfentry


NOTE: You may need to omit the \`.$domain\` portion at the beginning if
inputting them in a registrar's web interface.

Also saving these to ~/dns_emailwizard in case you want them in a file. Also saving these to ~/dns_emailwizard in case you want them in a file.


Once you do that, you're done! Check the README for how to add users/accounts and how to log in."
Once you do that, you're done! Check the README for how to add users/accounts
and how to log in."

Loading…
Cancel
Save