Re: Password Schemes

2021-09-11 Thread dovecot
does the {MD5} vs {SHA512-CRYPT} in passwd over-rule auth-passwdfile.conf.ext ? Yes this is by design and is why passwords are prefixed with the type. This allows easy upgrade to stronger encryption in the future without having to throw out all the old passwords at once. It allows users to re

Password Schemes

2021-09-11 Thread John Schmerold
My /etc/dovecot/conf.d/auth-passwdfile.conf.ext is configured to use MD5 passdb {   driver = passwd-file   args = scheme=MD5 username_format=%n /etc/exim4/domains/%d/passwd } userdb {   driver = passwd-file   args = username_format=%n /etc/exim4/domains/%d/passwd } /

SQL help please (Mysql/MariaDB).

2021-09-11 Thread C. Petro
I'm trying to build a mail server for a friend using Postfix, Dovecot and Postfixadmin, using Mariadb as the backend for user information and authentication. I've got it *almost* working. (dovecot -n at the bottom because I don't think the problem is in the SQL) I have things up to the point wher