diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-02-15 14:21:02 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-02-15 14:26:05 +0100 |
commit | 20708ade1f56a1ef84b22ecdca42af9f9bd45c69 (patch) | |
tree | cbfdd72d949d3f766c857ed162836917d66e2c0a /files/etc/postfix/tls_policy | |
parent | d74a10cbc6abe451c39eef30b6c610d916090448 (diff) |
Postfix: Use relay-smtps as relayhost transport.
Diffstat (limited to 'files/etc/postfix/tls_policy')
-rw-r--r-- | files/etc/postfix/tls_policy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/postfix/tls_policy b/files/etc/postfix/tls_policy index 2af19c5..c5641d3 100644 --- a/files/etc/postfix/tls_policy +++ b/files/etc/postfix/tls_policy @@ -1,3 +1,3 @@ # WARN: smtp_tls_fingerprint_digest MUST be sha256! -[smtp.guilhem.org]:587 fingerprint ciphers=high protocols=!SSLv2:!SSLv3:!TLSv1:!TLSv1.1:!TLSv1.2 +[smtp.guilhem.org]:465 fingerprint ciphers=high protocols=!SSLv2:!SSLv3:!TLSv1:!TLSv1.1:!TLSv1.2 match=B2:37:09:EC:B9:54:DC:51:FA:77:A1:31:0D:30:06:84:7E:10:81:5B:9B:30:B0:31:6E:9A:7B:53:13:C8:37:62 |