home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Programare / bugzero / WEB-INF / misc / email / README-win.txt < prev    next >
Encoding:
Text File  |  2004-06-11  |  1008 b   |  22 lines

  1.                 Bugzero Inbound Email Daemons on Windows.
  2.  
  3. For Bugzero email management, bugzero provides a build-in mailbox daemon to pull
  4. emails from the mailbox. This should be used on Windows. On Unix/Linux, a preferred
  5. push method (using a perl script) should be used.
  6.  
  7. Here are the steps to setup (on Windows):
  8.  
  9. 1. For each project that email submission is desired, create a pop3 mail account,
  10.    mailbox_projectx.
  11.  
  12. 2. For each mailbox account, create a properties file under the WEB-INF/classes/conf
  13.    directory, mailbox_projectx.properties. In this file, you add the project.id,
  14.    username/password of the pop3 account. An example file is provided.
  15.  
  16. 3. Login as admin, and go to jsp/admin/mailbox.jsp. On this page, you will see all the
  17.    mailbox daemons that have been added and their status (started/stopped). You can
  18.    start/stop a daemon, or add and start a new daemon.
  19.  
  20. 4. For each project, you can create multiple mailboxes for different assignables.
  21.    This can be used as a routing purpose.
  22.