changing smtp host again but aliasing bastion.fp.o to bastion.phx2 so phpmailer will work

This commit is contained in:
Tim Flink 2017-01-06 02:02:33 +00:00
parent 97df428fd7
commit faf44cca8d
2 changed files with 4 additions and 1 deletions

View file

@ -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",
"phpmailer.smtp-protocol" : "",
"phabricator.uninstalled-applications" : {
"PhabricatorApplicationPhame" : true,