diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-31 21:39:01 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-31 21:39:01 +0900 |
| commit | 69fdb5244dc30285c3724b348fe34a4f54fb8f7f (patch) | |
| tree | 506d6ea7f926c880da2c1b2906558803f682ee21 /README.md | |
| parent | 5318d64fb58b867a21ee7e864ade3f8783202a82 (diff) | |
modified README.md, deleted adddomain.sh, deleted emailwiz.sh, created add-domain.sh, created email-wizard.sh
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ I've linked this file on Github to a shorter, more memorable address on my website so you can get it on your machine with this short command: ```sh -curl -LO thesiah.xyz/emailwiz.sh +curl -LO thesiah.xyz/email-wizard.sh ``` When prompted by a dialog menu at the beginning, select "Internet Site", then @@ -65,7 +65,7 @@ non-spam. The 4 records are: 2. A TXT record for SPF (to reduce mail spoofing). 3. A TXT record for DMARC policies. 4. A TXT record with your public DKIM key. This record is long and **uniquely - generated** while running `emailwiz.sh` and thus must be added after + generated** while running `email-wizad.sh` and thus must be added after installation. They will look something like this: @@ -77,7 +77,7 @@ _dmarc.example.org TXT v=DMARC1; p=reject; rua=mailto:dmarc@example.org; example.org TXT v=spf1 mx a: -all ``` -The script will create a file, `~/dns_emailwiz` that will list our the records +The script will create a file, `~/dns_email_wizard` that will list our the records for your convenience, and also prints them at the end of the script. ### Add a rDNS/PTR record as well! |
