Content
SMTP settings NOT working in configuration.yml
Added by Nikunj Chaudhary over 8 years ago
Hi,
I am trying to configure openproject (opensource) in Amazon AWS EC2 instance.
I followed the manual installation guide of OpenProject and everything went well, without issues.
Now, when I am tyring to access OpenProject from EC2 ip address and trying to create a new account, it is jumping to 500:error page.
For more information I checked the production.log file and here are the logs:
W, [2016-12-17T06:35:17.758505 #3292] WARN — : hook registered
W, [2016-12-17T06:35:17.833238 #3292] WARN — : Creating scope :givable. Overwriting existing method Role.givable.
W, [2016-12-17T06:35:17.964046 #3292] WARN — : Creating scope :visible. Overwriting existing method TimeEntry.visible.
F, [2016-12-17T06:36:55.919247 #3629] FATAL — :
F, [2016-12-17T06:36:55.919453 #3629] FATAL — : Net::SMTPFatalError (553 5.7.1 <openproject@example.net>: Sender address rejected: not owned by user nikunj@jayrobotix.com
):
F, [2016-12-17T06:36:55.919551 #3629] FATAL — :
F, [2016-12-17T06:36:55.919628 #3629] FATAL — : app/controllers/account_controller.rb:500:in `block in register_manually_by_administrator’
F, [2016-12-17T06:36:55.919715 #3629] FATAL — : app/controllers/account_controller.rb:499:in `register_manually_by_administrator’
F, [2016-12-17T06:36:55.919792 #3629] FATAL — : app/controllers/account_controller.rb:454:in `register_user_according_to_setting’
F, [2016-12-17T06:36:55.919888 #3629] FATAL — : app/controllers/account_controller.rb:287:in `self_registration!’
F, [2016-12-17T06:36:55.920008 #3629] FATAL — : app/controllers/account_controller.rb:123:in `register’
F, [2016-12-17T06:36:55.920087 #3629] FATAL — : app/middleware/reset_current_user.rb:47:in `call’
All the values in configuration.yml file is as per indicated in Manual Installation Guide.
Please help me out on what is the exact issue occurring, and anything else I need to add in configuration file to resolve this issue.
…
Thanks & Regards,
Nikunj