Displaying 2 results from an estimated 2 matches for "cryptsha".
Did you mean:
crypt_sha
2019 Feb 14
1
Quota count and clone questions
...l_plugins quota quota_clone
plugin {
? quota_clone_dict = redis:host=127.0.0.1:port=6379
}
get replaced with something for mysql?
dovecot-sql.conf.ext:
driver = mysql
connect = host=/var/lib/mysql/mysql.sock dbname=postfix user=postfix
password=$Postfix_Database_Password
default_pass_scheme = $cryptsha-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 Sep 03
0
Quota count and clone questions
...79
>> }
>>
>> get replaced with something for mysql?
>>
>> dovecot-sql.conf.ext:
>>
>> driver = mysql
>> connect = host=/var/lib/mysql/mysql.sock dbname=postfix user=postfix
>> password=$Postfix_Database_Password
>> default_pass_scheme = $cryptsha-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_gi...