File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -1697,7 +1697,15 @@ scheduled (cron) job to access email:
1697
1697
1698
1698
However running cron in a container is problematic (running
1699
1699
busybox crond as root vs. non-root, requiring setgrp privs
1700
- etc). Patches for implementing email support are welcome.
1700
+ etc).
1701
+
1702
+ Using the host's crontab with a command like::
1703
+
1704
+ docker exec roundup-tracker roundup-mailgw tracker \
1705
+ mailbox /var/spool/mail/roundup
1706
+
1707
+ might be a solution if you can mount a mail spool directory or use
1708
+ pop/imap. Patches for implementing better email support are welcome.
1701
1709
1702
1710
If you want to use a MySQL backend, see `Docker-compose
1703
1711
Deployment`_ to deploy a Roundup container and a MySQL container
You can’t perform that action at this time.
0 commit comments