tom--- via Postfix-users skrev den 2023-04-09 04:02:
I have this setting in main.cf:

smtpd_recipient_restrictions =
   permit_mynetworks,
   permit_sasl_authenticated,
   reject_unauth_destination,
   check_policy_service unix:private/policyd-spf,
   reject_rbl_client zen.spamhaus.org,
   reject_rbl_client bl.spamcop.net

When I sent message from a Spamhaus Zen listed IP (this IP not in my
whitelist), the message still came into system.
it seems    reject_rbl_client zen.spamhaus.org has no effect.
Where should i debug it?

postfix restrictions is always first match wins

so is spf have OK result ?

logs could have helped me helping you

for proff

smtpd_recipient_restrictions =
 reject_rbl_client zen.spamhaus.org,
 reject_rbl_client bl.spamcop.net,
 permit_mynetworks,
 permit_sasl_authenticated,
 reject_unauth_destination,
 check_policy_service unix:private/policyd-spf

this will give diffrent results of the problem imho

full postconf -n is not unhelpfull aswell
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to