Since I started using IPv6 I’ve noticed something, not all services use IPv6 by default. Now, this isn’t very strange. The strange this is me and how I forget to check it. Just now i discovered that my mail servers MTA, Postfix, wasn’t listening on IPv6. Of course I changed it so now it does.
Add the following lines to main.cf (mynetworks is probably there already, add your IPv6 network):
inet_protocols = all mynetworks = 172.16.0.0/24 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 [2001:16d8:ccc9::]/64
This will enable both IPv4 and IPv6. Hopefully you’ll now be able to mail me via IPv6, which is nice.
