MatrixSynapse/synapse/config
Jan Schär e8519e0ed2
Support Implicit TLS for sending emails (#13317)
Previously, TLS could only be used with STARTTLS.
Add a new option `force_tls`, where TLS is used from the start.
Implicit TLS is recommended over STARTLS,
see https://datatracker.ietf.org/doc/html/rfc8314

Fixes #8046.

Signed-off-by: Jan Schär <jan@jschaer.ch>
2022-07-25 16:27:19 +01:00
..
__init__.py
__main__.py
_base.py Remove 'anonymised' from the phone home stats documentation (#13321) 2022-07-19 12:38:29 +00:00
_base.pyi
_util.py
account_validity.py
api.py
appservice.py
auth.py
background_updates.py
cache.py Allow dependency errors to pass through (#13113) 2022-06-30 19:48:04 +02:00
captcha.py
cas.py
consent.py
database.py
emailconfig.py Support Implicit TLS for sending emails (#13317) 2022-07-25 16:27:19 +01:00
experimental.py Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) 2022-06-29 17:12:45 +00:00
federation.py
groups.py
homeserver.py
jwt.py Allow dependency errors to pass through (#13113) 2022-06-30 19:48:04 +02:00
key.py
logger.py
metrics.py Allow dependency errors to pass through (#13113) 2022-06-30 19:48:04 +02:00
modules.py
oembed.py
oidc.py Allow dependency errors to pass through (#13113) 2022-06-30 19:48:04 +02:00
password_auth_providers.py
push.py
ratelimiting.py Rate limit joins per-room (#13276) 2022-07-19 11:45:17 +00:00
redis.py
registration.py Drop support for delegating email validation (#13192) 2022-07-12 19:18:53 +01:00
repository.py Provide more info why we don't have any thumbnails to serve (#13038) 2022-07-15 11:42:21 -05:00
retention.py
room.py
room_directory.py
saml2.py Allow dependency errors to pass through (#13113) 2022-06-30 19:48:04 +02:00
server.py
server_notices.py
spam_checker.py
sso.py
stats.py
third_party_event_rules.py
tls.py
tracer.py Allow dependency errors to pass through (#13113) 2022-06-30 19:48:04 +02:00
user_directory.py
voip.py
workers.py