richard lucassen:
> Apparently, this:
> 
> smtpd_client_restrictions =
>   reject_rbl_client bl.spamcop.net
>   reject_rbl_client list.dsbl.org
>   reject_rbl_client virbl.dnsbl.bit.nl

The above does RBL lookups (as requested by reject_rbl_client).

> replaced by this:
> 
> smtpd_client_restrictions =
>   hash:/etc/postfix/hash-tables/reject_rbl_client
> 
> cat hash:/etc/postfix/hash-tables/reject_rbl_client
> bl.spamcop.net                  ok
> list.dsbl.org                   ok
> virbl.dnsbl.bit.nl              ok
> 
> does not work AFAIK.

Indeed, because there is nothing in there that tells Postfix
that you want to do RBL lookups.

> Is it possible to put these entries in a
> hash-table?

You can put the REPLIES in a table (rbl_reply_maps) but there is
no reject_rbl_client_maps feature.

        Wietse

> 
> R.
> 
> -- 
> ___________________________________________________________________
> It is better to remain silent and be thought a fool, than to speak
> aloud and remove all doubt.
> 
> +------------------------------------------------------------------+
> | Richard Lucassen, Utrecht                                        |
> | Public key and email address:                                    |
> | http://www.lucassen.org/mail-pubkey.html                         |
> +------------------------------------------------------------------+
> 
> 

Reply via email to