On 2024-08-07 Martin Stenzel via Postfix-users wrote:
> this is part of my main.cf file
> 
> smtpd_recipient_restrictions = check_recipient_access 
> pcre:/etc/postfix/recipient_access.pcre, permit_mynetworks, 
> permit_sasl_authenticated, permit_dnswl_client 
> 626cf513f08bea5051b8c928c93b99.white.mail.abusix.zone, 
> reject_unauth_destination, reject_rhsbl_client 
> 626cf513f08bea5051b8c928c93b99.dblack.mail.abusix.zone, reject_rhsbl_helo 
> 626cf513f08bea5051b8c928c93b99.dblack.mail.abusix.zone, reject_rhsbl_sender 
> 626cf513f08bea5051b8c928c93b99.dblack.mail.abusix.zone, reject_rbl_client 
> 626cf513f08bea5051b8c928c93b99.combined.mail.abusix.zone
> Now I wonder, how do I know that the later rules (starting
> with reject_rhsbl) get parsed? 
> These are blacklist and whitelist entries to fight spam. Can I have
> this information by expanding verbosity of postfix logging?

The postconf utility will show you the active configuration:

postconf -n smtpd_recipient_restrictions

Regards
Ansgar Wiechers
-- 
"Abstractions save us time working, but they don't save us time learning."
--Joel Spolsky
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to