Aug 052009
Postfix, by default only listen on ipv4 interface.
this is howto make Postfix listen on both ipv4/ipv6
This example using IPv6 address given by he.net
In main.cf
-- others config -- -- snippet -- inet_protocols = ipv4, ipv6 inet_interfaces = 127.0.0.1, 192.168.200.18, [::1], [2001:470:19:xxxx::2] mynetworks = [2001:470:19:xxxx::/64], [::1/128], 127.0.0.1, 192.168.200.0/24 -- others config -- -- end of snippet --
easy isn’t it?
IPv6 is enabled out of the box in postfix, all you have to is little configuration tweak.
Have a nice try
You may also want to read these posts:
- Postfix IPv6 + SPF (sender policy framework)
- Postfix IPv6 + RBL + BIND9 as DNSBL
- Centos 5 and IPv6 (IPv6-in-IPv4 tunneling)
- Postfix IPv6 + sqlgrey
- WordPress with one database, same domain, two identical installation on two different machine/network(ipv4/ipv6)
- Extract ipv6 prefix in python
- IPv6 without tunnel broker on linux
- Most Commonly Used ipv6 Command In My Windows XP Workstation
- Window XP HOME and ipv6
- postfix 2.8-20100213 postscreen
Follow me on Twitter