Good morning, I get messages from some senders that i would like to block. Would the following solution work to block mail from senders?
/etc/postfix/main.cf smtpd_sender_restrictions = ... check_sender_access hash:/etc/postfix/sender_access permit /etc/postfix/sender_access [EMAIL PROTECTED] reject Would this work the correct way? Is there a better way to do it? Thanks.