From 21f662faa18c6a276edc56f00029e13c053ea441 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 6 Jun 2025 15:28:29 +0100 Subject: [PATCH] exim: Add myself to root alias --- cookbooks/exim/attributes/default.rb | 2 +- roles/wiki.rb | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/cookbooks/exim/attributes/default.rb b/cookbooks/exim/attributes/default.rb index 638ce5765..77c0907a0 100644 --- a/cookbooks/exim/attributes/default.rb +++ b/cookbooks/exim/attributes/default.rb @@ -8,5 +8,5 @@ default[:exim][:smtp_accept_max] = 20 default[:exim][:smarthost_name] = nil default[:exim][:smarthost_via] = "mail.openstreetmap.org:26" default[:exim][:routes] = {} -default[:exim][:aliases][:root] = "tomh" +default[:exim][:aliases][:root] = "tomh, grant" default[:exim][:rewrites] = [] diff --git a/roles/wiki.rb b/roles/wiki.rb index c6cb02000..6e6973390 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -29,9 +29,6 @@ default_attributes( }, :exim => { :trusted_users => %w[www-data wiki], - :aliases => { - :root => "grant" - }, :rewrites => [ { :pattern => "www-data@openstreetmap.org", -- 2.39.5