search for: shaxxx

Displaying 6 results from an estimated 6 matches for "shaxxx".

Did you mean: axxx
2019 Feb 12
6
Using SHA256/512 for SQL based password
...t the dovecot-sql.conf for using SHA256/512.? I am going to start clean with the stronger format, not migrate from the old MD5.? It seems all I need is: driver = mysql connect = host=/var/lib/mysql/mysql.sock dbname=postfix user=postfix password=$Postfix_Database_Password default_pass_scheme = SHAxxx-CRYPT # following should all be on one line. password_query = SELECT username as user, password, concat('/home/vmail/', maildir) as userdb_home, concat('maildir:/home/vmail/', maildir) as userdb_mail, 101 as userdb_uid, 12 as userdb_gid FROM mailbox WHERE username = '%u'...
2019 Feb 12
0
Using SHA256/512 for SQL based password
...or using > SHA256/512.? I am going to start clean with the stronger format, not > migrate from the old MD5.? It seems all I need is: > driver = mysql connect = host=/var/lib/mysql/mysql.sock dbname=postfix > user=postfix password=$Postfix_Database_Password default_pass_scheme = > SHAxxx-CRYPT # following should all be on one line. password_query = > SELECT username as user, password, concat('/home/vmail/', maildir) as > userdb_home, concat('maildir:/home/vmail/', maildir) as userdb_mail, > 101 as userdb_uid, 12 as userdb_gid FROM mailbox WHERE username...
2019 Feb 20
0
Using SHA256/512 for SQL based password
On 2/12/19 5:05 PM, Robert Moskowitz via dovecot wrote: > I have trying to find how to set the dovecot-sql.conf for using > SHA256/512.? I am going to start clean with the stronger format, not > migrate from the old MD5.? It seems all I need is: > [...] default_pass_scheme = SHAxxx-CRYPT [...] How do your users change their password ? Here's how I configured my roundcube's password plugin to keep things together ($roundcubefolder/plugins/password/config.php) $config['password_algorithm']??????? = 'dovecot'; $config['password_algorithm_prefix...
2015 Jan 10
5
Moving or "upgrading" from MD5 to SSHA512
Hello, world! I have a long-running Dovecot & Postfix installation using PostgreSQL back-end. Until now I've been using MD5 hashing but would like to "upgrade" to the salted SSHA512. Is there a way to configure Dovecot so that it would automatically detect the type of the hash stored in the database, so that users who have changed their password (and thus being hashed with
2019 Feb 20
2
Using SHA256/512 for SQL based password
...2/19 5:05 PM, Robert Moskowitz via dovecot wrote: >> I have trying to find how to set the dovecot-sql.conf for using >> SHA256/512.? I am going to start clean with the stronger format, not >> migrate from the old MD5.? It seems all I need is: >> [...] default_pass_scheme = SHAxxx-CRYPT [...] > > How do your users change their password ? > Many never do!? Those that do, use the Roundcube plugin, or ask me to change their password via the Postfixadmin manager.? Sigh. > Here's how I configured my roundcube's password plugin to keep things > together...
2012 May 05
5
[PATCH] Optionally, allow distros to use openssl for MD5 verification
This has the advantage of being more efficient than the included routines and allows distros to centralize crypto mainteniance on a few libraries. --- configure.ac | 4 +- m4/ax_check_openssl.m4 | 124 +++++++++++++++++++++++++++++++++++++ src/libFLAC/Makefile.am | 2 +- src/libFLAC/include/private/md5.h | 8 ++- src/libFLAC/md5.c