mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 10:34:40 +03:00
add option to handle autoconfig and mta-sts requests without TLS, for when it is reverse proxied
for #5 with hints from belst & idnovic
This commit is contained in:
@ -240,6 +240,10 @@ describe-static" and "mox config describe-domains":
|
||||
# port forwarding. (optional)
|
||||
Port: 0
|
||||
|
||||
# If set, plain HTTP instead of HTTPS is spoken on the configured port. Can be
|
||||
# useful when the autoconfig domain is reverse proxied. (optional)
|
||||
NonTLS: false
|
||||
|
||||
# Serve MTA-STS policies describing SMTP TLS requirements. Requires a TLS config.
|
||||
# (optional)
|
||||
MTASTSHTTPS:
|
||||
@ -251,6 +255,10 @@ describe-static" and "mox config describe-domains":
|
||||
# forwarding. (optional)
|
||||
Port: 0
|
||||
|
||||
# If set, plain HTTP instead of HTTPS is spoken on the configured port. Can be
|
||||
# useful when the mta-sts domain is reverse proxied. (optional)
|
||||
NonTLS: false
|
||||
|
||||
# Destination for emails delivered to postmaster address.
|
||||
Postmaster:
|
||||
Account:
|
||||
|
Reference in New Issue
Block a user