]> git.openstreetmap.org Git - chef.git/blob - cookbooks/exim/attributes/default.rb
Do all mail deliveries via a controlled set of queues
[chef.git] / cookbooks / exim / attributes / default.rb
1 default[:exim][:local_domains] = ["localhost", "@"]
2 default[:exim][:relay_to_domains] = []
3 default[:exim][:relay_from_hosts] = ["127.0.0.1", "::1"]
4 default[:exim][:daemon_smtp_ports] = [25]
5 default[:exim][:trusted_users] = []
6 default[:exim][:queue_run_max] = 1
7 default[:exim][:smarthost_name] = nil
8 default[:exim][:smarthost_via] = "mail.openstreetmap.org:26"
9 default[:exim][:routes] = {}
10 default[:exim][:aliases][:root] = "tomh"
11 default[:exim][:rewrites] = []