Cyrus Imap receiving via pop3?

Hi all,

I'm building a webmail server (squirrelmail) using Cyrus IMAP... I just can't figure out how to receive pop3 email with imapd and sorting them in user email boxes....

Just right now I think it is not possible with Cyrus IMAP, but what program should I use them to receive pop3 email from an other server and sort them from receivers address to users mailboxes so IMAP can read them ?

Thanks,

Niels

I have used qpopper for my pop3 needs and have been very satisfied with its features. I have used mainly sendmail with it.

http://www.eudora.com/qpopper/

If you have not decided on a MTA for the server, I would reccomend Exim. I recently had the priveledge to review an Exim mail server setup and I must say, it is far superior to the Sendmail system that is installed by default on most Linux systems. I also believe that Exim comes with a pop3 option that integrates seamlessly in to its mail system.

http://www.exim.org/

Another solution is if you want to host the email elsewhere, you could use fetchmail to get the mail from the remote mail server and then place it in the appropriate user mail files on the local server.

We use both SquirrelMail (imap) and pop3 for mail. We use pop3 with certain mail clients and imap for SquirrelMail.

Both (pop3d and imapd) are enabled in /etc/inetd.conf

For those not familar with SquirrelMail:

http://www.squirrelmail.org/

SquirrelMail is a great FREE webmail server.