home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Programare / bugzero / WEB-INF / misc / email / README-linux.txt next >
Encoding:
Text File  |  2004-06-05  |  1.2 KB  |  25 lines

  1.                 Bugzero Inbound Email Perl Program on Unix/Linux
  2.  
  3. For Bugzero email management, this perl program (bugzero_email.pl) is a push method
  4. and is preferred to the mailbox daemon method on Windows.
  5.  
  6. Here are the steps to setup (on Linux box running sendmail):
  7.  
  8. 1. For each project that email submission is desired, add a mail alias: 
  9.    mailbox_projectX:   "| bugzero_email.pl projectX"
  10.    Note that, bugzero_email.pl requires an argument, prejectX, and which
  11.    has to be an existing project_id in Bugzero.
  12.    A real pop3 mail account is not required, only an alias is required.
  13.  
  14. 2. Optionally, an assignable can be added as the second argument of the program:
  15.    mailbox_projectX_assigableX:   "| bugzero_email.pl projectX assignableX"
  16.    such that assignableX is set as the assignable of the issue. Without it specified,
  17.    the default assignable is set. The issue is assigned to a person based on
  18.    the assignable. This can be used as a routing purpose.
  19.  
  20. 3. Add bugzero_email.pl to /etc/smrsh/ 
  21.    (so that sendmail can execute it)
  22.  
  23. 4. Do 'chmod +x bugzero_email.pl' and edit the file by modifying $host to point 
  24.    it to the correct url where Bugzero is running 
  25.    Note that, even for port 80, you still need put it there.