On Fri, 2004-04-23 at 09:29, Saugata Ghosh wrote: > If you are inclined to java then take a lok here:- > > http://james.apache.org > > Its a java based smtp server. As a developer its much easier to deal with > than sendmail.
There are more. eg, xmailserver. http://xmailserver.org (Java and Perl). But using a Java based SMTP server is crazy. Java is not meant for applications like MTAs. From a developers point of view C code is easier to extend then Java. Take a look at the qmail source code and you can judge for yourself. A Network application in C is always way faster and efficient then Perl, Java, etc. You don't have an added overhead of the interpreter in C based applications. Cheers, Animesh -- Animesh Bansriyar <[EMAIL PROTECTED]> http://neolinuxsolutions.com, +91-651-3112497, 3122401. Linux Intranet/Internet Servers, Specialised E-mail Setups, Enterprise Database and Directory Services, Linux Application Development and Commercial Support for Free/OpenSource Software -- To unsubscribe, send mail to [EMAIL PROTECTED] with the body "unsubscribe ilug-cal" and an empty subject line. FAQ: http://www.ilug-cal.org/node.php?id=3
