Code

Info on setting up a local spool handling mail gateway.
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 7 Nov 2001 05:38:57 +0000 (05:38 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 7 Nov 2001 05:38:57 +0000 (05:38 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@381 57a73879-2fb5-44c3-a270-3262357dd7e2

INSTALL.txt
doc/index.html

index 32b239dab8845a46013eccb867d2a10ac704ecb7..7827dfe19ecbc2311e60706504c0bad683b72861 100644 (file)
@@ -80,6 +80,9 @@ any admin people.
 
 Mail
 ----
+
+Setup 1: As a mail alias pipe process
+- - - - - - - - - - - - - - - - - - -
 Set up a mail alias called "issue_tracker" as:
   "|/usr/bin/python /usr/local/bin/roundup-mailgw <instance_home>"
 
@@ -94,6 +97,16 @@ To test the mail gateway on unix systems, try:
   echo test |mail -s '[issue] test' issue_tracker@your.domain
 
 
+Setup 2: As a regular cron job
+- - - - - - - - - - - - - - - 
+Set the roundup-mailgw up to run every 10 minutes or so. For example:
+10 * * * * /usr/local/bin/roundup-mailgw <instance_home> <mail_spool_file>
+
+Where the mail_spool_file argument is the location of the roundup
+submission user's mail spool. On most systems, the spool for a user
+"issue_tracker" will be "/var/mail/issue_tracker".
+
+
 
 Web Interface
 -------------
index ba769e32f55618d21ec838b1c2b57c051bcd1e33..899f99df52ebf34052af2e71de128150b58bc8c8 100644 (file)
@@ -158,6 +158,8 @@ The email addresses used by the system by default are:
 </ol>
 
 <h2><a name="startweb">E-Mail Interface</a></h2>
+
+<h3>Setup 1: As a mail alias pipe process</h3>
 Set up a mail alias called "issue_tracker" as:
 <blockquote>
     <tt>|/usr/bin/python /usr/local/bin/roundup-mailgw
@@ -179,6 +181,17 @@ To test the mail gateway on unix systems, try:
 </blockquote>
 
 
+<h3>Setup 2: As a regular cron job</h3>
+
+Set the roundup-mailgw up to run every 10 minutes or so. For example:
+<blockquote>
+ <tt>10 * * * * /usr/local/bin/roundup-mailgw &lt;instance_home&gt; &lt;mail_spool_file&gt;</tt>
+</blockquote>
+
+Where the mail_spool_file argument is the location of the roundup
+submission user's mail spool. On most systems, the spool for a user
+"issue_tracker" will be "/var/mail/issue_tracker".
+
 
 <h2><a name="startweb">Web Interface</a></h2>
 This software will work through apache or stand-alone.
@@ -1170,7 +1183,7 @@ system on their time.
 
 <p>&nbsp;</p>
 <hr>
-$Id: index.html,v 1.17 2001-10-30 00:58:12 richard Exp $
+$Id: index.html,v 1.18 2001-11-07 05:38:57 richard Exp $
 <p>&nbsp;</p>
 
 </body></html>