OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: reject_rbl_client question

From: Wietse Venema (wietseporcupine.org)
Date: Mon Aug 02 2004 - 16:37:54 CDT


mailinglistsd-g-c.de:
> why isn't postfix able to get the rbl servers from mysql?
> like:
> reject_rbl_client mysql:/etc/postfix/mysql_blacklist_rbl.cf

The reject_rbl_client argument is a DOMAIN NAME not a table.

        Wietse

       reject_rbl_client rbl_domain=d.d.d.d
              Reject the request when the reversed client network
              address is listed with the A record "d.d.d.d" under
              rbl_domain (Postfix version 2.1 and later only).
              If no "=d.d.d.d" is specified, reject the request
              when the reversed client network address is listed
              with any A record under rbl_domain.
              The maps_rbl_reject_code parameter specifies the
              response code for rejected requests (default:
              554), the default_rbl_reply parameter specifies
              the default server reply, and the rbl_reply_maps
              parameter specifies tables with server replies
              indexed by rbl_domain. This feature is available
              in Postfix 2.0 and later.