------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=598
Summary: dovecot authenticator incorrect protocol handling
Product: Exim
Version: 4.67
Platform: All
OS/Version: All
Status: NEW
Severity: bug
Priority: medium
Component: SMTP Authentication
AssignedTo: ph10@???
ReportedBy: w@???
CC: exim-dev@???
The dovecot authenticator doesn't make much effort to handle the auth protocol
correctly. The protocol itself is described here:
http://wiki.dovecot.org/Authentication_Protocol
The exim dovecot auth fails to work when there are additional fields specified
by the authentication configuration (as in case of LDAP or SQL dovecot setup),
as it assumes a fixed-length array of arguments for the "OK" or "FAIL"
authentication server responses. I have written a patch which fixes the problem
and handles the protocol correctly.
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email