Added by d0gl0 d0g about 7 years ago
Hi,
while moving from RM to OP I fall into a problem to activate the mail_handler web-service for incoming mails. It’s already activated from GUI (systemsettings -> incoming mails), set token but will only receive 404…
Openproject logs for prod env:
FATAL — : ActionController::RoutingError (No route matches [POST] “/mail_handler”):
As far as I can see, there’s no GET/POST methods for mail_handler within routes.rb like in RM (could be re-added, but maybe there’s a reason).
I’m running OpenProject 7.3.2 (PostgreSQL).
As a workaround I configured incoming mails to be fetched from an local IMAP account but would like to get rid of a separate imap service with dovecot on this system.
Maybe someone has a hint…
Thanks
Replies (1)
This functionality has been removed for some time, but the routes remained in older versions. It should be no problem to restore the functionality into a plugin, but it’s not something we will restore into the core and/or continue to maintain.
Best,
Oliver