EmailServer:Mail Page: Difference between revisions
From Amar
Jump to navigationJump to search
→Postfix Admin: regex aliases |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 23: | Line 23: | ||
* [https://github.com/postfixadmin/postfixadmin/blob/2882f86ad83fad04e997d9b9acb514ec8ac51927/DOCUMENTS/POSTFIX_CONF.txt POSTFIX_CONF.txt] | * [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] | * [https://github.com/postfixadmin/postfixadmin/blob/master/DOCUMENTS/DOVECOT.txt DOVECOT.txt] | ||
* [https://sourceforge.net/p/postfixadmin/wiki/Regex_aliases/ Regex Aliases] | |||
== Let's do Postfix slowly and properly == | == 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/setting-up-postfix-and-dovecot-slowly-and-properly/ Setting up Postfix and Dovecot] | ||
* [https://brokkr.net/ | * [https://brokkr.net/2015/10/15/lets-do-postfix-again-but-slowly-and-properly-this-time-part-1-a-simple-local-mail-receiving-server/ Part 1: A simple local mail receiving server] | ||
* [https:// | * [https://brokkr.net/2015/10/18/lets-do-postfix-again-but-slowly-and-properly-this-time-part-2-address-manipulation/ Part 2: Address manipulation] | ||
* [https://brokkr.net/2015/10/26/lets-do-postfix-again-but-slowly-and-properly-this-time-part-4-virtual-domains/ Part 4: Virtual | * [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://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/11/01/lets-do-postfix-again-but-slowly-and-properly-this-time-part-5-relaying-from-the-local-network/ Part 5: Relaying from the local network] | |||
* [https://brokkr.net/2019/09/13/lets-do-postfix-again-but-slowly-and-properly-this-time-part-6-authentication/ Part 6: Relay authenticating with SASL] | |||
* [https://brokkr.net/2020/08/12/lets-do-postfix-slowly-and-properly-part-7-encryption/ Part 7: Encryption] | |||
* [https://brokkr.net/2020/08/12/lets-do-postfix-slowly-and-properly-part-8-ptr-records/ Part 8: PTR and SPF records] | |||
* [https://brokkr.net/2020/08/13/rspamd/ Part 9: Using RSpamd as a spam milter] | * [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] | * [https://www.postfix.org/DEBUG_README.html Part 10: Restricting access] | ||
* [https://brokkr.net/2020/08/30/postfix-11-pflogsumm/ Part 11: pflogsumm] | |||
== Let's do Dovecot slowly and properly == | |||
* [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/2018/06/19/lets-do-dovecot-slowly-and-properly-part-2-proper-authentication/ Part 2: Proper authentication] | |||
* [https://brokkr.net/2019/10/31/lets-do-dovecot-slowly-and-properly-part-3-lmtp/ Part 3: LMTP] | |||
* [https://brokkr.net/2020/08/20/dovecot-4-sieve/ Part 4: Filtering with Sieve] |
Latest revision as of 21:38, 3 November 2022
Email Server Setup
Postfix
- Install Postfix (with security)
- Multiple Mail Domains
- Set up SPF and DKIM with Postfix
- Postfix Virtual Domain Hosting
- Postfix Debugging
Dovecot
Roundcube
Postfix Admin
Let's do Postfix slowly and properly
- Setting up Postfix and Dovecot
- Part 1: A simple local mail receiving server
- Part 2: Address manipulation
- Part 3: Opening up to the outside
- Part 4: Virtual Domains
- Part 5: Relaying from the local network
- Part 6: Relay authenticating with SASL
- Part 7: Encryption
- Part 8: PTR and SPF records
- Part 9: Using RSpamd as a spam milter
- Part 10: Restricting access
- Part 11: pflogsumm