K bharathan wrote:
my relay server has got multiple relay domains and i want only exempt mails to one particular domain from checking spamhaus; given below smtpd_recipient_restrictions =
        reject_non_fqdn_recipient
        reject_non_fqdn_sender
        reject_unknown_sender_domain
        reject_unknown_recipient_domain
        permit_mynetworks
        reject_unauth_destination
        check_recipient_access hash:/etc/postfix/roleaccount_exceptions
        reject_non_fqdn_hostname
        reject_invalid_hostname
        check_client_access cidr:/etc/postfix/spam_cidr
        check_helo_access pcre:/etc/postfix/helo_checks

insert here:
check_recipient_access hash:/etc/postfix/whitelist_recipients


        reject_rbl_client      zen.spamhaus.org <http://zen.spamhaus.org>
reject_rhsbl_sender dsn.rfc-ignorant.org <http://dsn.rfc-ignorant.org>
        permit
where in this order i can put permit_auth_destination; if i put this all the listed domains will get whitelisted? which i dont want
i'm learning postfix...


Please don't top post.  Please use plain-text only, no html.

# Contents of whitelist_recipients:
example.com  permit_auth_destination


  -- Noel Jones

Reply via email to