juanluisbaptiste/docker-postfix

Add inet_protocols = all so that the image also works in IPv6 environments

telmich opened this issue · 1 comments

Sitituation

  • Alpine has the awkward inet_protocols = ipv4
  • This breaks running the container in IPv6 (only) environments

Fix

Add postconf -e 'inet_protocols = all' into run.sh

PR merged, closing this issue.