X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/faf8ae12e85eabb050b0f5eceb2cb67ad1de5261..f4d9298947b4e2f3740236d9fe51aec7e63ce31e:/cookbooks/exim/attributes/default.rb diff --git a/cookbooks/exim/attributes/default.rb b/cookbooks/exim/attributes/default.rb index e6e7fff0b..9575f5185 100644 --- a/cookbooks/exim/attributes/default.rb +++ b/cookbooks/exim/attributes/default.rb @@ -5,5 +5,6 @@ default[:exim][:daemon_smtp_ports] = [ 25 ] default[:exim][:trusted_users] = [ ] default[:exim][:smarthost_name] = nil default[:exim][:smarthost_via] = "mail.openstreetmap.org:26" -default[:exim][:routes] = { } +default[:exim][:routes] = {} default[:exim][:aliases][:root] = "tomh" +default[:exim][:rewrites] = [ ]