diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-03-19 02:27:42 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-03-19 02:27:42 +0100 |
commit | b16aa5bd33e5ca4bdc8a0734e8db1f42611aa75b (patch) | |
tree | 8fe4feb798b66236e529ca32242cdc7602f883f8 /certs | |
parent | c19f6525465065496c485a5084a86707e4923580 (diff) |
MSA: Open 465/TCP for Email Submission over TLS.
See RFC 8314 sec. 3.3 "Cleartext Considered Obsolete".
Diffstat (limited to 'certs')
-rwxr-xr-x | certs/gencerts.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certs/gencerts.sh b/certs/gencerts.sh index f56e8f7..b796339 100755 --- a/certs/gencerts.sh +++ b/certs/gencerts.sh @@ -78,10 +78,10 @@ allfpr() { [ "$typ" = mdwn ] && indent=' ' || indent=' ' header 'IMAP server' - x509fpr '`imap.fripost.org:993` (IMAP over SSL), `sieve.fripost.org:4190` (ManageSieve, `STARTTLS`)' + x509fpr '`imap.fripost.org:993` (IMAP over TLS), `sieve.fripost.org:4190` (ManageSieve, `STARTTLS`)' header 'SMTP servers' - x509fpr '`smtp.fripost.org:587` (Mail Submission Agent, `STARTTLS`)' + x509fpr '`smtp.fripost.org:465` (Email Submission over TLS), `smtp.fripost.org:587` (Email Submission, `STARTTLS`)' x509fpr '`mx1.fripost.org:25` (1st Mail eXchange, `STARTTLS`)' x509fpr '`mx2.fripost.org:25` (2nd Mail eXchange, `STARTTLS`)' |