From: Tom Hughes Date: Sat, 26 Aug 2017 15:31:55 +0000 (+0100) Subject: Create blocked senders file X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c45b10b52d55b1eda30d25595ae605bfaabac7b6?hp=67d27f0bcac88951998d7190c39a6a806840765e;ds=sidebyside Create blocked senders file --- 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"