Slashdot Mirror


Exchange-Compatible Webmail Alternatives?

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. There are several possibilities but I'm wondering what experience the Slashdot community has had with these (or other) options."

2 of 55 comments (clear)

  1. Re:Make it custom by Naikrovek · · Score: 3, Funny

    use perl next time - its only as hard to read and write as you make it.

    all the functions you need to write a webmail app are already coded as modules and all you have to do is tie them together. the code from acmemail can probably be used to help one write a perl-based webmail application: http://www.astray.com/acmemail/

    perl isn't as scary as some people make it out to be. and usually those people don't know perl, so they're talking through their arse.