We are still actively working on the spam issue.
Difference between revisions of "Talk:Email"
m (Unsigned comment by User:Rms) |
m (Willy on Wheels moved page Talk:Email to Talk:Email on wheels) |
(No difference)
|
Revision as of 00:53, 22 July 2014
I'm to lazy to write everything down. I recently set up a mail server by following this guides:
http://sealedabstract.com/code/nsa-proof-your-e-mail-in-2-hours/
https://www.digitalocean.com/community/articles/how-to-set-up-a-postfix-e-mail-server-with-dovecot
The second one because I didn't want to have mysql since I'm the only user. Also instead of using EncFS I use this:
https://grepular.com/Automatically_Encrypting_all_Incoming_Email
The next thing you would want to do is set up a cipher preference on postfix and dovecot, enable Perfect Forward Secrecy, harden postfix (strict helo), set up fail2ban jails: postfix, postfix-sasl and dovecot. If you're the only user and your mail client supports tlsv1.2 you could also disable sslv2, sslv3, tlsv1 and tlsv1.1 on dovecot. — Preceding unsigned comment added by Rms (talk • contribs) 00:42, 14 February 2014 (UTC)