| |||||||||||||||||||||||||||||||
|
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