DBMA v2.3.0 DEMO (mysql) on library.mobrien.com Fri Jun 10 09:39:03 2005 MTA Domains GUI General Help, Installation and Setup. Log Search Updates Menu Help
User
Users help Alias help Forward help Special help Global help
Add User Add Aliases Add Forward Add Auto Notify All users all groups
Delete User/Group Delete Aliases Delete Forward Delete Auto Notify Database Cleanup
Email a User List All Aliases List All Forwards List Auto Notifications Logins Lasthrs

Configuration Encrypt Help ACLACList Show lines. Clear all selects and stats. (Clear everything)
The effect of this test tool is visual. It shows what various encrypt methods should look like. You choose your default encryption method not here but from the options "configurations". Examples:

MD5 = $1$s0yfoqOn$i6Nr5nPSAhuqxbk.h.EJn/ In this MD5 password string, the characters between the 2nd and 3rd "$" are the 8-chars (maximum) of 'Salt' used to create the RSA password which follows the 3rd "$".
md5sum = 9cd234f150c500d196fbad63d2877bb2 or md5 hash is a one-way hash algorithm defined by RFC1321. On the command line type "md5 -s encrypthelp" for identical 128 bit digital signature of the password string.
crypt = MBQF2l2BTiTbM or UNIX crypt is based on a DES algorithm with a standard 2-char "salt". The first two chars define the salt which perturbs the algorithm in one of 4096 different ways.

DbMail uses "crypt", "md5" and "md5sum" in addition to clear text (plain). Hopefully this helps you decide your password policies. (For future admin use, SHA1 and MD5hash_key (using salt/string/key) are shown here.)

Passwordcryptmd5md5sum
*SHA1*MD5hash_key
Results


* DBMA internal admin future use