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."
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.
Perhaps it's too obvious, but Exchange 2003 and Windows Server 2003 share the goal to be secure by design, secure by default, and secure in deployment.
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.