From: "Jerry Kendall" <[EMAIL PROTECTED]>
> When I run IMTEST, I get the following:
>
> hobbit# /usr/local/bin/imtest -m login -p imap localhost
> C: C01 CAPABILITY
> S: * OK gw.kcis.com Cyrus IMAP4 v1.6.22 server ready
> S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS
> X-NON-HIERARCHICAL-RENAME NO_ATOMIC_RENAME UNSELECT
> S: C01 OK Completed
> Password:
> + go ahead
> L01 NO Login failed: generic failure
> Authenticated.
> Security strength factor: 0
>
> The error (generic failure)  has stumped me.
>
> When I run cyradm localhost, I get the following:
>
> hobbit# cyradm  localhost
> Password:
> application-specific initialization failed: authentication failed
>
>
Did you create the sasldb database with saslpasswd?

    saslpasswd -c <user>

I normally create the database by adding the Cyrus admin user to sasldb
first.

Also, try specifying the user you want to login as to the imtest and cyradm
commands:

    cyradm -u <admin user> localhost
    imtest -m login -u <admin user> localhost

Scot


Reply via email to