mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 07:54:40 +03:00
at startup, with acme, if the config has explicitly configured public ips (the default with the quickstart), lookup the host names allowed for acme validation and warn about ips that mox is not configured to listen on
i've seen this cause acme validation failures 3 times now, so give a hint in the logs to new users. also for issue #13.
This commit is contained in:
@ -89,7 +89,9 @@ describe-static" and "mox config describe-domains":
|
||||
# Listeners are groups of IP addresses and services enabled on those IP addresses,
|
||||
# such as SMTP/IMAP or internal endpoints for administration or Prometheus
|
||||
# metrics. All listeners with SMTP/IMAP services enabled will serve all configured
|
||||
# domains.
|
||||
# domains. If the listener is named 'public', it will get a few helpful additional
|
||||
# configuration checks, for acme automatic tls certificates and monitoring of ips
|
||||
# in dnsbls if those are configured.
|
||||
Listeners:
|
||||
x:
|
||||
|
||||
|
Reference in New Issue
Block a user