Merge cbad87f06e3c1a8f5d4131e7076ce89168098f6e into 796e131c3af59fb36714818b2e03cbf5f60d9e0c

This commit is contained in:
Christian Sarazin 2025-10-01 11:34:07 +02:00 committed by GitHub
commit 3b3bec5598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,9 @@ smtpd_tls_received_header = yes
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_relay_restrictions = permit_mynetworks,
permit_sasl_authenticated,
defer_unauth_destination
defer_unauth_destination,
reject_authenticated_sender_login_mismatch,
reject_unauthenticated_sender_login_mismatch
smtpd_forbid_bare_newline = yes
# alias maps are auto-generated in postfix.sh on startup
alias_maps = hash:/etc/aliases