X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2ed1b890563ac8fcdf23388984540aadbe938298..d51d5c83709836109030820e587937a98d36ee81:/roles/otrs.rb diff --git a/roles/otrs.rb b/roles/otrs.rb index 159af75a5..7355e664e 100644 --- a/roles/otrs.rb +++ b/roles/otrs.rb @@ -3,6 +3,7 @@ description "Role applied to all OTRS servers" default_attributes( :exim => { + :smarthost_via => "fafnir.openstreetmap.org:26", :local_domains => ["otrs.openstreetmap.org"], :routes => { :otrs_otrs => { @@ -86,6 +87,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_freebies => { + :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"],