diff options
author | maxigas <maxigas@anargeek.net> | 2013-04-11 18:52:09 +0200 |
---|---|---|
committer | maxigas <maxigas@anargeek.net> | 2013-04-11 18:52:09 +0200 |
commit | 239d9e741b1d6e2a09534be6b894950c6a762ca6 (patch) | |
tree | c6c96c26d49fda49c3029e12109d0302d7285db7 | |
parent | 55b7502a86466b41976a5e5fffe7cb19eb51d0b3 (diff) | |
download | policy-239d9e741b1d6e2a09534be6b894950c6a762ca6.tar.gz policy-239d9e741b1d6e2a09534be6b894950c6a762ca6.tar.bz2 |
header levels in best practices
-rw-r--r-- | best_practices.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/best_practices.mdwn b/best_practices.mdwn index b9605c5..861b2a4 100644 --- a/best_practices.mdwn +++ b/best_practices.mdwn @@ -17,19 +17,19 @@ Obviously, every security/privacy level requires that you keep your software up ##### [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. +### 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. -## The server must have its own SSL certificate signed by one of a given set of certificate authorities. See best practices documents for details. +### 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 ##### [StartTLS-exim](http://aland.burngreave.net/archives/2009/12/30/index.html#e2009-12-30T16_26_49.txt) tls is required with other compliant servers’, certs verified with fingerprint -### Postfix +### Postfix #### Level 1 |