mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 07:54:40 +03:00
add an option for the smtp delivery listener to enable/disable tls session tickets
the field is optional. if absent, the default behaviour is currently to disable session tickets. users can set the option if they want to try if delivery from microsoft is working again. in a future version, we can switch the default to enabling session tickets. the previous fix was to disable session tickets for all tls connections, including https. that was a bit much. for issue #237
This commit is contained in:
@ -262,6 +262,10 @@ See https://pkg.go.dev/github.com/mjl-/sconf for details.
|
||||
# account. Default: 15s. (optional)
|
||||
FirstTimeSenderDelay: 0s
|
||||
|
||||
# Override default setting for enabling TLS session tickets. Disabling session
|
||||
# tickets may work around TLS interoperability issues. (optional)
|
||||
TLSSessionTicketsDisabled: false
|
||||
|
||||
# SMTP for submitting email, e.g. by email applications. Starts out in plain text,
|
||||
# can be upgraded to TLS with the STARTTLS command. Prefer using Submissions which
|
||||
# is always a TLS connection. (optional)
|
||||
|
Reference in New Issue
Block a user