projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Create blocked senders file
[chef.git]
/
cookbooks
/
exim
/
recipes
/
default.rb
diff --git
a/cookbooks/exim/recipes/default.rb
b/cookbooks/exim/recipes/default.rb
index 2aabb40ff29d3f4d862b10d23356031b1e758098..a74e4d6a508693c77a71b7ef0df74537a6a55ab4 100644
(file)
--- a/
cookbooks/exim/recipes/default.rb
+++ b/
cookbooks/exim/recipes/default.rb
@@
-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"