[base/postfix] Set the missing required configuration value

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-06-27 14:54:45 +02:00
parent 62b319cadb
commit 61330941e4

View file

@ -698,3 +698,8 @@ relay_domains = hash:/var/lib/mailman3/data/postfix_domains
smtpd_sender_restrictions =
check_sender_access regexp:/etc/postfix/sender_access
permit
# This has to be set in newer postfix 3.3.0 or later or it will refuse to
# send any email. ;(
smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
smtpd_relay_restrictions = permit_mynetworks, reject_unauth_destination