From 0772391b977cd758fcf3011d48a11b2bf3126c25 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 24 Mar 2015 19:38:42 +0000 Subject: [PATCH] Add config bit to tell fmn frontend where bastion is. --- roles/notifs/frontend/templates/fmn.web.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/notifs/frontend/templates/fmn.web.py b/roles/notifs/frontend/templates/fmn.web.py index 8cd199768b..2c54e6c721 100644 --- a/roles/notifs/frontend/templates/fmn.web.py +++ b/roles/notifs/frontend/templates/fmn.web.py @@ -25,6 +25,9 @@ config = { }, {% endif %} + # We need to know this to call VERFY to validate new addresses. + "fmn.email.mailserver": "bastion01.phx2.fedoraproject.org:25", + # Some configuration for the rule processors "fmn.rules.utils.use_pkgdb2": True, {% if env == 'staging' %}