Hi list
Im having problems with smtpd_sender_restrictions and
smtpd_client_restrictions options. Actually I have:
smtpd_sender_restrictions =
reject_unknown_sender_domain,
check_sender_access hash:/etc/postfix/spammer,
reject_non_fqdn_sender
smtpd_client_restrictions=
hash:/etc/postfix/access,
reject_unauth_destination,
reject_unknown_client,
reject_rbl_client sbl.spamhaus.org
If I use only smtpd_sender_restrictions all goes well, but when I active
smtpd_client_restrictions all the smtpd connections are refused. I don't
know If the order of the options affects because are in the last part of
main.cf, but is strange because my IP nots banned. Anyone has any idea
where's the problem?
Thanks && Best regards