diff options
author | maxigas <maxigas@anargeek.net> | 2013-04-11 18:54:29 +0200 |
---|---|---|
committer | maxigas <maxigas@anargeek.net> | 2013-04-11 18:54:29 +0200 |
commit | 3a1720f42b78ce7f3d46d5993b504c55d9664890 (patch) | |
tree | 96aec8b02a2607714501255fa626df3d92d54b2b | |
parent | 239d9e741b1d6e2a09534be6b894950c6a762ca6 (diff) | |
download | policy-3a1720f42b78ce7f3d46d5993b504c55d9664890.tar.gz policy-3a1720f42b78ce7f3d46d5993b504c55d9664890.tar.bz2 |
small change
-rw-r--r-- | best_practices.mdwn | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/best_practices.mdwn b/best_practices.mdwn index 861b2a4..f3c2df5 100644 --- a/best_practices.mdwn +++ b/best_practices.mdwn @@ -2,9 +2,6 @@ Translations: [[Castellano|best practices_es]] -Spanish version: https://pad.puscii.nl/p/Practice-es -Portuguese version: https://pad.puscii.nl/p/Practice-pt - *This appendix contains the text of the policy with specific best practices added below relevant sections. It is a work in progress. Please help expand!* Obviously, every security/privacy level requires that you keep your software up to date to the current knowledge of security issues. @@ -15,14 +12,14 @@ Obviously, every security/privacy level requires that you keep your software up #### Level 1 -##### [StartTLS-exim](http://aland.burngreave.net/archives/2009/12/30/index.html#e2009-12-30T16_26_49.txt) starttls with other compliant servers’, certs verified against cacert/… - ### If the server adds the IP address of a user sending a mail through its service anywhere in the email, the user is informed about this. ### The connections between the user and the server are always encrypted. ### Use StartTLS to exchange mails with other servers whenever available. +[StartTLS-exim](http://aland.burngreave.net/archives/2009/12/30/index.html#e2009-12-30T16_26_49.txt) starttls with other compliant servers’, certs verified against cacert/… + ### The server must have its own SSL certificate signed by one of a given set of certificate authorities. See best practices documents for details. #### Level 2 |