On Apr 23, 2009, at 11:08 AM, Brian Evans - Postfix List wrote:
Relevant portions of main.cf:
missing a lot here that IS relevant.
mynetworks = 10.0.0.0/24, 10.1.1.0/24,127.0.0.0/8
Any thoughts?
You seem to (no `postconf -n`) have enabled IPV6 in main.cf, but not
added it to mynetworks.
See http://www.postfix.org/IPV6_README.html for details and examples.
Ah, sorry for the newbie mistake on not including postconf -n.
Postfix has worked so well for me in the past I've never had to reach
out for help, so I'm a newbie at this. Noted - and will do so next
time.
You were correct about not having it added to mynetworks. Since I
didn't really need the ipv6 support (OpenBSD apparently enables it by
default), I changed:
inet_protocols = ipv4
and all is well now.
Thanks very much for the help.
Wade