|
|
| Line 1: |
Line 1: |
| = Email Server Setup = | | == Summary == |
| * [https://www.linode.com/docs/guides/email-with-postfix-dovecot-and-mysql/ Configure an Email Server with Postfix, Dovecot, and MySQL]
| | Importing file |
| * [https://wiki.dovecot.org/HowTo/PostfixDovecotLMTP Postfix and Dovecot LMTP]
| |
| == Postfix ==
| |
| * [https://wiki.archlinux.org/title/postfix Install Postfix (with security)]
| |
| * [https://www.linuxbabe.com/mail-server/host-multiple-mail-domains-in-postfixadmin Multiple Mail Domains]
| |
| * [https://www.linuxbabe.com/mail-server/setting-up-dkim-and-spf Set up SPF and DKIM with Postfix]
| |
| * [https://www.postfix.org/VIRTUAL_README.html#local_vs_database Postfix Virtual Domain Hosting]
| |
| * [https://www.postfix.org/DEBUG_README.html Postfix Debugging]
| |
| | |
| == Dovecot ==
| |
| * [https://github.com/postfixadmin/postfixadmin/blob/master/DOCUMENTS/DOVECOT.txt Password Schemes]
| |
| * [https://wiki.dovecot.org/TestInstallation Test Installation]
| |
| * [https://doc.dovecot.org/admin_manual/logging/ Dovecot Logging]
| |
| * [https://wiki.dovecot.org/FindMailLocation Find mail location]
| |
| | |
| == Roundcube ==
| |
| * [https://www.linuxbabe.com/mail-server/install-roundcube-webmail-ubuntu-20-04-apache-nginx Install Roundcube Webmail]
| |
| * [https://github.com/postfixadmin/postfixadmin/blob/master/DOCUMENTS/DOVECOT.txt Multi Domain Setup]
| |
| * [https://github.com/roundcube/roundcubemail/blob/master/config/defaults.inc.php#L921 defaults]
| |
| | |
| == Postfix Admin ==
| |
| * [https://github.com/postfixadmin/postfixadmin/blob/2882f86ad83fad04e997d9b9acb514ec8ac51927/DOCUMENTS/POSTFIX_CONF.txt POSTFIX_CONF.txt]
| |
| * [https://github.com/postfixadmin/postfixadmin/blob/master/DOCUMENTS/DOVECOT.txt DOVECOT.txt]
| |
| | |
| == Let's do Postfix slowly and properly ==
| |
| * [https://brokkr.net/2018/06/04/setting-up-postfix-and-dovecot-slowly-and-properly/ Setting up Postfix and Dovecot]
| |
| * [https://brokkr.net/2018/06/04/lets-do-dovecot-slowly-and-properly-part-1-plain-as-day/ Part 1: PLAIN as day]
| |
| * [https://brokkr.net/2015/10/22/lets-do-postfix-again-but-slowly-and-properly-this-time-part-3-opening-up-to-the-outside/ Part 3: Opening up to the outside]
| |
| * [https://www.postfix.org/DEBUG_README.html Part 3: LMTP]
| |
| * [https://brokkr.net/2015/10/26/lets-do-postfix-again-but-slowly-and-properly-this-time-part-4-virtual-domains/ Part 4: Virtual Domains]
| |
| * [https://brokkr.net/2015/10/26/lets-do-postfix-again-but-slowly-and-properly-this-time-part-4-virtual-domains/ Part 4: Virtual domains]
| |
| * [https://brokkr.net/2020/08/13/rspamd/ Part 9: Using RSpamd as a spam milter]
| |
| * [https://www.postfix.org/DEBUG_README.html Part 10: Restricting access]
| |
| | |
| == Let's do Dovecot slowly and properly ==
| |
| * [https://brokkr.net/2020/08/20/dovecot-4-sieve/ Part 4: Filtering with Sieve]
| |