Incoming Email
-
OK, https://github.com/loomio/mailin-docker/blob/master/Dockerfile is the Dockerfile. mailin listens on port 25 and calls a webhook. Listening on port 25 won't work on Cloudron, so that solution is unviable. We have to write a standalone script that scans IMAP mailbox and calls the wekhook. mailin code that calls the webhook is at https://github.com/loomio/mailin/blob/master/lib/mailin.js .
-
@girish said in Incoming Email:
OK, https://github.com/loomio/mailin-docker/blob/master/Dockerfile is the Dockerfile. mailin listens on port 25 and calls a webhook. Listening on port 25 won't work on Cloudron, so that solution is unviable. We have to write a standalone script that scans IMAP mailbox and calls the wekhook. mailin code that calls the webhook is at https://github.com/loomio/mailin/blob/master/lib/mailin.js .
Did you ever get around to doing this?
I just installed Loomio and immediately tried to start a thread by email and was sad that it didn't Just Work as I've become accustomed to expect on Cloudron
-
@jdaviescoates don't think so , no. Unless there is simpler setup, this is really hard to automate in Cloudron.
-
@girish said in Incoming Email:
@darren thanks.
mailin
seems quite outdated (7 years ago). Looks like they tried to replace it upstream as well - https://github.com/loomio/loomio-deploy/issues/99 .Looks like they did it already in Oct '24
https://github.com/loomio/haraka-rails-dockerThis should work
-
@robi said in Incoming Email:
@girish said in Incoming Email:
@darren thanks. mailin seems quite outdated (7 years ago). Looks like they tried to replace it upstream as well - https://github.com/loomio/loomio-deploy/issues/99 .
Looks like they did it already in Oct '24
https://github.com/loomio/haraka-rails-dockerThis should work