Files
docker-compose-hatthieves/production/haraka-wildduck/wildduck-mta/config/pools.toml
Your Name 52d607ee8e modified
2020-07-03 11:49:11 +00:00

16 líneas
327 B
TOML

# List local IP addresses that can be used for outbound tcp connections
# Server process must be able to locally bind to these addresses
#default=["0.0.0.0", "::"]
# or alternatively, to provide hostnames as well:
#
[[default]]
address="0.0.0.0"
name="hatthieves.es"
#
#[[default]]
#address="1.2.3.5"
#name="ip-2.hostname"
#