Jacek Midura wrote:
> I try to implement greylisting on Courier MTA on Debian. I selected 
> greylisting.py 2.0.2 taken from http://source.schokokeks.org/greylisting/
>   

Wild... it looks like that was derived from an old version of 
pythonfilter.  :)

I can't see anything that filter does that's better than pythonfilter's 
own "greylist" implementation.  Consider using that instead:
http://www.dragonsdawn.net/~gordon/courier-pythonfilter/

> (connected with Courier through courierfilter interface).
> Greylisting works OK for incoming mails, but mails sent by authenticated 
> users (outgoing) are subject to greylisting as well (which is unacceptable).
> Is it possible to turn it off for authenticated users?

Courier doesn't provide such an option, and neither does the 
courierfilter interface.  It's up to filters to decide which messages 
they accept and reject, including their policy regarding AUTH senders.  
pythonfilter has support for allowing AUTHenticated senders.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to