On Tue, Nov 16, 2021 at 11:22:03PM -0500, Ruben Safir <ru...@mrbrklyn.com> wrote:
> On 11/16/21 19:57, raf wrote: > > This only applies the check for email that isn't coming > > from your own networks/users. > > Sorry - I misunderstood. Thanks I will study this > > Reuvain The following documents will help: The postconf(5) manpage: http://www.postfix.com/postconf.5.html look for: smtpd_recipient_restrictions smtpd_client_restrictions smtpd_sender_restrictions smtpd_relay_restrictions permit_mynetworks permit_sasl_authenticated check_sender_access and look at the regexp_table(5) pcre_table(5) manpages: http://www.postfix.org/regexp_table.5.html http://www.postfix.org/pcre_table.5.html cheers, raf