diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-05-27 19:39:13 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-05-27 19:39:13 -0400 |
commit | 794e875808ce5dea713041361415ec62923d2651 (patch) | |
tree | c8bb5411fd13b04e0263a8b45a26818bc491cc13 /README.md | |
parent | 937d6459d190470ebb8bbcc6f078487b24c832c6 (diff) |
no longer true
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,4 +69,4 @@ I honestly have to really strong preference of Vultr over other VPS providers, b - All dovecot configuration is just in `/etc/dovecot/dovecot.conf` instead of a dozen little config files. You can read those in `/etc/dovecot/conf.d/` for more info, but they are not called by default after running this script and the needed settings are edited into the main config. - Your IMAP/SMTP server will me `mail.yourdomain.tld` and your ports will be the typical ones: 993 for IMAP and 587 for SMTP. - Using non-encypted ports is not allowed for safety! The login is with plaintext because that's simpler and more robust given SSL's security. -- As is, you will use your name, not full email to log in. E.g., for my `luke@lukesmith.xyz` address, `luke` is my login. It seems that `luke` has to be my From: address in `msmtp` too, which is weird (it appears as a full address once I send mail though). I might look into changing this. Tell me if you know what to change. +- As is, you will use your name, not full email to log in. E.g., for my `luke@lukesmith.xyz` address, `luke` is my login. |