Displaying 1 result from an estimated 1 matches for "6jxk9dwpbrac".
2015 May 01
1
Fatal: Unknown scheme: SHA512-CRYPT. On a Mac-mini
...('2', '1', ENCRYPT('secondpassword', CONCAT('$6$',
SUBSTRING(SHA(RAND()), -16))), 'email2 at example.com');
What it actually creates is this: This is not a SHA512-CRYPT password??
mysql> SELECT * FROM mailserver.virtual_users;
3 | 1 | $6jxK9DWPBrAc | robert at zeus.example.com
Just to be clear,. this is the section of the Dovecot configs that deals
with handling this. BUT.. On the MAC-Mini, SHA512-CrYPT is unknown.
# List of supported schemes is in
# http://wiki2.dovecot.org/Authentication/PasswordSchemes
#
default_pass_sch...