Hi, as far as I know you use current development version so I will outline the solutions for this version.
1) If you run your application in the same container (spring context) as james you could just inject the right UserRepository and use it. 2) Use telnet (commons-net for example) 3) Use jdbc (if you use jdbc as user storage) 4) Use jmx I would prolly use 1 or 4. Bye, Norman 2010/2/6 vivek mahajan <[email protected]>: > Hi, > I need to add user, delete user and change user's password. So what > should be my approach do i need to access database or run telnet/openssl > command through java. > > Bye Vivek > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
