OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: [ANN] ShadeList: DNS-based white/blacklist policy server

From: Luc Pardon (lucpskopos.be)
Date: Tue Feb 07 2006 - 10:27:00 CST


> On Tue, Feb 07, 2006 at 03:55:24PM +0100, Bas van den Dikkenberg wrote:
>
>
>>So for a white list i just put in main.cf like this
>>
>>smtpd_client_restrictions = permit_mynetworks, shadelist.pl -w
>>nlwhitelist.dnsbl.bit.nl , reject_rbl_client virbl.dnsbl.bit.nl,
>>reject_rbl_client bl.spamcop.net, reject_rbl_client relays.ordb.org,re$
>>reject_rbl_client sbl-xbl.spamhaus.org, reject_rbl_client
>>cbl.abuseat.org, permit
>>
>
>
> http://www.postfix.org/SMTPD_POLICY_README.html
> http://www.postfix.org/SMTPD_POLICY_README.html#client_config
>

    And also:

        http://www.skopos.be/downloads/postfix/shadelist.html

    where it says:

> Installation and configuration
>
> The source file contains instructions on how to configure Postfix to use ShadeList.

    And from the source (courtesy of Wietse's README that Viktor refers to):

> # To run this from /etc/postfix/master.cf:
> #
> # shadelist unix - n n - - spawn
> # user=nobody argv=/usr/bin/perl /usr/libexec/postfix/shadelist.pl
> # -b blacklist.example.com -w whitelist.example.com
> #
> # To use this from Postfix SMTPD, use in /etc/postfix/main.cf:
> #
> # smtpd_recipient_restrictions =
> # ...
> # reject_unauth_destination
> # check_policy_service unix:private/shadelist
> # ...
> #