From: Zoltán Felleg Date: Mon, 1 Nov 2021 20:33:59 +0000 (+0100) Subject: Updated svc.in (re-enabled ipv6, updated postfix to use only ipv4). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=626d4218a33928b49d1ecc4c1e25ea218e710134;p=user-lxc.git Updated svc.in (re-enabled ipv6, updated postfix to use only ipv4). --- diff --git a/sources/svc.in/postinstall/install/etc/postfix/main.cf b/sources/svc.in/postinstall/install/etc/postfix/main.cf index 8840c7e..0118faa 100644 --- a/sources/svc.in/postinstall/install/etc/postfix/main.cf +++ b/sources/svc.in/postinstall/install/etc/postfix/main.cf @@ -93,7 +93,7 @@ mail_owner = postfix # #myhostname = host.domain.tld #myhostname = virtual.domain.tld -myhostname = mx.usr.user.hu +myhostname = mx.in.useribm.hu # The mydomain parameter specifies the local internet domain name. # The default is to use $myhostname minus the first component. @@ -131,12 +131,12 @@ myorigin = $mydomain # Note: you need to stop/start Postfix when this parameter changes. # #inet_interfaces = all -inet_interfaces = $myhostname -#inet_interfaces = $myhostname, localhost +#inet_interfaces = $myhostname +inet_interfaces = $myhostname, localhost #inet_interfaces = localhost # Enable IPv4, and IPv6 if supported -inet_protocols = all +inet_protocols = ipv4 # The proxy_interfaces parameter specifies the network interface # addresses that this mail system receives mail on by way of a diff --git a/sources/svc.in/postinstall/install/etc/sysctl.d/01-ipv6.conf b/sources/svc.in/postinstall/install/etc/sysctl.d/01-ipv6.conf deleted file mode 100644 index 8d42518..0000000 --- a/sources/svc.in/postinstall/install/etc/sysctl.d/01-ipv6.conf +++ /dev/null @@ -1 +0,0 @@ -net.ipv6.conf.all.disable_ipv6 = 1