Re: Creating/Adding a user to James

2006-05-16 Thread Norman Maurer
You should use the ServiceManager. http://excalibur.apache.org/framework/guide-cop-in-avalon.html Am Dienstag, den 16.05.2006, 15:05 +0800 schrieb -=Kobye=-: > hi, >How to get a UsersRepository reference from James? >I think it's very important > ---

Re: Creating/Adding a user to James

2006-05-16 Thread -=Kobye=-
hi, How to get a UsersRepository reference from James? I think it's very important -- I love Java! I love Sports! I love this Game ! QQ:33093778 MSN:[EMAIL PROTECTED] home:http://www.jsports.org blog:http://blog.csdn.ne

RE: Creating/Adding a user to James

2006-05-15 Thread Santosh
y 16, 2006 11:17 AM To: James Users List Subject: Re: Creating/Adding a user to James Santosh 写道: >Hello, > >Does the James API provide any way to create/add a new user? >They only way I know is through Telnet. > >Thanks, >Santosh. > > > > Maybe you can use so

Re: Creating/Adding a user to James

2006-05-15 Thread -=Kobye=-
hi,all why do not consider provide a way to create or update user? and maintain the james. I think if james such as easy as struts will reduce time to learn and configure , and attract many user to use james. what's your opinion? ---

Re: Creating/Adding a user to James

2006-05-15 Thread ChaoYY
Santosh 写道: Hello, Does the James API provide any way to create/add a new user? They only way I know is through Telnet. Thanks, Santosh. Maybe you can use socket to control the James user's infomation . it is very easy. --

Re: Creating/Adding a user to James

2006-05-15 Thread Norman Maurer
It should also possible to use the org.apache.james.services.UserRepository methods. bye Norman Am Montag, den 15.05.2006, 13:55 +0200 schrieb Vincenzo Gianferrari Pini: > Another way, if you are using a DB based user repository, is to insert a > new row in the 'users' table. > > Vincenzo > >

Re: Creating/Adding a user to James

2006-05-15 Thread Vincenzo Gianferrari Pini
Another way, if you are using a DB based user repository, is to insert a new row in the 'users' table. Vincenzo Bernd Fondermann wrote: 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.

RE: Creating/Adding a user to James

2006-05-15 Thread Santosh
: 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

Re: Creating/Adding a user to James

2006-05-15 Thread Bernd Fondermann
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

Creating/Adding a user to James

2006-05-15 Thread Santosh
Hello, Does the James API provide any way to create/add a new user? They only way I know is through Telnet. Thanks, Santosh.

adding a user

2004-07-22 Thread Gautam Borah
Hi all, I was looking at the possibility to add users programatically without using the RemoteManager(telnet to the server). Could I add a user to the mail server from inside a mailet. I would probably add a admin user to whom I could send a mail for adding a user and that mail I could trap