From c45b10b52d55b1eda30d25595ae605bfaabac7b6 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 26 Aug 2017 16:31:55 +0100 Subject: [PATCH 1/1] Create blocked senders file --- cookbooks/exim/recipes/default.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cookbooks/exim/recipes/default.rb b/cookbooks/exim/recipes/default.rb index 2aabb40ff..a74e4d6a5 100644 --- a/cookbooks/exim/recipes/default.rb +++ b/cookbooks/exim/recipes/default.rb @@ -70,6 +70,12 @@ if node[:exim][:smarthost_name] end end +file "/etc/exim4/blocked-senders" do + owner "root" + group "Debian-exim" + mode 0o644 +end + template "/etc/exim4/exim4.conf" do source "exim4.conf.erb" owner "root" -- 2.43.2