10 messages in org.apache.james.server-userRE: Creating/Adding a user to James
FromSent OnAttachments
SantoshMay 15, 2006 3:10 am 
Bernd FondermannMay 15, 2006 4:30 am 
SantoshMay 15, 2006 4:52 am 
Vincenzo Gianferrari PiniMay 15, 2006 4:55 am 
Norman MaurerMay 15, 2006 9:48 am 
ChaoYYMay 15, 2006 10:46 pm 
-=Kobye=-May 15, 2006 10:55 pm 
SantoshMay 15, 2006 10:56 pm 
-=Kobye=-May 16, 2006 12:04 am 
Norman MaurerMay 16, 2006 12:08 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: Creating/Adding a user to JamesActions...
From:Santosh (sant@wirkle.com)
Date:May 15, 2006 4:52:32 am
List:org.apache.james.server-user

Thanks a lot Bernd. I will try the JMX approach.

But I feel that James should provide a way to do it in a neater and direct fashion.

-----Original Message----- From: Bernd Fondermann [mailto:bf_@brainlounge.de] Sent: Monday, May 15, 2006 5:01 PM To: James Users List Subject: Re: Creating/Adding a user to James

Telnet is the easiest way that I know of. You could write a short program which instruments telnet to add users. You could even put a GUI on top of that.

There is another way using JMX. To use it, you'd have to enable JMX in "conf/kernel.xml", start James and connect to it using a JMX console which is able to talk to MX4J 1.x.

(This is the very short version of an HOW-TO.)

Bernd

Santosh wrote:

Hello,

Does the James API provide any way to create/add a new user? They only way I know is through Telnet.