Re: cyradm: cannot authenticate to server

2008-04-06 Thread brian
"IMAP password". I guessed the > first is the system one so used that first, then the one assigned using > saslpasswd2. I see the following: > > Login failed: authentication failure at > /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Cyrus/IMAP/Admin.pm > li

cyradm: cannot authenticate to server

2008-04-06 Thread brian
d that first, then the one assigned using saslpasswd2. I see the following: Login failed: authentication failure at /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Cyrus/IMAP/Admin.pm line 119 cyradm: cannot authenticate to server with as cyrus If i append "--auth plain" as so

Re: old issue, again: "cyradm: cannot authenticate to server with DIGEST-MD5"

2005-03-16 Thread Andreas Hasenack
On Mon, Dec 20, 2004 at 09:30:55AM +0100, Sebastian Hagedorn wrote: > > sasl_mech_list: PLAIN DIGEST-MD5 CRAM-MD5 > > sasl_auto_transition: no > > sasl_minimum_layer: 256 > > I think this line is your problem. I don't know any application that > actually uses a layer for DIGEST-MD5. A

[SOLVED] Re: old issue, again: "cyradm: cannot authenticate to server with DIGEST-MD5"

2004-12-20 Thread OpenMacNews
hi, after a bunch of digging (who knew there were 238+ list messages re: this issue ... ?!), it seems that the error I was getting is _somehow_ related to (in my case) an undef'd ENV var, specifically: $PERL5LIBS the Cyrus-IMAP build installs perl modules in based on '$PERLPREFIX' & '$

Re: old issue, again: "cyradm: cannot authenticate to server with DIGEST-MD5"

2004-12-20 Thread OpenMacNews
om --port 143 Password: cyradm: cannot authenticate to server with DIGEST-MD5 as darkmatter thx! richard --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: old issue, again: "cyradm: cannot authenticate to server with DIGEST-MD5"

2004-12-20 Thread Sebastian Hagedorn
Hi, --On Sonntag, 19. Dezember 2004 23:07:32 Uhr MEZ -0800 OpenMacNews <[EMAIL PROTECTED]> wrote: i'm trying to login to administer via cyradm, but am failing at: % cyradm --auth DIGEST-MD5 --user testuser --server mail.internal.testdomain.com --port 143 cyradm: cannot auth

old issue, again: "cyradm: cannot authenticate to server with DIGEST-MD5"

2004-12-19 Thread OpenMacNews
hi all, i'm trying to login to administer via cyradm, but am failing at: % cyradm --auth DIGEST-MD5 --user testuser --server mail.internal.testdomain.com --port 143 cyradm: cannot authenticate to server with DIGEST-MD5 as testuser with logs = Dec 19 23:00:21 master[1611]: process

Re: cyradm cannot authenticate to server

2004-02-17 Thread trichard
Oops. Forgot that I had backed up my /etc/sasldb2 and did not re-create a cyrus user account in the new sasldb2. Sorry. :-/ This does bring up an interesting question though: I created the cyrus user as follows: saslpasswd2 -c -u post.mydomain.com cyrus A sasldblistusers2 shows:

cyradm cannot authenticate to server

2004-02-17 Thread trichard
]# cyradm -u cyrus -s localhost Password: cyradm: cannot authenticate to server with as cyrus AUTH.LOG - Feb 17 08:27:08 post perl: GSSAPI Error: Miscellaneous failure (No credentials cache found) Feb 17 08:27:08 post imap[1757]: DIGEST-MD5 server step 1 Feb 17 08:27:08 post perl: DIGEST-MD5

Re: cyradm: cannot authenticate to server with as cyrus

2002-05-13 Thread Jim Worke
>>> > >>> through > >>> > >>> > PAM. I've created the cyrus user in /etc/passwd (as with my > >>> > >>> postfix, > >>> > >>> > root etc users). > >>> > > >>> > I've changed cyrus's password (but not sasldbpasswd, because I don't > >>> > use /etc/sasldb. I authenticate through PAM). > >>> > > >>> > Here's my /etc/imapd.conf: > >>> > configdirectory: /var/imap > >>> > partition-default: /var/spool/imap > >>> > admins: cyrus > >>> > allowanonymouslogin: no > >>> > > >>> ># To use the PAM for authentication (but not /etc/passwd or shadow), > >>> > change # the following line to specify "pam" instead of "sasldb". > >>> > sasl_pwcheck_method: pam > >>> > > >>> > When I run (as user cyrus) "cyradm localhost", it gives me an error: > >>> > cyradm: cannot authenticate to server with as cyrus > >>> > > >>> > Did I miss something?

Re: cyradm: cannot authenticate to server with as cyrus

2002-05-13 Thread Alexandre Suter
use I don't >>> > use /etc/sasldb. I authenticate through PAM). >>> > >>> > Here's my /etc/imapd.conf: >>> > configdirectory: /var/imap >>> > partition-default: /var/spool/imap >>> > admins: cyrus >>> > allowanonymouslogin: no >>> > >>> ># To use the PAM for authentication (but not /etc/passwd or shadow), >>> > change # the following line to specify "pam" instead of "sasldb". >>> > sasl_pwcheck_method: pam >>> > >>> > When I run (as user cyrus) "cyradm localhost", it gives me an error: >>> > cyradm: cannot authenticate to server with as cyrus >>> > >>> > Did I miss something? >> >> >> > > > >

Re: cyradm: cannot authenticate to server with as cyrus

2002-05-12 Thread Scott M Likens
cyrus >> > allowanonymouslogin: no >> > >> ># To use the PAM for authentication (but not /etc/passwd or shadow), >> > change # the following line to specify "pam" instead of "sasldb". >> > sasl_pwcheck_method: pam >> > >> > When I run (as user cyrus) "cyradm localhost", it gives me an error: >> > cyradm: cannot authenticate to server with as cyrus >> > >> > Did I miss something? > >

Re: cyradm: cannot authenticate to server with as cyrus

2002-05-12 Thread Jim Worke
/imapd.conf: > > configdirectory: /var/imap > > partition-default: /var/spool/imap > > admins: cyrus > > allowanonymouslogin: no > > > ># To use the PAM for authentication (but not /etc/passwd or shadow), > > change # the following line to specify "pam" instead of "sasldb". > > sasl_pwcheck_method: pam > > > > When I run (as user cyrus) "cyradm localhost", it gives me an error: > > cyradm: cannot authenticate to server with as cyrus > > > > Did I miss something?

Re: cyradm: cannot authenticate to server with as cyrus

2002-05-12 Thread Scott M Likens
uot;pam" instead of "sasldb". > sasl_pwcheck_method: pam > > When I run (as user cyrus) "cyradm localhost", it gives me an error: > cyradm: cannot authenticate to server with as cyrus > > Did I miss something? >

cyradm: cannot authenticate to server with as cyrus

2002-05-12 Thread Jim Worke
asl_pwcheck_method: pam When I run (as user cyrus) "cyradm localhost", it gives me an error: cyradm: cannot authenticate to server with as cyrus Did I miss something?