Re: [courier-users] Greylisting and Courier-MTA
Brought to you by:
mrsam
|
From: Georg L. <geo...@ge...> - 2006-11-29 22:21:46
|
On 2006-11-29 19:54, Marco Balmer wrote: > Hello > > Seems to be that greylist.py has a problem with ipv6 addresses. Is > that possible? > > Nov 29 09:22:27 xxx courieresmtpd: > error,relay=2001:xxx:xxx:xxx::2,from=<xy...@do...>: 451 Internal > failure locating control files > This is true, greylist.py uses the IPv6 address directly without further network calculation like with IPv4 (it doesn't make much sense with IPv6 anyway at that time). But I suppose the 451 error is triggered somewhere else, not in greylist.py . Perhaps in line 38 of whitelist.py . -- Georg |