From d35c32ef467f78ff6914d78fc01844671a1ed353 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 29 Jan 2023 23:58:44 +0100 Subject: [PATCH] install_postfix_advanced.sh: set 'inet_interfaces' to 'all' in case of IPv6 Interface(s) present. --- install_postfix_advanced.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install_postfix_advanced.sh b/install_postfix_advanced.sh index 8bd129c..9d7660e 100755 --- a/install_postfix_advanced.sh +++ b/install_postfix_advanced.sh @@ -1491,11 +1491,11 @@ if [ -n "$IPV6" ]; then cat <> /etc/postfix/main.cf inet_protocols = ipv4, ipv6 -#inet_interfaces = all -inet_interfaces = - 127.0.0.1 - $IPV4 - $IPV6 +inet_interfaces = all +#inet_interfaces = +# 127.0.0.1 +# $IPV4 +# $IPV6 myhostname = $HOSTNAME