diff options
author | Luke Smith <luke@lukesmith.xyz> | 2023-02-11 11:09:24 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2023-02-11 11:09:24 -0500 |
commit | 2f7edafd0a0016d73689a7e57393a31a5b701cf7 (patch) | |
tree | 7b780d355350b9377cb61f82e35f5b357a3bc6db /README.md | |
parent | 78ba13f03be0da09370d49e476c34640aca928cd (diff) |
mx record added and mail subdomain note
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -45,7 +45,9 @@ give your full domain without any subdomain, i.e. `lukesmith.xyz`. 1. Debian or Ubuntu server. I suited this script for [Vultr](https://www.vultr.com/?ref=8940911-8H) servers originally, but it works consistently on any normal setup. -2. DNS records that point your domain to your server's IP (IPv4 and IPv6). +2. DNS records that point at least your domain's `mail.` subdomain to your + server's IP (IPv4 and IPv6). This is required on initial run for certbot to + get an SSL certificate for your `mail.` subdomain. ## Mandatory Finishing Touches |