I've currently got a problem authenticating to my dovecot server
(1.0rc15).
The server is set up to authenticate against a mysql server, with a
default password scheme of 'crypt'.
The problem is that some of the passwords I need to transfer (all from
/etc/shadow files) are md5 encoded,
and when I put {md5-crypt} in front of the password to force the
scheme, dovecot answers :"Unknown password scheme md5-crypt".
If anyone has any ideas, I'd really appreciate it.