Updated svc.in (re-enabled ipv6, updated postfix to use only ipv4).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Mon, 1 Nov 2021 20:33:59 +0000 (21:33 +0100)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Mon, 1 Nov 2021 20:33:59 +0000 (21:33 +0100)
sources/svc.in/postinstall/install/etc/postfix/main.cf
sources/svc.in/postinstall/install/etc/sysctl.d/01-ipv6.conf [deleted file]

index 8840c7ef035d8f36fba88e90a06d3600fb88d8eb..0118faa4044f04876cec7ff389795f60199fd222 100644 (file)
@@ -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 (file)
index 8d42518..0000000
+++ /dev/null
@@ -1 +0,0 @@
-net.ipv6.conf.all.disable_ipv6 = 1