From 95b6c9a6e0cb696204427e7d7738feae60ce97a3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 25 Nov 2018 19:04:26 +0000 Subject: [PATCH] Update to use otrs.Console.pl for mail queue injection Closes #205 --- roles/otrs.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/otrs.rb b/roles/otrs.rb index 6053d8beb..5a994362a 100644 --- a/roles/otrs.rb +++ b/roles/otrs.rb @@ -19,7 +19,7 @@ default_attributes( :comment => "otrs@otrs.openstreetmap.org", :domains => ["otrs.openstreetmap.org"], :local_parts => ["otrs"], - :command => "/opt/otrs/bin/otrs.PostMaster.pl", + :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read", :user => "otrs", :group => "www-data", :home_directory => "/opt/otrs" @@ -28,7 +28,7 @@ default_attributes( :comment => "data@otrs.openstreetmap.org", :domains => ["otrs.openstreetmap.org"], :local_parts => ["data"], - :command => "/opt/otrs/bin/otrs.PostMaster.pl -q 'Data Working Group'", + :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue='Data Working Group'", :user => "otrs", :group => "www-data", :home_directory => "/opt/otrs" @@ -37,7 +37,7 @@ default_attributes( :comment => "membership@otrs.openstreetmap.org", :domains => ["otrs.openstreetmap.org"], :local_parts => ["membership"], - :command => "/opt/otrs/bin/otrs.PostMaster.pl -q 'Membership Working Group'", + :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue='Membership Working Group'", :user => "otrs", :group => "www-data", :home_directory => "/opt/otrs" @@ -46,7 +46,7 @@ default_attributes( :comment => "support@otrs.openstreetmap.org", :domains => ["otrs.openstreetmap.org"], :local_parts => ["support"], - :command => "/opt/otrs/bin/otrs.PostMaster.pl -q 'Technical Support'", + :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue='Technical Support'", :user => "otrs", :group => "www-data", :home_directory => "/opt/otrs" -- 2.43.2