On 09/03/2011 08:28 PM, Noel Jones wrote:
mynetworks = 127.0.0.0/8, 10.0.0.0/24, 10.0.1.0/24Oops, mynetworks contains only ip4 addresses. Solution is to either disable ip6: inet_protocols = ipv4 or add ip6 localhost to mynetworks: mynetworks = [::1]/128 127.0.0.0/8, 10.0.0.0/24, 10.0.1.0/24
Thank you very much Noel. Setting inet_protocols = ipv4 solved the errors right away. Your help is much appreciated!
Have a good weekend. Regards, Patrick