POP3Mailgate

From Request Tracker Wiki
Revision as of 19:51, 8 March 2011 by 137.111.13.200 (talk) (removed dead link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Incoming mail (POP3/IMAP) support can be easily achieved with "fetchmail".

Windows users can download fetchmail from the GNUWin32 project

# .fetchmailrc
   poll mail.yourdomain.com proto pop3:
   username rt password ***** mda "/path/to/perl \
   /path/to/rt-mailgate --url http://localhost/ \
   --queue general --action correspond"
   
   

Add to your startup scripts or manually run fetchmail -d 300 as the rt user to run fetchmail as a daemon and check the rt mailbox every 300 seconds.