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 me...@mlc.com.au on 2004/05/27 03:38:45 UTC

JavaMail API 1.3.1support for DIGEST-MD5 authentication in the SMTP provider





Hi all,

Does this affect/help us? or is it old hat?


JavaMail API 1.3.1 First Customer Ship
  The 1.3.1 release contains bug fixes as well as support for
  DIGEST-MD5 authentication in the SMTP provider.
  http://enews.sun.com/CTServlet?id=61086864-1074013035:1085607158598

Melroy



This email is sent by or on behalf of the named sender identified above.
If:

(a) you do not wish to receive any email marketing material from me in the
future, please forward the contents of this email with the message
'unsubscribe' in the subject box to unsubscribe@mlc.com.au; or

(b)you wish to unsubscribe from all central email marketing lists used by
our business,please forward the contents of this email,with the message
'unsubscribe from all central email marketing lists' in the subject box to
unsubscribe@mlc.com.au.

The information contained in this e-mail communication may be confidential.
You should only read, disclose, re-transmit,copy,distribute, act in
reliance on or commercialise the information if you are authorised to do
so. If you are not the intended recipient of this e-mail communication,
please immediately notify us by e-mail to postmaster@mlc.com.au, or reply
by e-mail direct to the sender and then destroy any electronic and paper
copy of this message.  Any views expressed in this e-mail communication are
those of the individual sender, except where the sender specifically states
them to be the views of a member of the National Australia Bank Group of
companies.  Any advice contained in this e-mail has been prepared without
taking into account your objectives, financial situation or needs. Before
acting on any advice in this e-mail, National Australia Bank Limited
recommends that you consider whether it is appropriate for your
circumstances. If this e-mail contains reference to any financial products,
the National recommends you consider the Product Disclosure statement (PDS)
or other disclosure document before making any decisions regarding any
products.  The National Australia Bank Group of companies does not
represent, warrant or guarantee that the integrity of this communication
has been maintained nor that the communication is free of errors, virus or
interference.


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


RE: Want to make james mailing list dynamic

Posted by Daniel Perry <d....@netcase.co.uk>.
I'm trying to clarify my idea before i start coding it.  I've been looking
at the source code of various parts of james, and i reckon i can reuse some
of the JDBCListServ and a lot of the CommandListServ.

I expect to create a mailing list mailet that uses a database table for
lists (with their settings, the list email address, and the command list
email address), and a database table for list subscribers and their
settings.

The maillet will have a companion matcher that recognise list mails by
looking for matching list addresses, or list command addresses in the first
table.

The mailet will then either send the message out to subscribers, or process
the command depending on which mail address it matches.

I expect to implement subscribe/unsunscribe/etc commands for users to use
themselves, but also to provide a web app that manipulates the database
directly.

The web app would provide management facilites for the lists, but also
management of subscribers.  Lists might be configured (indiviually) to not
have a list command server, so only the web app could be used.

I havnt had much time to work on this due to a heavy workload, but hopefully
this will ease off later in the summer, and i will have a chance to have a
go at implementing it.

Daniel.

> -----Original Message-----
> From: Sumit AGARWAL [mailto:sumit.agarwal@st.com]
> Sent: 03 June 2004 11:19
> To: 'James Users List'
> Subject: RE: Want to make james mailing list dynamic
>
>
> Daniel,Can you provide more details about your approach for
> making a single
> mailet for the same.
> sumit
>
> -----Original Message-----
> From: Daniel Perry [mailto:d.perry@netcase.co.uk]
> Sent: Thursday, June 03, 2004 3:32 PM
> To: James Users List
> Subject: RE: Want to make james mailing list dynamic
>
>
> I too am starting work on dynamic mailing lists.
>
> However i am thinking about doing it with a different approach: instead of
> trying to dynamicly set up mailets, i am planning to use a single
> mailet, to
> handle all lists.  The matcher that it uses will also act
> dynamically, so it
> will recognise new lists as they are created.
>
> Daniel.
>
> > -----Original Message-----
> > From: Sumit AGARWAL [mailto:sumit.agarwal@st.com]
> > Sent: 03 June 2004 10:59
> > To: 'James Users List'
> > Subject: Want to make james mailing list dynamic
> >
> >
> > we are working on james mailing list.we customized it to meet our
> > requirement.one thing remains that is creating a mailing list while
> > james is running.we donot want to restart the james server.
> > After calling processor.closeProcessorLists(); from
> JAMESSpoolManager.java
> > we are not able to add new mailets/matchers that we have created after
> > starting james.
> >
> > Please tell me the exact path of execution from start of the server to
> > the routing the mails too.In other words the steps that the James
> > server follows to up the server.
> >
> > has any body worked on it?
> > Pls guide us.
> >
> > With regards
> > Sumit agg
> >
> >
> > ---------------------------------------------------------------------
> > 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
>
>


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


RE: Want to make james mailing list dynamic

Posted by Sumit AGARWAL <su...@st.com>.
Daniel,Can you provide more details about your approach for making a single
mailet for the same.
sumit

-----Original Message-----
From: Daniel Perry [mailto:d.perry@netcase.co.uk] 
Sent: Thursday, June 03, 2004 3:32 PM
To: James Users List
Subject: RE: Want to make james mailing list dynamic 


I too am starting work on dynamic mailing lists.

However i am thinking about doing it with a different approach: instead of
trying to dynamicly set up mailets, i am planning to use a single mailet, to
handle all lists.  The matcher that it uses will also act dynamically, so it
will recognise new lists as they are created.

Daniel.

> -----Original Message-----
> From: Sumit AGARWAL [mailto:sumit.agarwal@st.com]
> Sent: 03 June 2004 10:59
> To: 'James Users List'
> Subject: Want to make james mailing list dynamic
>
>
> we are working on james mailing list.we customized it to meet our 
> requirement.one thing remains that is creating a mailing list while 
> james is running.we donot want to restart the james server.
> After calling processor.closeProcessorLists(); from JAMESSpoolManager.java
> we are not able to add new mailets/matchers that we have created after
> starting james.
>
> Please tell me the exact path of execution from start of the server to 
> the routing the mails too.In other words the steps that the James 
> server follows to up the server.
>
> has any body worked on it?
> Pls guide us.
>
> With regards
> Sumit agg
>
>
> ---------------------------------------------------------------------
> 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: Want to make james mailing list dynamic

Posted by Daniel Perry <d....@netcase.co.uk>.
I too am starting work on dynamic mailing lists.

However i am thinking about doing it with a different approach: instead of
trying to dynamicly set up mailets, i am planning to use a single mailet, to
handle all lists.  The matcher that it uses will also act dynamically, so it
will recognise new lists as they are created.

Daniel.

> -----Original Message-----
> From: Sumit AGARWAL [mailto:sumit.agarwal@st.com]
> Sent: 03 June 2004 10:59
> To: 'James Users List'
> Subject: Want to make james mailing list dynamic
>
>
> we are working on james mailing list.we customized it to meet our
> requirement.one thing remains that is creating a mailing list
> while james is
> running.we donot want to restart the james server.
> After calling processor.closeProcessorLists(); from JAMESSpoolManager.java
> we are not able to add new mailets/matchers that we have created after
> starting james.
>
> Please tell me the exact path of execution from start of the server to the
> routing the mails too.In other words the steps that the James
> server follows
> to up the server.
>
> has any body worked on it?
> Pls guide us.
>
> With regards
> Sumit agg
>
>
> ---------------------------------------------------------------------
> 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: Want to make james mailing list dynamic

Posted by "Noel J. Bergman" <no...@devtech.com>.
> has any body worked on it?

I have got a design for a mailing list manager that would have similar
capabilities to ezmlm, and it sounds as if Danny has done some work that
might fit well with it.

At the moment, I suggest that anyone working on lists be working with the
Command List Server code and not the older (and deprecated) list server
code.  That code should be much more amenable to dynamic lists, and is much
more capable.

I also encourage folks working on such things to join the server-dev mailing
list, and keep in touch with the other people working on James code.  :-)

	--- Noel


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


Want to make james mailing list dynamic

Posted by Sumit AGARWAL <su...@st.com>.
we are working on james mailing list.we customized it to meet our
requirement.one thing remains that is creating a mailing list while james is
running.we donot want to restart the james server.
After calling processor.closeProcessorLists(); from JAMESSpoolManager.java
we are not able to add new mailets/matchers that we have created after
starting james.

Please tell me the exact path of execution from start of the server to the
routing the mails too.In other words the steps that the James server follows
to up the server.

has any body worked on it?
Pls guide us.

With regards
Sumit agg


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


RE: JavaMail API 1.3.1support for DIGEST-MD5 authentication in the SMTP provider

Posted by "Noel J. Bergman" <no...@devtech.com>.
> Does this affect/help us? or is it old hat?

Old news.  :)

	--- Noel


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