I would like to make a proposal to add the following diff (line number
may vary) to ports/mail/postfix/{stable,snapshot}/patches.
postfix opens IPv4 TCP port 25 only by default. the diff will make
postfix open TCP port 25 for all availalbe protocols (i.e. IPv4 and
IPv6). it won't change anything if your kernel is IPv4-only.
itojun
diff -u -r1.12 -r1.13
--- main.cf 18 Aug 2005 21:50:35 -0000 1.12
+++ main.cf 26 Mar 2006 01:43:19 -0000 1.13
@@ -113,6 +113,10 @@
#inet_interfaces = $myhostname
#inet_interfaces = $myhostname, localhost
+# OpenBSD is IPv6-capable. Use all available address families.
+#
+inet_protocols = all
+
# The proxy_interfaces parameter specifies the network interface
# addresses that this mail system receives mail on by way of a
# proxy or network address translation unit. This setting extends