Added by Marco Rossi about 8 years ago
Tried to install OpenProject 6.1.4 on Amazon AWS Ubuntu 16.04 following this instruction.
https://www.openproject.org/open-source/download/packaged-installation-guide/
OpenProject starts but I have a couple of problem:
1) notification test mail say it has been successfully sent, but nothing arrive.
2) production.log report a lot of lines with “FATAL” messages (see attachment)
Is it normal?
Thank you
Marco
Replies (2)
The mail problem is likely a configuration error on your side, please check how you actually send mail through AWS.
The production.log fatal logs are caused by someone accessing various locations on your machine that our Rails application doesn’t know.
It looks like a bot trying various places for possible exploiting.
Best,
Oliver
Thank you Oliver.
About mail I’m sending through AWS SES, like several other application we have installed in the same VPC. I will check more deeply
If you are right about someone accessing various locations on my machine, i suspect it’s me with Webmin. I will reinstall the sever from scratch without Webmin to check and let you know if there is a conflict with it.
Ciao
Marco