2 msgPostfix SASL Help
6 msgSlowing down postfix
2 msgneed help deciphering a line
4 msgPostfix SMTP server: errors from something.net[...
4 msg2.5.0-RC and 2.6 should recognize FreeBSD 8
9 msgPostfix not following my access file.
3 msgpostfix logs delay, delays, dsn
3 msgBest way to shutdown postfix prior to servicing...
1 msgthe bounce process hangs a mail (?)
3 msgmessages destined for content_filter stuck in d...
2 msgDomain in username
5 msgmissing authentication on recipient
5 msgpostfixadmin

check_policy_service before reject_rbl_client
\ Rajkumar S (22 Jan 2008)
. \ Robert Felber (22 Jan 2008)
. \ Jan P. Kessler (22 Jan 2008)
. \ mouss (22 Jan 2008)
. \ (Wietse Venema) (22 Jan 2008)

9 msgMXBackup via LDAP
5 msgheader and body check exemptions
5 msgRelay recipient maps and relocated users
4 msgmail forwarding loop :: SPAM
3 msgtransport_maps how to match mx's
2 msgWhere/when to insert a missing Message-ID
Subject:check_policy_service before reject_rbl_client
Group:Postfix-users
From:Rajkumar S
Date:22 Jan 2008


 
Hi,

In my smtpd_recipient_restrictions I have listed check_policy_service
before reject_rbl_client. But I find that even after matching
greylisting service, the rbl is looked up. I believe this is the
default behavior, but is there a way to change this? ie if greylisting
service returns defer_if_permit it should give a 450 4.7.1 Recipient
address rejected immediately with out bothering with rbl?

raj

postconf -n follows:

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
mydestination = $mydomain, $myhostname
myhostname = postfix.in.domain.com
mynetworks = 127.0.0.0/8, 192.168.3.0/25
myorigin = $mydomain
relay_domains = domain2.org, users.domain2.org, lists.domain2.org
smtpd_recipient_restrictions = reject_unknown_sender_domain,
permit_mynetworks,
permit_sasl_authenticated,
reject_non_fqdn_sender,
reject_unauth_destination,
reject_non_fqdn_hostname,
reject_invalid_hostname,
check_policy_service inet:127.0.0.1:9997,
reject_rbl_client zen.spamhaus.org,
reject_rbl_client combined.rbl.msrbl.net,
permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
transport_maps = hash:/etc/postfix/smtproutes
virtual_alias_maps = proxy:ldap:/etc/postfix/virtual_ldap/alias_maps
virtual_gid_maps = static:1001
virtual_mailbox_base = /var/vmail
virtual_mailbox_domains = proxy:ldap:/etc/postfix/virtual_ldap/domains
virtual_mailbox_maps =
proxy:ldap:/etc/postfix/virtual_ldap/mailbox_maps,
proxy:ldap:/etc/postfix/virtual_ldap/alternate_maps
virtual_transport = dovecot
virtual_uid_maps = static:1001


© 2004-2008 readlist.com