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 /roles/wiki | |
parent | c19f6525465065496c485a5084a86707e4923580 (diff) |
MSA: Open 465/TCP for Email Submission over TLS.
See RFC 8314 sec. 3.3 "Cleartext Considered Obsolete".
Diffstat (limited to 'roles/wiki')
-rw-r--r-- | roles/wiki/files/var/www/fripost.org/autoconfig/mail/config-v1.1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/wiki/files/var/www/fripost.org/autoconfig/mail/config-v1.1.xml b/roles/wiki/files/var/www/fripost.org/autoconfig/mail/config-v1.1.xml index 44d3732..00c2d0e 100644 --- a/roles/wiki/files/var/www/fripost.org/autoconfig/mail/config-v1.1.xml +++ b/roles/wiki/files/var/www/fripost.org/autoconfig/mail/config-v1.1.xml @@ -16,8 +16,8 @@ <outgoingServer type="smtp"> <hostname>smtp.fripost.org</hostname> - <port>587</port> - <socketType>STARTTLS</socketType> + <port>465</port> + <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </outgoingServer> |