search for: mailpoller

Displaying 1 result from an estimated 1 matches for "mailpoller".

Did you mean: mailpiler
2009 May 13
1
What's faster for getting mails into Rails: Dbmail & direct MySQL or net/pop with maildir
...the tricky part is to get the mails into my Rails App for processing them. After that they will be deleted (so I'll never accumulate a big ammount of mails on the mailserver). I thought of 2 different approaches. 1) Just use a normal Dovecot setup, using maildir and get the mails with a mailpoller script, connecting to the server via Pop3 2) Use Dbmail for storing the emails, don't use Pop3 but let the mailpoller script connect to the database directly I understand that Dbmail seems to be slower than maildir (in terms of processing many incoming mails) but I'm not sure if a conn...