| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On 08/03/10 15:44 +0100, ml ml wrote:
imtest -u mario2 -m login -w test localhost
S: * OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID AUTH=PLAIN AUTH=LOGIN
SASL-IR COMPRESS=DEFLATE] Testfix Cyrus IMAP v2.3.16 server ready
C: L01 LOGIN root {4}
S: + go ahead
C: <omitted>
S: L01 NO Login failed: generic failure
Authentication failed. generic failure
Security strength factor: 0
You should use '-a mario2' rather than '-u mario2'. It's trying to login as root with the command as you have it.
On Mon, Mar 8, 2010 at 3:11 PM, Dan White <dwhite@xxxxxxx> wrote:On 08/03/10 10:20 +0100, ml ml wrote:~# imtest -u mario2 -m login -w test localhostYou're telling imtest to explicitly use the 'login' mech, but:sasl_mech_list: CLEAR CRAM-MD5 PLAIN... you're telling cyrus IMAP to only offer these 3 mechs. You probably want: sasl_mech_list: PLAIN LOGIN
-- Dan White
![]() |