[exim] Error with saslpasswd and authtentication test

Pàgina inicial
Delete this message
Reply to this message
Autor: sam
Data:  
A: exim-users
Assumptes nous: Re: [exim] Error with saslpasswd and authtentication test - maybe have fix the saslpasswd only.
Assumpte: [exim] Error with saslpasswd and authtentication test

Hi,

when running a test for exim 4.42 with cyrus_pwcheck,
The authtenticaiton failed with the following error:

....
SMTP>> 250-at.authtec.com Hello localhost [127.0.0.1]

250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250 HELP
AUTH PLAIN AGpvaG4AdGVzdA==
SMTP<< AUTH PLAIN AGpvaG4AdGVzdA==
Running pwcheck authentication for user "john"
pwcheck: access denied (Userid not found)
plain authenticator:
$1 =
$2 = john
$3 = test
expanded string: 0
SMTP>> 535 Incorrect authentication data

535 Incorrect authentication data
LOG: MAIN REJECT
plain authenticator failed for (localhost) [127.0.0.1]: 535 Incorrect
authentication data
..

I have executed saslpasswd -c john to create this new user with password
"test", but the log file has error with sasldb.db:
Oct 11 17:59:07 at saslpasswd: PLAIN: failed to set secret for john:
user not found
Oct 11 17:59:07 at saslpasswd: DIGEST-MD5: failed to set secret for
john: user not found
Oct 11 17:59:07 at saslpasswd: CRAM-MD5: failed to set secret for john:
user not found

What should I do correct this error?

Thanks
Sam