home *** CD-ROM | disk | FTP | other *** search
- # =====================================================================================
- # Pop3 email account (mailbox) for in-coming emails. This is not for email notification
- # =====================================================================================
- #
- # For each project/project-assignable, you can setup such a mailbox.
-
- project.id=demo
-
- # project.assignable is optional, used for routing
- project.assignable=
-
- # how often you want the mailbox be checked for new emails, in minutes.
- refresh.time=5
-
- mail.store.protocol=pop3
- mail.pop3.auth=true
-
- # the following need to be changed
- mail.pop3.host=mail.yourcompany.com
- mail.username=the mailbox username
- mail.password=the mailbox password
- #mail.debug=true