yes you can. James support any a DB or a file as a repository for user list. Its configured under SAR-INF/config.xml (james-2.3.2) under <users-store> tag. Default is to use the UsersFileRepository. You can use the same to create a web-based UI for users management , following is the api: http://james.apache.org/server/2.3.2/apidocs/org/apache/james/userrepository/UsersFileRepository.html
On Fri, Aug 27, 2010 at 12:51 PM, Shammi <[email protected]> wrote: > Thanks Ranjib for the reply. > Yes I wanted an UI to create an users and changing the password. > can we develop our own UI for managing this all. > and How an user will be able to change the password? > Thanks > > > > On Friday 27 August 2010 12:07 PM, Ranjib Dey wrote: > >> are you looking for some GUI? if yes , there is none. you need to use the >> telnet (remotemanager) to add user, >> >> On Fri, Aug 27, 2010 at 11:38 AM, Shammi<[email protected]> wrote: >> >> Hi >>> I have installed James-2.3.2 on my Linux machine. >>> I have completed the initial setup from >>> http://wiki.apache.org/james/JamesQuickstart >>> >>> What is the interface that helps to manage the user account like creating >>> user(as I created testuser) and password or any thing else user >>> management >>> feature? >>> or Is this I will have to do via telnet? >>> >>> Thanks >>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
