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][:smarthost_name] = nil
 
   7 default[:exim][:smarthost_via] = "mail.openstreetmap.org:26"
 
   8 default[:exim][:routes] = { }
 
   9 default[:exim][:aliases][:root] = "tomh"
 
  10 default[:exim][:rewrites] = [ ]