In 1.2.1, there's a mailet called "TownAlias" that uses a database table to
do the aliasing.  For the next release expected soon, there will be a new
JDBCAlias (to remove the dependency on the Town database library), and a
simple FileAlias, to read a text file of multiple aliases.

As for sending mail from a command line, you'd want to use the JavaMail API
to do this... it wouldn't be very hard to write a command line program that
sends locally (by default), and takes stdin as the message.  If you want to
contribute that, this might make it easier to have James replace sendmail.

Just out of curiosity, why do you want to replace sendmail with James? (let
me know offline if you'd prefer)

Serge Knystautas
Loki Technologies
http://www.lokitech.com/
----- Original Message -----
From: "Brian Lloyd-Newberry" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 13, 2001 4:12 PM
Subject: james as a sendmail replacement on FreeBSD (or any unix varient )


> Hey all,
>
>    After a couple of hours looking over the archives and reading what I
> can find in the online docs I am beginning to get the feeling that
> James is not at the "drop in and go" point for replacing
> sendmail/qmail/procmail/... on unix varients. Is anyone able to correct
> me on this "hypothesis"?
>
>    What I want to do is to be able to completely replace sendmail on
> FreeBSD with a james installation and have all of the system email
> (reports etc) go through james as the MTA as well as having james
> manage pop accounts for non-local users. The pop side seems to work
> pretty well but I am as of yet unable to find any documentation on how
> the simple forward mailet that forwards mail for root@localhost would
> work on a unix (or even NT/2k/...) box.
>
>    How do people configure james to stand in for the default MTA
> (usually sendmail from what I am seeing). Does anyone have a wrapper
> that will pretend to be sendmail/mail (like the procmail people have)
> so that we can send SMTP to port 25 from the command line or within
> scripts or programs that want to send mail?
>
>     I may well be missing something obvious here. I considered having
> sendmail send its mail through port 25 where james is listening but
> have not figured out how to do that as of yet.
>
>    If this is possible I would be willing to "write up" a howto section
> for the docs so that others won't have to burn the time away. :)
>
> Brian
>
>
>
>
> =====
> Brian S. Lloyd-Newberry
> Vertical Learning Curve Solutions
> [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to