Charles Benett wrote:
>
> Hi!
> I'm interested in helping code JAMES.
>
> What I need for my purposes are:
> 1) an IMAP server (or at least a partially-compliant version);
> 2) that can use (in fact, can require) SSL with clients (at least for
> server-certificates);
> 3) that authenticates against an LDAP directory (at least password
> authentication); and,
> 4) that uses an SSL connection to the LDAP directory.
>
> What would be the best thing to start with? I think it makes sense to
> start with somehting fairly easy. Which of these would you recommend?
If you know how to do the jsse (Java Secure Sockets Extension), that
code would be most beneficial in Avalon (what JAMES is built on).
Avalon is currently reworking itself to use JNDI, so obtaining a reference
to an LDAP will be realatively simple once that is in place.
For JAMES, implementing the IMAP protocol (or at least the subset you
need) would be a good starting place.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives: <http://www.mail-archive.com/james%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]