package "exim4"
package "openssl"
+package "ssl-cert"
if File.exist?("/var/run/clamav/clamd.ctl")
package "exim4-daemon-heavy"
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] || {}