Had been reading a postfix manuals and info from Internet.

  I'm running spam server with FreeBSD 8.2 + Postfix 2.8.x, single domain.

  Internet -->spam server--> mail server -->Internal Network.

  The gateway is working, but I still doing changes to block most of the
spam that touch my server, I'm working right now just with Postfix, latter I
will continue with clamais,amavis,sa.

  Now, I want to use the smtpd_recipient_restrictions -> reject_rbl_client
blackholes.

I want to enable zen spamhaus org

  But once I reload or restart Postfix, the function of this feature is to
check if the from is in the list right?

smtpd_recipient_restrictions =
        permit_mynetworks,
        reject_unauth_destination,
        reject_non_fqdn_hostname,
        reject_non_fqdn_sender,
        reject_non_fqdn_recipient,
        reject_invalid_hostname,
        reject_non_fqdn_helo_hostname,
        reject_unknown_sender_domain,
        reject_unknown_recipient_domain,
        check_recipient_access
pcre:/usr/local/etc/postfix/recipient_checks.pcre,
        check_helo_access hash:/usr/local/etc/postfix/helo_checks,
        check_sender_access hash:/usr/local/etc/postfix/sender_checks,
        check_client_access hash:/usr/local/etc/postfix/client_checks,
        reject_rbl_client zen spamhaus org,
        check_policy_service inet:192 168 40 5:10023,
        permit

But my log don't show any info about went postfix check spamhaus, my fw
won't show any blocks.

Next,for a gateway spam server, the _rbl_client is better to be in the
smtpd_recipients_restrictions?

Do I'm wrong or something is not working as desire?

Thanks for your time!!!!
-- 
:-)

Reply via email to