Search Our Database

How to view all user password in Smartermail using TSMADump

Last updated on |
by

If you are the system administrator of a Smarter mail, you can use TSMA Dump to administer the Smarter mail, this guide will show the example of using TSMADump to view all user password

1. Install TSMADump.exe

2. Open command prompt, go into the directory where TSMADump.exe is being installed

3. Type in the below command, example syntax as following:
Syntax:
TSMADump [/oOutputFile] [/c] [/q] command baseURL username password [params]
where:
/o=output file
/c=comma in after every string
/q=add quote before and after every string
command=command to use
baseURL=eg:http//webmail.domain.com
username=smartermail admin login username
password=smartermail admin login password
params=domain.com
Example of full syntax

TSMADump /oOutput.txt /c /q USER http://webmail.domain.com [admin] [password] domain.com 

4. An output file will be generated in the same directory as TSMADump, in this example, Output.txt will be generated.

5. Reference & Credit-> http://josh.com/tsma/TSMADump/