----- Original Message -----
From: "devrim baris acar" <[EMAIL PROTECTED]>


> Hi,
> I have installed JAMES and it works fine.
> I plan to setup a hotmail like service using james and servlets.
>
> As far as I have seen from the source code, I have to have a running
avalon
> mailserver
> in order to add a user to james repository. I don't plan to use LDAP  for
> the time being.
>
> The question is if it is possible to use the addUser function from a java
> application or servlet vs?
> Or should i open a socket connection to 4555 and issue the "add" command
> from there? Of course I prefer
> the first way.
>
> Have a nice day,
> baris

Baris,

To edit the avalon/file-based user repository, you would need to have James
running and telnet to 4555.  With the architecture you are proposing, I
would consider using the database user repository so that you can store
accounts and passwords through JDBC.  Then your servlets can interact with
this more directly since James itself is not yet able to expose the user
list in an API.

Serge Knystautas
Loki Technologies
http://www.lokitech.com/



------------------------------------------------------------
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