]> git.openstreetmap.org Git - chef.git/commitdiff
Create blocked senders file
authorTom Hughes <tom@compton.nu>
Sat, 26 Aug 2017 15:31:55 +0000 (16:31 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 26 Aug 2017 15:31:55 +0000 (16:31 +0100)
cookbooks/exim/recipes/default.rb

index 2aabb40ff29d3f4d862b10d23356031b1e758098..a74e4d6a508693c77a71b7ef0df74537a6a55ab4 100644 (file)
@@ -70,6 +70,12 @@ if node[:exim][:smarthost_name]
   end
 end
 
   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"
 template "/etc/exim4/exim4.conf" do
   source "exim4.conf.erb"
   owner "root"