diff options
| -rw-r--r-- | konfigurera.mdwn | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/konfigurera.mdwn b/konfigurera.mdwn index 7d4f004..32dc4d1 100644 --- a/konfigurera.mdwn +++ b/konfigurera.mdwn @@ -171,7 +171,7 @@ smtp_sasl_tls_security_options = noanonymous  smtp_tls_security_level = fingerprint  smtp_tls_fingerprint_digest = sha1  smtp_tls_mandatory_ciphers = high -smtp_tls_fingerprint_cert_match = 6B:75:B6:CA:6F:6C:DD:F7:7C:FD:5A:98:89:80:3B:82:FD:82:0E:8B +smtp_tls_fingerprint_cert_match = 03:87:02:C9:6E:01:D3:AD:BC:EC:77:CC:A5:C5:37:C1:D8:C1:29:BC  </pre>  Guilhem comments: @@ -188,7 +188,7 @@ Guilhem comments:  >     /etc/postfix/tls_policy  >       [mail.chalmers.se]:587  secure ciphers=high  >       [smtp.fripost.org]:587  fingerprint ->           match=6B:75:B6:CA:6F:6C:DD:F7:7C:FD:5A:98:89:80:3B:82:FD:82:0E:8B +>           match=03:87:02:C9:6E:01:D3:AD:BC:EC:77:CC:A5:C5:37:C1:D8:C1:29:BC  >           ciphers=high  >       >     /etc/postfix/relayhost_map | 
