Master user and invalid credentials dovecot-2.2.13

Phil Carmody phil at dovecot.fi
Tue Sep 30 12:20:16 UTC 2014


On Mon, Sep 29, 2014 at 10:08:41AM +0200, G??tz Reinicke - IT Koordinator wrote:
> The example wiki shows the passwords {SHA1}...., in my password file
> they are {SHA}....

You don't need to worry about that part, {SHA} and {SHA1} are aliases that
map to the same behaviour:

src/auth/password-scheme.c#0805
0805 static const struct password_scheme builtin_schemes[] = {
...
0810     { "SHA", PW_ENCODING_BASE64, SHA1_RESULTLEN, NULL, sha1_generate },
0811     { "SHA1", PW_ENCODING_BASE64, SHA1_RESULTLEN, NULL, sha1_generate },

Phil


More information about the dovecot mailing list