kamax-matrix / mxisd

Federated Matrix Identity Server
GNU Affero General Public License v3.0
224 stars 114 forks source link

Support SSL/TLS mode for the Email SMTP connector #125

Closed maxidorius closed 5 years ago

maxidorius commented 5 years ago

Thanks to #106, we found out that the Email SMTP connector can deal with STARTLS, but not with SSL/TLS. We need to configure the right properties in the connector.

We should create a new connector called smtps to handle and ignore the tls config key in it.

maxidorius commented 5 years ago

This mode can be enabled using the value 3 for the tls key.