diff doc/installation.txt @ 7603:7515d03fb26d

docs: add possible way to get email into dockerized roundup.
author John Rouillard <rouilj@ieee.org>
date Fri, 11 Aug 2023 21:56:08 -0400
parents 4778b8f8f301
children cdc7490f510e
line wrap: on
line diff
--- a/doc/installation.txt	Fri Aug 11 21:37:43 2023 -0400
+++ b/doc/installation.txt	Fri Aug 11 21:56:08 2023 -0400
@@ -1697,7 +1697,15 @@
 
 However running cron in a container is problematic (running
 busybox crond as root vs. non-root, requiring setgrp privs
-etc). Patches for implementing email support are welcome.
+etc).
+
+Using the host's crontab with a command like::
+
+   docker exec roundup-tracker roundup-mailgw tracker \
+         mailbox /var/spool/mail/roundup
+
+might be a solution if you can mount a mail spool directory or use
+pop/imap. Patches for implementing better email support are welcome.
 
 If you want to use a MySQL backend, see `Docker-compose 
 Deployment`_ to deploy a Roundup container and a MySQL container

Roundup Issue Tracker: http://roundup-tracker.org/