email:install_a_full_secure_mail_server
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
email:install_a_full_secure_mail_server [2020/07/25 16:26] – old revision restored (2016/11/28 16:54) 92.220.10.100 | email:install_a_full_secure_mail_server [2020/07/26 11:22] (current) – old revision restored (2016/11/28 17:09) 158.69.243.115 | ||
---|---|---|---|
Line 142: | Line 142: | ||
</ | </ | ||
- | If you want to see the config Dovecot is currently using (including | + | For SSL add or amend the following to the / |
- | < | + | < |
- | dovecot | + | disable_plaintext_auth = no |
+ | ssl = yes | ||
+ | ssl_cert_file = </ | ||
+ | ssl_key_file = </ | ||
</ | </ | ||
- | It's a good idea to pre-create | + | Uncomment following line in / |
+ | |||
+ | < | ||
+ | listen = * | ||
+ | </ | ||
+ | |||
+ | However, this method may cause conflicts with other servers already listening on other ports. The alternative (and probably more desirable) method, then, is to enable | ||
+ | |||
+ | < | ||
+ | protocol imap { | ||
+ | | ||
+ | | ||
+ | ... | ||
+ | } | ||
+ | |||
+ | protocol pop3 { | ||
+ | | ||
+ | | ||
+ | ... | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | If you want to see the config Dovecot is currently using (including the mail_location), | ||
<code bash> | <code bash> | ||
- | sudo maildirmake.dovecot | + | dovecot |
- | sudo maildirmake.dovecot / | + | |
- | sudo maildirmake.dovecot / | + | |
- | sudo maildirmake.dovecot / | + | |
- | sudo maildirmake.dovecot / | + | |
</ | </ | ||
- | Then, for an existing user: | + | Start dovecot: |
<code bash> | <code bash> | ||
- | sudo cp -r /etc/skel/Maildir / | + | /etc/init.d/dovecot start |
- | sudo chown -R myuser: | + | |
- | sudo chmod -R 700 / | + | |
</ | </ | ||
See https:// | See https:// | ||
+ | |||
==== Verify the setup ==== | ==== Verify the setup ==== | ||
Line 187: | Line 207: | ||
In this example, each user will have their email inside their own home directory under ~/ | In this example, each user will have their email inside their own home directory under ~/ | ||
+ | |||
+ | It's a good idea to pre-create the Maildir for future users: | ||
<code bash> | <code bash> | ||
- | maildirmake / | + | sudo maildirmake.dovecot |
+ | sudo maildirmake.dovecot / | ||
+ | sudo maildirmake.dovecot / | ||
+ | sudo maildirmake.dovecot / | ||
+ | sudo maildirmake.dovecot / | ||
+ | </ | ||
+ | |||
+ | Then, for an existing user: | ||
+ | |||
+ | <code bash> | ||
+ | sudo cp -r / | ||
+ | sudo chown -R myuser: | ||
+ | sudo chmod -R 700 / | ||
</ | </ | ||
- | For existing users, you have to do this manually (or have a script | + | or for the example test user " |
<code bash> | <code bash> | ||
Line 463: | Line 497: | ||
===== Step 10: Configure courier for IMAP ===== | ===== Step 10: Configure courier for IMAP ===== | ||
- | You want this because it is most useful for your smartphone access | + | Ensure |
<code bash> | <code bash> | ||
Line 831: | Line 865: | ||
The next step is to check how well SPF/DKIM and other functions are filtering out incoming spam! | The next step is to check how well SPF/DKIM and other functions are filtering out incoming spam! | ||
+ | |||
+ | |||
+ | ===== References ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | http:// | ||
+ | |||
+ |
email/install_a_full_secure_mail_server.1595694405.txt.gz · Last modified: 2020/07/25 16:26 by 92.220.10.100