Displaying 3 results from an estimated 3 matches for "kaworu".
Did you mean:
kaoru
2019 Feb 20
2
Using SHA256/512 for SQL based password
...part of the username
// (in case the username is an email address)
%D seems to be what I want...
And in mysql, I believe the table is mailbox.
$rcmail_config['password_query'] = "UPDATE mailbox SET password = %D, modified = NOW() WHERE username = %u";
I got from:
https://kaworu.ch/blog/2016/04/20/strong-crypt-scheme-with-dovecot-postfixadmin-and-roundcube/
thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20190220/c60d6701/attachment.html>
2019 Feb 20
0
Using SHA256/512 for SQL based password
...n of the new password
[...]
Notice the difference b/w %p and %P. Also notice that %D is marked as
deprecated.
> And in mysql, I believe the table is mailbox.
>
Oh that depends entirely on your choice of naming and what table
structure you have chosen.
>
> I got from:
> https://kaworu.ch/blog/2016/04/20/strong-crypt-scheme-with-dovecot-postfixadmin-and-roundcube/
>
Ah, it seems Aki and I have already visited this link before ^^'
Yassine.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachmen...
2019 Feb 12
6
Using SHA256/512 for SQL based password
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:
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 =