Displaying 1 result from an estimated 1 matches for "errordebug".
Did you mean:
err_debug
2018 Jan 11
0
login failure "reason" not returned (dovecot-2.2.32)
...d by the SQL, the IMAP
server always returns a generic error "NO [AUTHENTICATIONFAILED]
Authentication failed."
I've setup an "always fail" query in a test installation (see below) and
with that, a simple openssl/telnet login simulation fails without
reporting the "ERRORDEBUG" reason.
> password_query = SELECT '%n' AS username, '%d' AS domain, 'ERRORDEBUG'
> AS reason, '1' AS nologin, CONCAT('{PLAIN}',RAND()) AS password;
Tested with:
> imapsrv# openssl s_client -connect imap2:993
> ---
> * OK [CAPABILITY I...