Re: spamc/spamd using IPv6?

2011-01-16 Thread Per Jessen
Jari Fredriksson wrote: > > I just assigned records to my DNS, and spamc/spamd fails. > > I have a DNS alias spamd for a server. > > jarif@lancaster:~$ host spamd > spamd.fredriksson.dy.fi is an alias for lancaster.fredriksson.dy.fi. > lancaster.fredriksson.dy.fi has address 10.123.29.113

Re: spamc/spamd using IPv6?

2011-01-16 Thread Per Jessen
Per Jessen wrote: > The fe80: address is link-local, to use it you have to specify the > interface as well. In a browser, you could do that like this: > > http://[fe80::20c:29ff:fe28:8af%eth0] > > You could try the same syntax with spamc - the %device is a glibc > extension, it might work. How