You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Noel J. Bergman" <no...@devtech.com> on 2006/03/12 19:58:10 UTC

"sendmail" interface for JAMES

On *nix, tools and scripts expect /usr/sbin/sendmail or /usr/lib/sendmail as
a general rule, with a relatively simple interface.  MTAs such as postfix,
exim and others all provide a "sendmail" to satisfy this expectation.

I was thinking that we ought to provide a suitable sendmail interface as
part of our JAMES distribution.  At the moment, I am writing a simple one in
python, but thought to post up and ask what everyone else thinks.  Do any of
us already have such a beast?  I suppose that we could write one in Java
using JavaMail, but we'd still need a shell script to launch it, and we
don't really need the tool to work anywhere other than *nix, where the
requirement exists.

	--- Noel

ref:
  Debian MTA policy:
http://www.debian.org/doc/debian-policy/ch-customized-programs.html#s-mail-t
ransport-agents
  sendmail in perl: http://www.edoceo.com/creo/perl-sendmail.php
  Debian SSMTP: http://packages.debian.org/testing/mail/ssmtp


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org