diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-04 14:14:38 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-04 14:32:30 +0100 |
commit | 180e0b6d7927e1f74af22a7c939fe1ae84867660 (patch) | |
tree | 496d8b8288940c115e63d3eef7e0e49544ef6417 /files/etc | |
parent | 6691410f945719e62601c3d69d9b2ff9c4cfb4fb (diff) |
Install postfix and configure it as a nullmailer.
Diffstat (limited to 'files/etc')
-rw-r--r-- | files/etc/postfix/tls_policy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/etc/postfix/tls_policy b/files/etc/postfix/tls_policy new file mode 100644 index 0000000..2af19c5 --- /dev/null +++ b/files/etc/postfix/tls_policy @@ -0,0 +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 + 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 |