search for: mysql_encrypt

Displaying 1 result from an estimated 1 matches for "mysql_encrypt".

2012 Dec 24
1
Postfix/mysql/dovecot - Understanding password encryption
...s hinted at in postfixadmin's config.inc.php: // Encrypt // In what way do you want the passwords to be crypted? // md5crypt = internal postfix admin md5 // md5 = md5 sum of the password // system = whatever you have set as your PHP system default // cleartext = clear text passwords (ouch!) // mysql_encrypt = useful for PAM integration // authlib = support for courier-authlib style passwords // dovecot:CRYPT-METHOD = use dovecotpw -s 'CRYPT-METHOD'. Example: dovecot:CRAM-MD5 $CONF['encrypt'] = 'md5crypt'; Where is there information on the different choices and how to choose....