improve docs about IPs and ipv4/ipv6 used for outgoing connections

based on feedback from alex on irc, thanks!
This commit is contained in:
Mechiel Lukkien
2024-04-21 17:22:00 +02:00
parent 884f5b5b3f
commit 8ad32f9ede
2 changed files with 7 additions and 3 deletions

View File

@ -153,7 +153,11 @@ See https://pkg.go.dev/github.com/mjl-/sconf for details.
# 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.
# will make sure outgoing connections will only be made from one of those IPs. If
# both outgoing IPv4 and IPv6 connectivity is possible, and only one family has
# explicitly configured addresses, both address families are still used for
# outgoing connections. Use the "direct" transport to limit address families for
# outgoing connections.
IPs:
-