@@ -501,6 +501,7 @@ As a mail alias pipe process
501501
502502Set up a mail alias called "issue_tracker" as (include the quote marks):
503503"``|/usr/bin/python /usr/local/bin/roundup-mailgw <tracker_home>``"
504+ (substitute ``/usr/local/bin`` for wherever roundup-mailgw is installed).
504505
505506In some installations (e.g. RedHat 6.2 I think) you'll need to set up smrsh so
506507sendmail will accept the pipe command. In that case, symlink
@@ -516,7 +517,8 @@ To test the mail gateway on unix systems, try::
516517As a regular job using a mailbox source
517518~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
518519
519- Set ``roundup-mailgw`` up to run every 10 minutes or so. For example::
520+ Set ``roundup-mailgw`` up to run every 10 minutes or so. For example
521+ (substitute ``/usr/local/bin`` for wherever roundup-mailgw is installed)::
520522
521523 0,10,20,30,40,50 * * * * /usr/local/bin/roundup-mailgw /opt/roundup/trackers/support mailbox <mail_spool_file>
522524
@@ -527,7 +529,9 @@ will be "``/var/mail/issue_tracker``".
527529As a regular job using a POP source
528530~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
529531
530- To retrieve from a POP mailbox, use a *cron* entry similar to the mailbox one::
532+ To retrieve from a POP mailbox, use a *cron* entry similar to the mailbox
533+ one (substitute ``/usr/local/bin`` for wherever roundup-mailgw is
534+ installed)::
531535
532536 0,10,20,30,40,50 * * * * /usr/local/bin/roundup-mailgw /opt/roundup/trackers/support pop <pop_spec>
533537
@@ -540,7 +544,8 @@ As a regular job using an IMAP source
540544~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
541545
542546To retrieve from an IMAP mailbox, use a *cron* entry similar to the
543- POP one::
547+ POP one (substitute ``/usr/local/bin`` for wherever roundup-mailgw is
548+ installed)::
544549
545550 0,10,20,30,40,50 * * * * /usr/local/bin/roundup-mailgw /opt/roundup/trackers/support imap <imap_spec>
546551
0 commit comments