You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Andrew Graham <gr...@verdi.iisd.sra.com> on 2001/11/13 18:51:49 UTC

SMTP Server Port

Hi,

I'm brand new to JAMES, just downloaded it today and I have a question 
that I was hoping someone could answer.  I searched the archive and 
couldn't find what I was looking for.

I'd like to know how to configure a Matcher/mailet to send to an smtp 
server at a port other than 25.  After a quick look at the mailet api, 
I'm not even sure its possible.

What I want to do is watch for a special addressee.  When I get a 
message for a particular user at a particular domain, I want to forward 
that message to another smtp server.  The trick is I that second smtp 
server doesn't listen on port 25.

Any way I can do this via configuration?

Andrew


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: SMTP Server Port

Posted by Serge Knystautas <se...@lokitech.com>.
I can add a setting to the remote delivery mailet to send to a port other
than 25.  This is really only applicable for when you "gateway", i.e., send
all emails to a specific server.  However, through creative use to matchers
and processors, you could have a particular recipient's email channeled to a
remote delivery mailet that was sending to a non-port 25 smtp server.  I'll
add it to my todo list.

Serge Knystautas
Loki Technologies - Unstoppable Websites
http://www.lokitech.com
----- Original Message -----
From: "Andrew Graham" <gr...@verdi.iisd.sra.com>
To: "james-user" <ja...@jakarta.apache.org>
Sent: Tuesday, November 13, 2001 12:51 PM
Subject: SMTP Server Port


> Hi,
>
> I'm brand new to JAMES, just downloaded it today and I have a question
> that I was hoping someone could answer.  I searched the archive and
> couldn't find what I was looking for.
>
> I'd like to know how to configure a Matcher/mailet to send to an smtp
> server at a port other than 25.  After a quick look at the mailet api,
> I'm not even sure its possible.
>
> What I want to do is watch for a special addressee.  When I get a
> message for a particular user at a particular domain, I want to forward
> that message to another smtp server.  The trick is I that second smtp
> server doesn't listen on port 25.
>
> Any way I can do this via configuration?
>
> Andrew
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>