From 198ff0c7f1b14a48cc482add12a378ccabcaf61f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 23 Jan 2022 19:55:15 +0000 Subject: [PATCH] Wire up email for CWG OTRS queues --- roles/otrs.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/roles/otrs.rb b/roles/otrs.rb index 159af75a5..39672c80e 100644 --- a/roles/otrs.rb +++ b/roles/otrs.rb @@ -86,6 +86,24 @@ default_attributes( :group => "www-data", :home_directory => "/opt/otrs" }, + :otrs_communications => { + :comment => "communications@otrs.openstreetmap.org", + :domains => ["otrs.openstreetmap.org"], + :local_parts => ["communications"], + :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue 'Communications Working Group'", + :user => "otrs", + :group => "www-data", + :home_directory => "/opt/otrs" + }, + :otrs_communications_privacy => { + :comment => "freebies@otrs.openstreetmap.org", + :domains => ["otrs.openstreetmap.org"], + :local_parts => ["freebies"], + :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue 'Communications Working Group::Freebies'", + :user => "otrs", + :group => "www-data", + :home_directory => "/opt/otrs" + }, :otrs_support => { :comment => "support@otrs.openstreetmap.org", :domains => ["otrs.openstreetmap.org"], -- 2.43.2