X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/307adfed3045a1673b09bccce74acaaf530d3c9b..c45b10b52d55b1eda30d25595ae605bfaabac7b6:/cookbooks/exim/recipes/default.rb 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"