Re: production mail server in Perl, was Re: asynchronous execution
[email protected] (Rob Nagler) Tue, 26 Nov 2002 17:19:25 -0700
| Newsgroups | perl.p5ee |
|---|---|
| Organization | bivio Software Artisans, Inc. <http://www.bivio.biz> |
| Message-ID | <[email protected]> |
Stephen Adkins writes: > P.S. There is a mail server written entirely in Java, called "James", > hosted by Apache. There ought to be one for Perl. > > http://jakarta.apache.org/james/index.html We use sendmail and a small program to translate messages to HTTP. This solves our message board, mail alias, and other problems quite simply. I wouldn't want to use James or an all Perl mail server for the same reason I don't want a pure Perl HTTP server. Apache works, so does sendmail (better than it used to, anyway ;-). Rob