no, OpenBSD currently does not support inet_net_pton() for inet6.
Try the following diff: http://users.poolp.org/~gilles/inet_net_pton.diff It's been adapted from NetBSD but the logic is challenging which is why it has not been committed yet. Sent from my ASUS Eee Pad Rene Maroufi <[email protected]> wrote: >Hi, > >If I use something like this in smtpd.conf: >accept from fd07:8085:b92f:2::/64 for domain maroufi.net alias aliases deliver >to >mbox > >I get this error: >smtpd: inet_net_pton: Address family not supported by protocol family > >Has smtpd problems with IPv6? > >Cheers >Rene Maroufi >-- >Reni Maroufi >[email protected]

