Kreyren / kreyren

Personal tracking for issues that i need to resolve to be used as a reference for someone else and/or for peer-review of the solution
GNU General Public License v3.0
3 stars 0 forks source link

New mailserver #24

Open Kreyren opened 4 years ago

Kreyren commented 4 years ago

The end-goal here is to get self-hosted mailserver with IMAP, POP3, SMTP encrypted through TLS and accesible from tor and webmail UI accesible from web browser.

Requirements

Candidates

Needs processing

Decision

Relevants

Kreyren commented 4 years ago

I've used Courier and Dovecot. They're both fine. I've not used Exim but I hear good things. Both do POP & IMAP and can support TLS. -- Anonymous

Kreyren commented 4 years ago

My current set up consists of Dovecot to handle POP & IMAP. Postfix for SMTP. SpamAssassin and ClamAV for filtering of incoming messages. This provides a web interface: http://usermin.com/usermin.html -- Anonymous

Kreyren commented 4 years ago

Your certificate from Let's Encrypt could also be re-used for this purposes by telling e.g. Postfix and Dovecot or whatever to also use it. -- Anonymous

Kreyren commented 4 years ago

kreyren: use lmtp to deliver to dovecot. use amavis with lmtp delivery for content filtering, spamassassin. forget clamav, it's a joke. equally harden dovecot with systemd service hardening and apparmor profile. both postfix and dovecot apparmor profiles on debian are quite good, I don't think we had to adjust them at all -- Anonymous

Kreyren commented 4 years ago

also consider rspamd instead of amavis+SA -- Anonymous