We are still actively working on the spam issue.

Difference between revisions of "Talk:Email"

From InstallGentoo Wiki
Jump to: navigation, search
(Created page with "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....")
 
m (Unsigned comment by User:Rms)
Line 9: Line 9:
 
https://grepular.com/Automatically_Encrypting_all_Incoming_Email
 
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.
+
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. <small><span class="autosigned">—&nbsp;Preceding [[wikipedia:Wikipedia:Signatures|unsigned]] comment added by [[User:Rms|Rms]] ([[User talk:Rms|talk]] • [[Special:Contributions/Rms|contribs]]) 00:42, 14 February 2014‎ (UTC)</span></small>

Revision as of 03:07, 14 February 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 (talkcontribs) 00:42, 14 February 2014‎ (UTC)