diff --git a/README.md b/README.md index cf837bb..269d13f 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,11 @@ The installation script will ask for some values: Your new mailserver is most useful when paired with a email client supporting SMTPS and POP3. Gmail has been tested to work but other clients likely work 1. Open `See all settings` on Gmail and navigate to `Accounts and import` ![Gmail account settings](images/settings.png) -2. Click `Add another email address` and fill out the forms. -Uncheck `Treat as an alias` +2. Click `Add another email address` and fill out the form. Uncheck `Treat as an alias` ![Add email settings](images/add_email.png) 3. Configure using the desired user on the mailserver, like the admin user you entered earlier ![Enter mailserver](images/send_mail.png) -4. SSH into your mailserver -Check the mail using `runuser -l user -c 'mail'` with the user you entered. Enter the number of the most recent email from `Gmail Team` and search for `Confirmation code: XXXXXXXXX` in the body of the email. Copy that code and enter it into the dialog on the Gmail client. Exit `mail` by pressing q twice and pressing Enter. +4. SSH into your mailserver. Check the mail using `runuser -l user -c 'mail'` with the user you entered. Enter the number of the most recent email from `Gmail Team` and search for `Confirmation code: XXXXXXXXX` in the body of the email. Copy that code and enter it into the dialog on the Gmail client. Exit `mail` by pressing q twice and pressing Enter. 5. Disable `Always reply from default address` ![Disable default address](images/default_address.png) 6. Click `Check mail from other accounts` and enter your custom email diff --git a/images/default_address.png b/images/default_address.png index 282f317..75d805f 100644 Binary files a/images/default_address.png and b/images/default_address.png differ diff --git a/install.sh b/install.sh index 6f94048..d4c999f 100755 --- a/install.sh +++ b/install.sh @@ -61,7 +61,7 @@ apt-get upgrade > /dev/null # Install UFW (firewall) echo "----- Installing UFW -----" apt-get install ufw -y > /dev/null -# Install certbot, involved configuration +# Install certbot echo "----- Installing certbot -----" apt-get install snapd -y > /dev/null snap install core > /dev/null