]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/exim/recipes/default.rb
Disable SMTP callout verification for telenav.com senders
[chef.git] / cookbooks / exim / recipes / default.rb
index 61731d8e463cd6fa2589abbd069a8ea31901afc7..06bc08540733da1397f06e95ef333b39b54a4693 100644 (file)
@@ -81,6 +81,13 @@ template "/etc/exim4/exim4.conf" do
   notifies :restart, "service[exim4]"
 end
 
+template "/etc/exim4/callout_exempt_senders" do
+  source "callout_exempt_senders.erb"
+  owner "root"
+  group "Debian-exim"
+  mode 0644
+end
+
 search(:accounts, "*:*").each do |account|
   name = account["id"]
   details = node[:accounts][:users][name] || {}