Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Wednesday, October 16, 2013

Apache : James - Generating Users list

We have gone through about James server in previous post. In this post, we'll see how to generate user list from James Server.
James server provides a very good utility to check the users list on the server. Either we can see the user list on the console or we can redirect the userlist in any text file.  This article contains the steps to generate the user list from James server:

a. Open Command Prompt and navigate to appropriate location.

Apache : James -  Generating Users list


b. Run james-cli batch file with required parameters.

Apache : James -  Generating Users list

c. As the enter key is pressed, list of users will be display on the console. To save the output of the command, the output can be redirected to some external file using re-direction (>). Here output of the command is re-directed to userlist.txt file.

Apache : James -  Generating Users list

You see, how simple is to generate the user list from James server. :)

No comments:

Post a Comment