Howdy,

I have a situation, where, the GMAIL (as hotmail/office65) network ip's, are almost all blacklisted, BUT, they have at the same time the network inserted in the payed whitelists, like senderscore, abusix, mailspike and other popular one's.

Is there a way to insert these RBL whitelists at the 1st query, so that the IP get's whitelisted in postfix?

I cannot add the IP or network to an allowed list directly, because the network will have direct permision/access to send emails whithin my server (had IP's from office365 and amazon sendim SPAM emails like that in the past).

How do you guys handle this type of situations?
In this specific case, i want to add the scams.com list, but this gmail IP is blacklisted there, but also whitelisted in the users.

https://multirbl.valli.org/lookup/209.85.218.47.html

smtpd_recipient_restrictions = check_client_access cidr:/etc/postfix/client.cidr, check_client_access hash:/etc/postfix/client_checks, check_sender_access hash:/etc/postfix/sender_checks, reject_non_fqdn_sender, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_rbl_client zen.spamhaus.org, reject_rbl_client cbl.abuseat.org, reject_rbl_client spam.spamrats.com, reject_rbl_client bb.barracudacentral.org, reject_unknown_sender_domain, reject_rbl_client bl.mailspike.net, reject_rbl_client dyna.spamrats.com, reject_rbl_client pbl.spamhaus.org, reject_rbl_client b.barracudacentral.org, check_policy_service unix:private/policy-spf, reject_rbl_client bl.spamcop.net
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to