Add note about adding postfix and dovecot reload to the mail config

This commit is contained in:
Kevin MacMartin 2018-03-21 16:14:53 -04:00
parent 4774419636
commit 730cbedc55

View file

@ -73,6 +73,7 @@ dovecot pam.d postfix procmailrc skel systemd opendkim
15. Create a TXT DNS record for the host `REPLACEME.TLD` containing `v=spf1 mx -all` (`REPLACEME.TLD` can usually be left out of the input field) 15. Create a TXT DNS record for the host `REPLACEME.TLD` containing `v=spf1 mx -all` (`REPLACEME.TLD` can usually be left out of the input field)
16. Create a TXT DNS record for the host `_dmarc.REPLACEME.TLD` containing `v=DMARC1; p=none` (`REPLACEME.TLD` can usually be left out of the input field) 16. Create a TXT DNS record for the host `_dmarc.REPLACEME.TLD` containing `v=DMARC1; p=none` (`REPLACEME.TLD` can usually be left out of the input field)
17. Set the reverse DNS record for the VPS to the hostname 17. Set the reverse DNS record for the VPS to the hostname
18. Add `postfix.service` and `dovecot.service` to the `ExecStartPost` service reload in `/etc/systemd/system/certbot-renewal.service` and run `systemctl daemon-reload`
### Add Accounts ### Add Accounts