summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a3b7dfa)
raw | patch | inline | side by side (parent: a3b7dfa)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 31 Dec 2001 03:07:04 +0000 (03:07 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 31 Dec 2001 03:07:04 +0000 (03:07 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@481 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/index.html | patch | blob | history |
diff --git a/doc/index.html b/doc/index.html
index b53b2b6659ce9485e3c59c85cce5fd5d4d0150a6..8314dd76f2bb4177ab5aab6b3909b1d32ea6dddd 100644 (file)
--- a/doc/index.html
+++ b/doc/index.html
<ul>
<li><a href="#instance">The Instance</a>
<li><a href="#startcmd">Command Line Tool</a>
- <li><a href="#startweb">E-Mail Interface</a>
+ <li><a href="#startmail">E-Mail Interface</a>
<li><a href="#startweb">Web Interface</a>
<li><a href="#users">Users and Access Control</a> (Users and permissions, Adding users)
<li><a href="#issues">Issues</a>
<br>roundup's internal use (problems, etc)
</ol>
-<h2><a name="startweb">E-Mail Interface</a></h2>
+<h2><a name="startmail">E-Mail Interface</a></h2>
<h3>Setup 1: As a mail alias pipe process</h3>
Set up a mail alias called "issue_tracker" as (include the quote marks):
</blockquote>
-<h3>Setup 2: As a regular cron job</h3>
-
+<h3>Setup 2: As a regular cron job using a mailbox source</h3>
Set the roundup-mailgw up to run every 10 minutes or so. For example:
<blockquote>
- <tt>10 * * * * /usr/local/bin/roundup-mailgw <instance_home> <mail_spool_file></tt>
+ <tt>10 * * * * /usr/local/bin/roundup-mailgw <instance_home> mailbox <mail_spool_file></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".
+<h3>Setup 3: As a regular cron job using a POP source</h3>
+To retrieve from a POP mailbox, use a similar cron entry to the mailbox
+one:
+<blockquote>
+ <tt>10 * * * * /usr/local/bin/roundup-mailgw <instance_home> pop <pop_spec></tt>
+</blockquote>
+where pop_spec is "username:password@server" that specifies the roundup
+submission user's POP account name, password and server.
<h2><a name="startweb">Web Interface</a></h2>
This software will work through apache or stand-alone.
<strong>Stand-alone:</strong>
<ol>
<li>Edit roundup-server at the top - ROUNDUP_INSTANCE_HOMES needs to know
- about your instance. *** command-line option
+ about your instance. You may also specify the values for
+ ROUNDUP_INSTANCE_HOMES on the command-line using "name=home" pairs.
<li><tt>roundup-server [hostname port]</tt> (hostname may be "")
<li>Load up the page <tt>/<instance name>/index</tt> where
instance name is the
name you nominated in <tt>ROUNDUP_INSTANCE_HOMES</tt>.
-*** command-line option
</ol>
<strong>Apache:</strong>
<p> </p>
<hr>
-$Id: index.html,v 1.22 2001-12-17 03:52:47 richard Exp $
+$Id: index.html,v 1.23 2001-12-31 03:07:04 richard Exp $
<p> </p>
</body></html>