projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
67d27f0
)
Create blocked senders file
author
Tom Hughes
<tom@compton.nu>
Sat, 26 Aug 2017 15:31:55 +0000
(16:31 +0100)
committer
Tom Hughes
<tom@compton.nu>
Sat, 26 Aug 2017 15:31:55 +0000
(16:31 +0100)
cookbooks/exim/recipes/default.rb
patch
|
blob
|
history
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
+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"