OK, that didn’t work either. Just to be clear, first I had this, and after the update it stopped working:
"mail": {
"from": "'xxxxx' <xxxx@xxxx.xxx>",
"transport": "SMTP",
"options": {
"host": "smtp.mandrillapp.com",
"service": "Mandrill",
"port": "587",
"secure": true,
"auth": {
"user": "XXXX",
"pass": "XXXX"
}
}
},
I removed the "secure": true,
line, but that didn’t help. After each update, I ran
sudo /opt/bitnami/ctlscript.sh restart
Next I added back "secure": false,
, but that didn’t work either. And now I tried removing the "secure": false,
and the "port": "587",
lines, so that it looks like this:
"mail": {
"from": "'xxxxx' <xxxx@xxxx.xxx>",
"transport": "SMTP",
"options": {
"host": "smtp.mandrillapp.com",
"service": "Mandrill",
"port": "587",
"secure": true,
"auth": {
"user": "XXXX",
"pass": "XXXX"
}
}
},
and then I ran
sudo /opt/bitnami/ctlscript.sh restart
but no dice. Same error.
Want to run ghost doctor
or ghost-cli
but neither of them seem to work. I get an error.
bitnami@ip-172-26-4-25:/opt/bitnami/ghost$ ghost
-bash: ghost: command not found
bitnami@ip-172-26-4-25:/opt/bitnami/ghost$ ghost-cli
-bash: ghost-cli: command not found
Going to submit another case about that.