docker: Listen both in ipv4 and ipv6

This commit is contained in:
nemunaire 2026-06-06 13:03:06 +09:00
commit 27dcb1b0c3

View file

@ -7,7 +7,7 @@ myhostname = __HOSTNAME__
mydomain = __DOMAIN__ mydomain = __DOMAIN__
myorigin = $mydomain myorigin = $mydomain
inet_interfaces = all inet_interfaces = all
inet_protocols = ipv4 inet_protocols = all
# Recipient settings # Recipient settings
mydestination = localhost.$mydomain, localhost mydestination = localhost.$mydomain, localhost