Code

CGI interfaces now spit up a top-level index of all the instances they can
[roundup.git] / INSTALL.txt
index 10c06235c3b4b12930a0d31fbdc6494022a5a3aa..f0d4eaa8416811aff7dd802ebb80635b5c23bdeb 100644 (file)
@@ -72,6 +72,12 @@ The email addresses used by the system by default are:
   roundup-admin@MAIL_DOMAIN  - roundup's internal use (problems, etc)
 
 
+Note:
+We run the instance as group "issue_tracker" and add the mail and web user
+("mail" and "apache" on our RedHat 7.1 system) to that group, as well as
+any admin people.
+
+
 Mail
 ----
 Set up a mail alias called "issue_tracker" as:
@@ -79,8 +85,14 @@ Set up a mail alias called "issue_tracker" as:
 
 In some installations (e.g. RedHat 6.2 I think) you'll need to set up smrsh
 so sendmail will accept the pipe command. In that case, symlink
-/etc/smrsh/python to /usr/bin/python and change the command to:
-  "|python /usr/local/bin/roundup-mailgw <instance_home>"
+/etc/smrsh/roundup-mailgw to /usr/local/bin/roundup-mailgw and change the
+command to:
+  "|roundup-mailgw <instance_home>"
+
+To test the mail gateway on unix systems, try:
+
+  echo test |mail -s '[issue] test' issue_tracker@your.domain
+
 
 
 Web Interface