Added by Naglis Jonaitis over 8 years ago
Hello all,
we would like to migrate our OpenProject setup to use a Docker container and we would like to have incoming email support. I’ve tested the incoming email support inside a Docker container (openproject/community:6.0 image) locally (setting the necessary IMAP_*
settings from cron, but it does not seem that the IMAP job is running inside the container, or maybe I’m just doing something wrong.
Maybe someone could verify, if incoming email is supported in the Docker setup? If not, is it planned to be added?
Thanks in advance,
Naglis
Replies (1)
Hi, currently the incoming email cron is not enabled in the docker image (you can see the list of processes started in the docker container at https://github.com/opf/openproject-ce/blob/1d3876bb9abe9d3b0c89eb09572dd9e96d7dfc41/docker/supervisord.conf)
It would be quite easy to add a new section for the cron, something I can’t yet do since I’m on holiday but would happily take a pull request for it.