default[:exim][:smarthost_via] = "mail.openstreetmap.org:26"
default[:exim][:routes] = { }
default[:exim][:aliases][:root] = "tomh"
+default[:exim][:rewrites] = [ ]
--- /dev/null
+This is an automated response to your email, which was sent to an
+unattended address.
+
+If you were trying to confirm your email address after signing
+up for a wiki account, or after changing your email address, then
+you should click on the link in the original email you received.
+
+If you are having technical problems with the wiki then please
+contact support@openstreetmap.org for assistance.
+
+Thank you,
+
+OpenStreetMap Administrators
# There are no rewriting specifications in this default configuration file.
begin rewrite
+<% node[:exim][:rewrites].each do |rewrite| -%>
+<%= rewrite[:pattern] %> <%= rewrite[:replacement] %> <%= rewrite[:flags] %>
+<% end -%>
:trusted_users => [ "www-data" ],
:aliases => {
:root => "grant"
- }
+ },
+ :rewrites => [
+ {
+ :pattern => "www-data@openstreetmap.org",
+ :replacement => "wiki@noreply.openstreetmap.org",
+ :flags => "F"
+ }
+ ]
},
:memcached => {
:memory_limit => 1024,