From 6eb0bfaea580ffa56a3b84499a0c49b9a4f1e93e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Tue, 24 Feb 2026 15:33:57 +0100 Subject: [PATCH] fix(mail): prefer ipv4 --- manifests/artemis/mailu/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/artemis/mailu/values.yaml b/manifests/artemis/mailu/values.yaml index 589bfe5..f7b2ae3 100644 --- a/manifests/artemis/mailu/values.yaml +++ b/manifests/artemis/mailu/values.yaml @@ -1350,6 +1350,8 @@ postfix: ## my_variable = my_value overrides: postfix.cf: | + inet_protocols = ipv4 + smtp_address_preference = ipv4 smtpd_helo_restrictions = reject_unknown_helo_hostname smtpd_sender_restrictions = reject_unknown_sender_domain smtpd_client_restrictions = permit_mynetworks