fix(mail): prefer ipv4

This commit is contained in:
Daniël Groothuis
2026-02-24 15:33:57 +01:00
parent 9073ff9094
commit 6eb0bfaea5

View File

@@ -1350,6 +1350,8 @@ postfix:
## my_variable = my_value ## my_variable = my_value
overrides: overrides:
postfix.cf: | postfix.cf: |
inet_protocols = ipv4
smtp_address_preference = ipv4
smtpd_helo_restrictions = reject_unknown_helo_hostname smtpd_helo_restrictions = reject_unknown_helo_hostname
smtpd_sender_restrictions = reject_unknown_sender_domain smtpd_sender_restrictions = reject_unknown_sender_domain
smtpd_client_restrictions = permit_mynetworks smtpd_client_restrictions = permit_mynetworks