Skip to content

Commit

Permalink
Use all frontends for processing rails message mail
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jan 6, 2024
1 parent d7e1424 commit 8e86bcd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion roles/mail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@
:messages => {
:comment => "messages.openstreetmap.org",
:domains => ["messages.openstreetmap.org"],
:host => ["spike-06.openstreetmap.org", "spike-07.openstreetmap.org", "spike-08.openstreetmap.org"]
:host => [
"spike-01.openstreetmap.org",
"spike-02.openstreetmap.org",
"spike-03.openstreetmap.org",
"spike-06.openstreetmap.org",
"spike-07.openstreetmap.org",
"spike-08.openstreetmap.org"
]
},
:otrs => {
:comment => "otrs.openstreetmap.org",
Expand Down

0 comments on commit 8e86bcd

Please sign in to comment.