mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 09:54:40 +03:00
add pedantic mode (used by localserve) that refuses some behaviour that is invalid according to specifications and that we normally accept for compatibility
This commit is contained in:
@ -49,6 +49,10 @@ describe-static" and "mox config describe-domains":
|
||||
# (optional)
|
||||
CheckUpdates: false
|
||||
|
||||
# In pedantic mode protocol violations (that happen in the wild) for SMTP/IMAP/etc
|
||||
# result in errors instead of accepting such behaviour. (optional)
|
||||
Pedantic: false
|
||||
|
||||
# Global TLS configuration, e.g. for additional Certificate Authorities. Used for
|
||||
# outgoing SMTP connections, HTTPS requests. (optional)
|
||||
TLS:
|
||||
|
Reference in New Issue
Block a user