From a8742f145db2d4f4e63af5dfaf80831471a006bd Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 5 Sep 2026 15:09:09 +0100 Subject: [PATCH] Allow exim to relay from podman for glitchtip --- cookbooks/glitchtip/attributes/default.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/glitchtip/attributes/default.rb b/cookbooks/glitchtip/attributes/default.rb index 419c45aac..19a433441 100644 --- a/cookbooks/glitchtip/attributes/default.rb +++ b/cookbooks/glitchtip/attributes/default.rb @@ -13,3 +13,5 @@ default[:valkey][:bind] |= ["10.88.0.1"] default[:valkey][:acls] |= [ { :user => "glitchtip", :rules => %w[+@all -DEBUG ~* &*] } ] + +default[:exim][:relay_from_hosts] |= ["10.88.0.0/16"] -- 2.47.3