From 69fdb5244dc30285c3724b348fe34a4f54fb8f7f Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 31 Jan 2025 21:39:01 +0900 Subject: modified README.md, deleted adddomain.sh, deleted emailwiz.sh, created add-domain.sh, created email-wizard.sh --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8f3fe0d..3ec563c 100644 --- a/README.md +++ b/README.md @@ -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! -- cgit v1.2.3