Apparently, this:

smtpd_client_restrictions =
  reject_rbl_client bl.spamcop.net
  reject_rbl_client list.dsbl.org
  reject_rbl_client virbl.dnsbl.bit.nl

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. Is it possible to put these entries in a
hash-table?

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