Here are some notes on logic change https://secure.phabricator.com/D19004 in regards to the cluster.mailers.
my files are the same update as what they have there.
I have decided to disable sethidden parameter to false in the following file: PhabricatorMetaMTAConfigOptions.php
, and configure it in the phabricator with the following:
[
{
“key”:“Test-Mailer”,
“type”: “smtp”,
“options”: {
“host”: “10.10.5.1”,
“post”: 25,
“protocol” : “tls”
}
}
]
The UI accepted the following json.
Reboot the machine, and still not working.
The mails are still pending in queue.
I have cluster.mail setup. I have the mta setup as well.
What else is missing?
Can somebody in Bitnami test it out using the latest phabricator VM. It would be a great help if you can simulate a SMTP test and let us know if it works.