Hi,

craig clow wrote:

> Hello,
> 
> I am interested in writing an email redirect program where I need to do some
> external authentication and mail forwarding to an Oracle user's alias email
> address. I can get it to work by modifying the SMTPHandler, but I am
> wondering if James has hooks to override existing code, or make an external
> call to dynamically load my class, to do this without modifying and
> recompiling the SMTPHandler and POP3Handler.

Mail forwarding could be made of a  matcher and a mailet. The matcher to 
find out if the user the mail is for is in your Oracle database and the 
mailet to actually forward the mail to the new address found in your 
database.

Concerning external authentication, what do you want to do ? Since you 
are redirecting emails you don't need users to log into james ?

Regards,
Mathieu



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives:  <http://www.mail-archive.com/james%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to