mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 07:14:40 +03:00
add config field "IPsNATed" to listener, indicating the IPs are not the actual public IPs but are NATed, to skip a few DNS checks
the dns check was returning errors that could not be fixed with that setup, which makes the checks much less useful. for issue #17
This commit is contained in:
@ -101,6 +101,11 @@ describe-static" and "mox config describe-domains":
|
||||
IPs:
|
||||
-
|
||||
|
||||
# Set this if the specified IPs are not the public IPs, but are NATed. This makes
|
||||
# the DNS check skip a few checks related to IPs, such as for iprev, mx, spf,
|
||||
# autoconfig, autodiscover. (optional)
|
||||
IPsNATed: false
|
||||
|
||||
# If empty, the config global Hostname is used. (optional)
|
||||
Hostname:
|
||||
|
||||
|
Reference in New Issue
Block a user