----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

I'm looking for some help using Jserv to replace some perl email
processing scripts.

I've got Jserv installed, am using it for some database access from web
pages, config is all okay.

What I want to do is connect the output of sendmail (an email message
send to an alias) to the input of a servlet.

I have this working currently for sendmail->perl script:

---incoming Internet email message--->sendmail--->perl script

using the prog directive of sendmail to invoke a shell (smrsh actually)

I want to have:

---incoming Internet email message--->sendmail--->servlet

I *DONT* want to have to invoke a new instance of java for each message
(like I do now for PERL).

Ideas?

thanks!
jim



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to