Simplest way to expose UNIX mailboxes via IMAP or POP3 on RHEL 5.6
Posted
by
db2
on Server Fault
See other posts from Server Fault
or by db2
Published on 2011-02-03T21:45:47Z
Indexed on
2011/02/03
23:28 UTC
Read the original article
Hit count: 304
We've got a web server running RedHat Enterprise Linux 5.6, and it has all the usual local UNIX mailboxes. As is typical, the root mailbox gets all the cron output, logwatch results, etc. I'd like an easier way to keep an eye on this mailbox besides running mail via ssh.
What should I install/enable to allow access to these system mailboxes via IMAP or POP3 with minimal fuss? Either protocol would be fine for what I'm doing, as I could then add it as an account in Outlook. A bit of searching led me to cyrus-imapd and dovecot, but it seems like they are meant for more serious mail hosting operations. Either they use their own mailbox system exclusively, or don't have a simple way of making the UNIX mailboxes available. If I'm wrong about that, then I'm fine with using either of them as long as I can get to the mailboxes of the existing accounts on the box.
© Server Fault or respective owner