On Thu, Jan 10, 2008 at 04:51:52PM +0100, Fili wrote:
> 
> Hello Policyd List,
> 
> I'm trying to set up RBL-based greylisting using Policyd-weight and Postgrey 
> on Debian Etch.
> After some intensive Google-ing I came to the conclusion that it should be 
> possible.
> However, I couldn't find any concrete configuration examples.
> 
> Would the following configuration work?
> 
> --postfix: main.cf--
> smtpd_restriction_classes = greylist
> greylist = check_policy_service inet:127.0.0.1:60000
> smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination, 
> check_policy_service 
> inet:127.0.0.1:12525
> 
> --policyd-weight.conf--
>    $REJECTLEVEL  = 4.25;
>    $dnsbl_checks_only = 1;
>    $MAXDNSBLHITS  = 4;
>    $MAXDNSBLMSG = 'rc:greylist';
>    $BIND_ADDRESS    = 'all';


Should work. Depending on what you want to achieve.

greylist clients which are on at least one RBL
reject clients which are on too many rbls


> 
> It is unclear to me if the 'rc:greylist' is supported on the Debian packaged 
> version: 0.1.14-beta-6.

It contains handling for rc: messages.


-- 
    Robert Felber (PGP: 896CF30B)
    Munich, Germany

____________________________________________________________
Policyd-weight Mailinglist - http://www.policyd-weight.org/

Reply via email to