RE: Cyrus Authentication problems

2003-12-05 Thread Doug Koobs
> You need to word your imtest request differently (add another option) > according to the error you got its expecting roots password not testuser > > > imtest -u testuser -a testuser -m login localhost > > that way you are useing testusers mailbox an authenticateing as testuser > as

Re: Cyrus Authentication problems

2003-12-05 Thread Robert Harris
You need to word your imtest request differently (add another option) according to the error you got its expecting roots password not testuser > [EMAIL PROTECTED] root]# imtest -u testuser -m login localhost > Please enter your password: > C: L01 LOGIN root {11} > S: + go ahead this is because y

RE: Cyrus Authentication problems

2003-12-05 Thread Simon Matter
>> With your config, forget saslpasswd, you don't have to use it. You can >> add >> unix users and then create the mailboxes for them. Call cyradm like >> this: >> >> cyradm --user cyrus --auth login localhost >> >> then use 'cm user.name' to create the mailboxes. > > Simon, > > OK, makes sense, no

RE: Cyrus Authentication problems

2003-12-05 Thread Doug Koobs
> > Is saslauthd running, and if so, with which option(s)? It might be > easier to forget about imtest and make sure that saslauthd is happy > first by using the testsaslauthd program? Once this is working, then > you can move on to imtest. Keep in mind that authentication is working for all ex

RE: Cyrus Authentication problems

2003-12-05 Thread Doug Koobs
>IIRC you can only do this > with the encrypted passwd. Please try 'passwd testuser'. DOH! Thanks again, works now. The man page for adduser (or useradd) admits to the -p passwd argument, but evidently it doesn't work so well... Doug Confidential: This electronic message and all contents con

Re: Cyrus Authentication problems

2003-12-05 Thread Ken Murchison
Doug Koobs wrote: BTW, here is the relevant entry in imapd.log from using imtest: mail imapd[24864]: badlogin: localhost.localdomain[127.0.0.1] plaintext testuser SASL(-13): authentication failure: checkpass failed Is saslauthd running, and if so, with which option(s)? It might be easier to for

RE: Cyrus Authentication problems

2003-12-05 Thread Doug Koobs
> With your config, forget saslpasswd, you don't have to use it. You can add > unix users and then create the mailboxes for them. Call cyradm like this: > > cyradm --user cyrus --auth login localhost > > then use 'cm user.name' to create the mailboxes. Simon, OK, makes sense, no more saslpasswd

RE: Cyrus Authentication problems

2003-12-05 Thread Doug Koobs
BTW, here is the relevant entry in imapd.log from using imtest: mail imapd[24864]: badlogin: localhost.localdomain[127.0.0.1] plaintext testuser SASL(-13): authentication failure: checkpass failed Doug Confidential: This electronic message and all contents contain information from Financial

Re: Cyrus Authentication problems

2003-12-05 Thread Simon Matter
> I've set up a Cyrus IMAP server (on RH9), and it's working great. However, > I > didn't document the process of adding users/mailboxes, and know when I try > to add someone, they can't authenticate. I don't have a good understanding > of how authentication works in Cyrus, but here are (I think) r

Cyrus Authentication problems

2003-12-04 Thread Doug Koobs
I've set up a Cyrus IMAP server (on RH9), and it's working great. However, I didn't document the process of adding users/mailboxes, and know when I try to add someone, they can't authenticate. I don't have a good understanding of how authentication works in Cyrus, but here are (I think) relevant en