Posted by
Cliff
on from the if-you-can't-arrange-to-exchange-Exchange dept.
itwerx asks: "A client of mine is wedded to Exchange 2000 for their email server but would like to move away from Outlook Web Access (OWA) for security reasons. Thereareseveral possibilities but I'm wondering what experience the Slashdot community has had with these (or other) options."
I'll second the suggestion for IMP - it rules. One other thing, though - as PHP doesn't support persistent IMAP connections, you'll find that it can be quite slow in some cases. The Horde project has recently released a Imap Proxy, which speeds things up a fair amount, and reduces load on the servers. It works very nicely, and is extremely simple to set up.
Oh, and I have heard of people having bad experiences using a PHP accelerator with Horde, although I've had it running with no problems here. YMMV, etc....
SquirrelMail - Webmail for nuts
by
geirt
·
· Score: 4, Informative
We have used SquirrelMail for som time now, and our users are very happy. Stay with open standards (IMAP/SMTP/LDAP), and you can replace components in a system (eg. Exchange) without changing everything.
SquirrelMail is a standards-based webmail package written in PHP4. It includes built-in pure PHP support for the IMAP and SMTP protocols, and all pages render in pure HTML 4.0 (with no Javascript) for maximum compatibility across browsers. It has very few requirements and is very easy to configure and install. SquirrelMail has a all the functionality you would want from an email client, including strong MIME support, address books, and folder manipulation.
IMP is the Internet Messaging Program. It is written in PHP and provides webmail access to IMAP and POP3 accounts.
Acts@core.mailboks.com Acrux@core.mailboks.com Adam@core.mailboks.com Adar@core.mailboks.com Ada@core.mailboks.com
We have used SquirrelMail for som time now, and our users are very happy. Stay with open standards (IMAP/SMTP/LDAP), and you can replace components in a system (eg. Exchange) without changing everything.
From http://www.squirrelmail.org/:What is SquirrelMail?
SquirrelMail is a standards-based webmail package written in PHP4. It includes built-in pure PHP support for the IMAP and SMTP protocols, and all pages render in pure HTML 4.0 (with no Javascript) for maximum compatibility across browsers. It has very few requirements and is very easy to configure and install. SquirrelMail has a all the functionality you would want from an email client, including strong MIME support, address books, and folder manipulation.
RFC1925