On 2021-07-02 21:37, Phil Stracchino wrote:

main.cf:

smtpd_sender_restrictions     = permit_mynetworks
                ...
                check_sender_access lmdb:/etc/postfix/sasl_authenticated

whould be check_sasl_accesss imho

                check_sender_access lmdb:/etc/postfix/block-local-sender

list of local recicpients that is forged if not using sasl

block-local-sender:

my.domain       REJECT Fake local sender address is not allowed

reuse virtual-alias-maps just with changed result

if sqlite database have <key> <value_recipient> <value_sasl>, then value can be mapped with same key with diffrent result, so <key> is same on both check_mumble_access

Reply via email to