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 Gusnadi Kevin <gu...@ncs.com.sg> on 2010/06/11 10:50:21 UTC

About Local Delivery Class

Hi Guys

Beside inserting the data to JAMES inbox tables what does Local Delivery
class do ?

If for example I change the LocalDelivery to my own class , something
like :

<mailet match="RecipientIsLocal" class="CustomLocalDelivery"/>

to take over the insertion to JAMES inbox table process , what could be
the side effect ?

Thanks and Regards
Kevin

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


RE: Using SMTP and SMTP over TLS

Posted by Moshe Akirav <mo...@impactia.com>.
I am currently using 2.3.2.

Moshe.

-----Original Message-----
From: norman.maurer@googlemail.com [mailto:norman.maurer@googlemail.com] On Behalf Of Norman Maurer
Sent: יום ב 14 יוני 2010 19:10
To: James Users List
Subject: Re: Using SMTP and SMTP over TLS

What version of james you use ?

Bye,
Norman


2010/6/14 James Mailing <ja...@lobanov.eu>

>  I think it is possible.
> I have apache james running smtp and smtp-tls but on different ports.
> For more information read this:
> http://wiki.apache.org/james/UsingSSL
> I hope that helps.
>
> Sincerely George.
>
> On 06/13/2010 04:20 PM, Moshe Akirav wrote:
>
>
>     Hi All,
> I am new to James,
> I am wondering if one can configure the "smtpserver" to listen to both SMTP
> and SMTP/TLS
>
> I have two kind of mail clients, some need to use TLS and other do not.
>
> Thanks in advanced,
>
> Moshe.
>      <ht...@impactia.com>
> <ht...@impactia.com>
> <ht...@impactia.com>
> <ht...@impactia.com>
> ------------------------------
> Intelligent Mail ™ Powered by  IMP@CTIA<ht...@impactia.com>.
>
>
> - Please do not enrich<ht...@impactia.com>emails sent to me.
>
>
>

Re: Using SMTP and SMTP over TLS

Posted by Norman Maurer <no...@apache.org>.
What version of james you use ?

Bye,
Norman


2010/6/14 James Mailing <ja...@lobanov.eu>

>  I think it is possible.
> I have apache james running smtp and smtp-tls but on different ports.
> For more information read this:
> http://wiki.apache.org/james/UsingSSL
> I hope that helps.
>
> Sincerely George.
>
> On 06/13/2010 04:20 PM, Moshe Akirav wrote:
>
>
>     Hi All,
> I am new to James,
> I am wondering if one can configure the "smtpserver" to listen to both SMTP
> and SMTP/TLS
>
> I have two kind of mail clients, some need to use TLS and other do not.
>
> Thanks in advanced,
>
> Moshe.
>      <ht...@impactia.com>
> <ht...@impactia.com>
> <ht...@impactia.com>
> <ht...@impactia.com>
> ------------------------------
> Intelligent Mail ™ Powered by  IMP@CTIA<ht...@impactia.com>.
>
>
> - Please do not enrich<ht...@impactia.com>emails sent to me.
>
>
>

Re: Using SMTP and SMTP over TLS

Posted by James Mailing <ja...@lobanov.eu>.
I think it is possible.
I have apache james running smtp and smtp-tls but on different ports.
For more information read this:
http://wiki.apache.org/james/UsingSSL
I hope that helps.

Sincerely George.

On 06/13/2010 04:20 PM, Moshe Akirav wrote:
>
> Hi All,
> I am new to James,
> I am wondering if one can configure the "smtpserver" to listen to both
> SMTP and SMTP/TLS
>
> I have two kind of mail clients, some need to use TLS and other do not.
>
> Thanks in advanced,
>
> Moshe.
> 	
> <ht...@impactia.com>
>
> <ht...@impactia.com>
>
> <ht...@impactia.com>
>
>
> <ht...@impactia.com>
>
>
> ------------------------------------------------------------------------
> Intelligent Mail ^(TM) Powered by  IMP@CTIA
> <ht...@impactia.com>.
>
>
> - Please do not enrich
> <ht...@impactia.com>
> emails sent to me.


Using SMTP and SMTP over TLS

Posted by Moshe Akirav <mo...@impactia.com>.
Hi All,
I am new to James, 
I am wondering if one can configure the "smtpserver" to listen to both SMTP and SMTP/TLS

I have two kind of mail clients, some need to use TLS and other do not.

Thanks in advanced,

Moshe.

RE: About Local Delivery Class

Posted by Gusnadi Kevin <gu...@ncs.com.sg>.
I see thank you Norman

-----Original Message-----
From: norman.maurer@googlemail.com [mailto:norman.maurer@googlemail.com]
On Behalf Of Norman Maurer
Sent: Friday, June 11, 2010 5:22 PM
To: James Users List
Subject: Re: About Local Delivery Class

Hi,

check the source:

http://svn.apache.org/viewvc/james/server/tags/2_3_2/src/java/org/apache
/james/transport/mailets/LocalDelivery.java?view=markup

It call two mailets. One which do the aliasing stuff
(UsersRepositoryAliasingForwarding) and one which does the delivering
(ToMultiRepository).

Hope this helps,
Norman


2010/6/11 Gusnadi Kevin <gu...@ncs.com.sg>:
> Hi Guys
>
> Beside inserting the data to JAMES inbox tables what does Local
Delivery
> class do ?
>
> If for example I change the LocalDelivery to my own class , something
> like :
>
> <mailet match="RecipientIsLocal" class="CustomLocalDelivery"/>
>
> to take over the insertion to JAMES inbox table process , what could
be
> the side effect ?
>
> Thanks and Regards
> Kevin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>

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


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


Re: About Local Delivery Class

Posted by Norman Maurer <no...@apache.org>.
Hi,

check the source:

http://svn.apache.org/viewvc/james/server/tags/2_3_2/src/java/org/apache/james/transport/mailets/LocalDelivery.java?view=markup

It call two mailets. One which do the aliasing stuff
(UsersRepositoryAliasingForwarding) and one which does the delivering
(ToMultiRepository).

Hope this helps,
Norman


2010/6/11 Gusnadi Kevin <gu...@ncs.com.sg>:
> Hi Guys
>
> Beside inserting the data to JAMES inbox tables what does Local Delivery
> class do ?
>
> If for example I change the LocalDelivery to my own class , something
> like :
>
> <mailet match="RecipientIsLocal" class="CustomLocalDelivery"/>
>
> to take over the insertion to JAMES inbox table process , what could be
> the side effect ?
>
> Thanks and Regards
> Kevin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>

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