On 01/08/2013 16:18, Ulrich Spörlein wrote: [...]
98054 sendmail CALL bind(0x7,0x708dbc,0x1c) 98054 sendmail STRU struct sockaddr { AF_INET6, [::ffff:88.198.49.12]:587 } 98054 sendmail RET bind -1 errno 49 Can't assign requested addressYeah right ... I don't want an IPv6-mapped-IPv4 address, I want it to bind to the real thing.
Sendmail uses the first address returned by gethostbyname, rather than scan for a 'real' ipv6 address instead of a mapped ipv4 address.
My guess is that things will improve once you do '/etc/rc.d/ip6addrctl prefer_ipv6'. This will cause gethostbyname to return the real ipv6 address first.
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
