From ea3a1947aa11a48ecb15234fc8baf94fba68515e Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Fri, 6 Jan 2017 01:37:34 +0000 Subject: [PATCH] tweak bastion's hostname in an attempt to make phpmailer happy --- roles/phabricator/templates/local.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/phabricator/templates/local.json.j2 b/roles/phabricator/templates/local.json.j2 index 649e30e6ea..cde0ae9510 100644 --- a/roles/phabricator/templates/local.json.j2 +++ b/roles/phabricator/templates/local.json.j2 @@ -22,7 +22,7 @@ "metamta.domain" : "{{ phabricator_mail_domain }}", "metamta.reply-handler-domain" : "{{ phabricator_mail_domain }}", "metamta.mail-adapter" : "{{ "PhabricatorMailImplementationPHPMailerAdapter" if phabricator_mail_enabled else "PhabricatorMailImplementationTestAdapter"}}", - "phpmailer.smtp-host" : "bastion.phx2.fedoraproject.org", + "phpmailer.smtp-host" : "bastion.fedoraproject.org", "phabricator.uninstalled-applications" : { "PhabricatorApplicationPhame" : true, "PhabricatorApplicationDiviner" : true,