Wait Be

show logs

and

postconf -Mf
postconf -nf

without anything i cant help more
_______________________________________________

I think what I need and what i have to do is some kind of reverse logic for the PERMIT - Have the whitelist's in a script, and when a match is found, return REJECT so that no next evaluation is made
- the same for the mysql-client-ip-access

what do you say?

smtpd_client_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
check_client_access hash:/etc/postfix/client-whitelist,
check_client_access mysql:/etc/postfix/mysql-client-ip-access.cf,
reject_unknown_reverse_client_hostname,
reject_unknown_client_hostname,
reject_rbl_client zen.spamhaus.org,
reject_rbl_client cbl.abuseat.org,
reject_rbl_client bl.spamcop.net,
reject_rbl_client bl.mailspike.net,
check_policy_service unix:private/policy-dnswlz,
reject
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to