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=<[EMAIL PROTECTED]>: 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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
