Code

CGI interfaces now spit up a top-level index of all the instances they can
[roundup.git] / INSTALL.txt
index 98496122b405d3920f311b2badfe635f6dc6a2ce..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:
@@ -83,6 +89,11 @@ so sendmail will accept the pipe command. In that case, symlink
 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
 -------------