From ac03620bad3c3452a58171f7e734b912424397f0 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 7 Nov 2001 05:38:57 +0000 Subject: [PATCH] Info on setting up a local spool handling mail gateway. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@381 57a73879-2fb5-44c3-a270-3262357dd7e2 --- INSTALL.txt | 13 +++++++++++++ doc/index.html | 15 ++++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index 32b239d..7827dfe 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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 " @@ -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 + +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 ------------- diff --git a/doc/index.html b/doc/index.html index ba769e3..899f99d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -158,6 +158,8 @@ The email addresses used by the system by default are:

E-Mail Interface

+ +

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 @@ -179,6 +181,17 @@ To test the mail gateway on unix systems, try:
+

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

This software will work through apache or stand-alone. @@ -1170,7 +1183,7 @@ system on their time.

 


-$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 $

 

-- 2.30.2