Skip to content

Commit c60d98f

Browse files
committed
docs: add possible way to get email into dockerized roundup.
1 parent cd4a161 commit c60d98f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/installation.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,15 @@ scheduled (cron) job to access email:
16971697

16981698
However running cron in a container is problematic (running
16991699
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.
17011709

17021710
If you want to use a MySQL backend, see `Docker-compose
17031711
Deployment`_ to deploy a Roundup container and a MySQL container

0 commit comments

Comments
 (0)