From a9bc26b9630909cd2d63b8d15e5d52a6f1da2f25 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 16 Dec 2013 18:54:48 +0000 Subject: [PATCH] Correct smtp host for notifs backend. --- roles/notifs-backend/templates/fmn.consumer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/notifs-backend/templates/fmn.consumer.py b/roles/notifs-backend/templates/fmn.consumer.py index 404a19a3c5..29548795da 100644 --- a/roles/notifs-backend/templates/fmn.consumer.py +++ b/roles/notifs-backend/templates/fmn.consumer.py @@ -24,7 +24,7 @@ config = { ## Backend stuff ## # Email - "fmn.email.mailserver": "bastion.fedoraproject.org:25", + "fmn.email.mailserver": "bastion01.phx2.fedoraproject.org:25", "fmn.email.from_address": "notifications@" + domain, # IRC