POP3Mailgate: Difference between revisions
Jump to navigation
Jump to search
(removed dead link) |
(No difference)
|
Revision as of 18:51, 8 March 2011
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.