Hi

When you says

Perhaps you forgot to prefix your RBL check with permit_mynetworks and/or
permit_sasl_authenticated.

where I need to put this options? Are in smtpd_recipient_restrictions but no
in smtpd_client_restrictions. I can put in the client_restrictions options¿?

For example:

smtpd_client_restrictions=
        check_client_access hash:/etc/postfix/access,
        * permit_sasl_authenticated,*
#       reject_unknown_client,
#       reject_rbl_client rbl.orbitrbl.com,
#       reject_rbl_client bl.spamcop.net,
        reject_rbl_client whois.rfc-ignorant.org,
        reject_rbl_client dnsbl.njabl.org,
        reject_rbl_client zombie.dnsbl.sorbs.net

Is correct here?

Thanks

On Mon, Apr 20, 2009 at 2:27 PM, Noel Jones <njo...@megan.vbhcs.org> wrote:

> deconya wrote:
>
>> Hi list
>>
>> I would like to make a question about the use of blacklists. I used
>> rbl.orbitrbl.com <http://rbl.orbitrbl.com> but has a bad refresh. Last
>> friday y delete and IP and appears how to blacklisted today (monday).
>> Finally I must to delete this blacklist inside the smtp_client_restrictions.
>> Which are the best blacklists.? I used the zen.spamhaus.org <
>> http://zen.spamhaus.org>, but has too many false positives too.
>>
>
> If zen.spamhaus.org has too many false positives for your environment,
> you'll probably have trouble finding one that suits your needs.
>
> Perhaps you forgot to prefix your RBL check with permit_mynetworks and/or
> permit_sasl_authenticated.
>
> Another possibility is using a policy service such as postfwd to "score"
> mail based on multiple RBL and other envelope checks.
>
>
>  -- Noel Jones
>

Reply via email to