On 2009-05-28, Stefan Unterweger <stefan+open...@rg-me.it> wrote:
> Does spamd(8) currently support IPv6?

No. There are parts of code that make a start at supporting it, but here
is your main clue:

        if (sa->sa_family != AF_INET)
                errx(1, "not supported yet");

Reply via email to