trying to get mail working from phabricator
This commit is contained in:
parent
7281794cfd
commit
a55c747143
2 changed files with 8 additions and 5 deletions
|
@ -18,9 +18,9 @@
|
|||
"diffusion.ssh-user" : "{{ phabricator_vcs_user }}",
|
||||
"welcome.html" : "{{ lookup("file", "phabricator-welcome.html") }}",
|
||||
"ui.header-color" : "{{ phabricator_header_color }}",
|
||||
"metamta.default-address" : "phab@{{ external_hostname }}",
|
||||
"metamta.domain" : "{{ external_hostname }}",
|
||||
"metamta.reply-handler-domain" : "{{ external_hostname }}",
|
||||
"metamta.default-address" : "phabricator@{{ phabricator_mail_domain }}",
|
||||
"metamta.domain" : "{{ phabricator_mail_domain }}",
|
||||
"metamta.reply-handler-domain" : "{{ phabricator_mail_domain }}",
|
||||
"metamta.mail-adapter" : "{{ "PhabricatorMailImplementationPHPMailerLiteAdapter" if phabricator_mail_enabled else "PhabricatorMailImplementationTestAdapter"}}",
|
||||
"auth.email-domains" : ["fedoraproject.org"],
|
||||
"phabricator.uninstalled-applications" : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue