mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 10:34:40 +03:00
in quickstart, add -hostname flag and check public ips with 2 dnsbl's
- if the guessed hostname is not correct, you can specify one yourself. useful if you generate a config locally and deploy to a different machine. - if explicit public ips are found, check them with spamhaus and spamcop DNSBLs and warn if they are listed, with links to check more DNSBLs. should prevent disappointment later on.
This commit is contained in:
@ -93,7 +93,9 @@ describe-static" and "mox config describe-domains":
|
||||
Listeners:
|
||||
x:
|
||||
|
||||
# Use 0.0.0.0 to listen on all IPv4 and/or :: to listen on all IPv6 addresses.
|
||||
# Use 0.0.0.0 to listen on all IPv4 and/or :: to listen on all IPv6 addresses, but
|
||||
# it is better to explicitly specify the IPs you want to use for email, as mox
|
||||
# will make sure outgoing connections will only be made from one of those IPs.
|
||||
IPs:
|
||||
-
|
||||
|
||||
|
Reference in New Issue
Block a user