From 3c9f6ab5d0e98c6106bc579c75b579d5db76bf90 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 6 Jun 2019 08:25:20 -0400 Subject: vid --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 22488a0..616ade7 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The script works for me and if it works for you without a problem, be thankful a If you decide to start a VPS, specifically Vultr since I made this script and have tempered it most on their default setup, use [this referal link of mine](https://www.vultr.com/?ref=7914655-4F) because you get a free $50 credit, and if you stay on the site, eventually I get a kickback too. -I honestly have to really strong preference of Vultr over other VPS providers, but they're about as cheap and reliable as it gets and if we can get free money, lol whatever click the link 👏👏. +I honestly have no really strong preference of Vultr over other VPS providers, but they're about as cheap and reliable as it gets and if we can get free money, lol whatever click the link 👏👏. ## Details -- cgit v1.2.3-70-g09d2 From c4d7244fb6e1ac73c7c4dc4d9139bca921b77b64 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 20 Jan 2020 19:27:17 -0500 Subject: links --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 616ade7..b9a8984 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,9 @@ Configuring an email server is a living nightmare and that's why I made this scr Don't ask me to configure your email server unless you are paying me big bucks to do it. With this script and the comments in it, I've given you way more than I owe you. -If something is broken, start a PR to fix it, but *do not* open Issues about some problem you have unless you have figured out a solution and are offering a way for me to add a small change that will make this script more robust. -Your mindset in running this script should be "oh, look, it puts all the commands in a bash-readable format, so I can run it and troubleshoot errors as they come up.". -The script works for me and if it works for you without a problem, be thankful and feel lucky because setting up email is usually just so much less forgiving. - If you decide to start a VPS, specifically Vultr since I made this script and have tempered it most on their default setup, -use [this referal link of mine](https://www.vultr.com/?ref=7914655-4F) because you get a free $50 credit, and if you stay on the site, eventually I get a kickback too. +use [this referal link of mine](https://www.vultr.com/?ref=8384069-6G) because you get a free $100 credit for a month, and if you stay on the site, eventually I get a smaller kickback too. +If that link expires, you can also click [this link](https://www.vultr.com/?ref=7861670) which will just give me $10 if you stay on as a paying customer. I honestly have no really strong preference of Vultr over other VPS providers, but they're about as cheap and reliable as it gets and if we can get free money, lol whatever click the link 👏👏. ## Details -- cgit v1.2.3-70-g09d2 From ea8b00b5d7de07fdea9a5a16086fb9bca76226a0 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 10 Mar 2020 09:02:08 -0400 Subject: readme edits --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b9a8984..05062eb 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,8 @@ I wrote this script during the grueling process of installing an setting up a web server. It perfectly reproduces my successful steps to ensure the same setup time and time again. -Deviate from one command and everything might fall apart unless you know better! -I've linked this file on Github to a shorter more memorable address on my LARBS.xyz domain, so you can get it on your machine with this short command: +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: ``` curl -LO lukesmith.xyz/emailwiz.sh @@ -13,7 +12,7 @@ curl -LO lukesmith.xyz/emailwiz.sh When promped by a dialog menu at the beginning, select "Internet Site", then give your full domain without any subdomain, i.e. `lukesmith.xyz`. Read this readme and peruse the script's comments before running it. -Expect it to fail. +Expect it to fail and you have to do bug testing and you will be very happy when it actually works perfectly. ## This script... @@ -36,16 +35,12 @@ Expect it to fail. - **SSL for your site's mail subdomain**, specifically for mail.yourdomain.tld with Let's Encrypt. the script will look to Let's Encrypt's generated configs. If you have some other SSL system, you can manually change the SSL locations in the script before running it and it should be fine. - After the script runs, you'll have to add an *additional DNS TXT record* which involved OpenDKIM key that it generates during the script. -## Don't get offended by this section +## Caveats My intention is to have this script working for me on my Debian web server which I have with Vultr. Different VPS hosts or distros might have a startup config that's a little different and I'm sure as heck not going to make sure everything works on every possible machine out there, please do not even ask. If a lot of people try this script and see that it werks as expected everywhere, then I might try to label it as such and try to make it universal, but think of this script as a script that works on my exact setup than has some educational comments for the uninitiated and only might work as intended. -Configuring an email server is a living nightmare and that's why I made this script so I wouldn't have to do it again. -Don't ask me to configure your email server unless you are paying me big bucks to do it. -With this script and the comments in it, I've given you way more than I owe you. - If you decide to start a VPS, specifically Vultr since I made this script and have tempered it most on their default setup, use [this referal link of mine](https://www.vultr.com/?ref=8384069-6G) because you get a free $100 credit for a month, and if you stay on the site, eventually I get a smaller kickback too. If that link expires, you can also click [this link](https://www.vultr.com/?ref=7861670) which will just give me $10 if you stay on as a paying customer. -- cgit v1.2.3-70-g09d2