Wietse Venema: > Mark Martinec: > > Trying to install postfix-2.9-20111219 from ports on FreeBSD 9.0 > > (with an inet6-only kernel), the installation fails as before: > > > > postfix-current$ make install > > ... > > Skipping /usr/local/share/doc/postfix/postfix-power.png... > > Skipping /usr/local/share/doc/postfix/scache.8.html... > > Skipping /usr/local/share/doc/postfix/tlsmgr.8.html... > > postfix: fatal: could not find any active network interfaces > > *** Error code 1 > > How do you want to proceed: wait until I have time to reproduce > your IPv6-only setup for which I have no specification, or spend > all of next year doing blind testing?
I'm assuming that you have "inet_protocols=ipv6" in main.cf, instead of the backwards-compatibility "inet_protocols=ipv4" workaround, because that would not work on your machine. Wietse