I have started a web app to create and delete users and change passwords:
http://github.com/emacadie/James-Admin-Web-App
Here is a passage from the app's wiki:
The goal of this application is to make a web application to simplify
the adminstration of the Apache James mail server.
Many people on the list have complained that managing James can be
cumbersome. Some people use the Remote Manager. The Remote Manager is a
server running within James. You must telnet into it and enter commands
by hand. Many people prefer using the database to store messages and
user info. However, there are no tools to manage the database aside from
logging into the database.
This web app allows you to add, change and delete users and delete
messages in the deadletter table.
----------------
I also have a few pages on installing and managing James on my website:
http://www.MacAdie.net/opencms/opencms/sites/MacAdie.dot.Net/Java/James/index.html
Regards,
Eric MacAdie
On 8/27/2010 2:53 AM, Shammi wrote:
Thanks
I will go thru the link.
thanks
Shammi
On Friday 27 August 2010 01:17 PM, Ranjib Dey wrote:
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]