I am trying to login to cyradm and I am receiving errors.  
When I run:
/usr/local/bin/imtest -m login localhost
C: C01 CAPABILITY
S: * OK imap.digitalplace.com Cyrus IMAP4 v2.0.15 server ready
S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID
NO_ATOMI
C_RENAME UNSELECT MULTIAPPEND SORT THREAD=ORDEREDSUBJECT
THREAD=REFERENCES IDLE
AUTH=DIGEST-MD5 AUTH=CRAM-MD5 X-NETSCAPE
S: C01 OK Completed
Password:
C: L01 LOGIN cyrus {9}
+ go ahead
C: <omitted>
L01 OK User logged in
Authenticated.
Security strength factor: 0
. logout
* BYE LOGOUT received
. OK Completed
Connection closed.

This comes back and is correct.

But when I run:
/usr/local/bin/imtest -m DIGEST-MD5 localhost
C: C01 CAPABILITY
S: * OK imap.digitalplace.com Cyrus IMAP4 v2.0.15 server ready
S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID
NO_ATOMI
C_RENAME UNSELECT MULTIAPPEND SORT THREAD=ORDEREDSUBJECT
THREAD=REFERENCES IDLE
AUTH=DIGEST-MD5 AUTH=CRAM-MD5 X-NETSCAPE
S: C01 OK Completed
C: A01 AUTHENTICATE DIGEST-MD5
S: +
cmVhbG09ImltYXAuZGlnaXRhbHBsYWNlLmNvbSIsbm9uY2U9ImJ4d09JcXQ4UE8vOEVFOHI1
VkN
wWExvalJ2NitZZUowRFZuU20wUjBLanM9Iixxb3A9ImF1dGgsYXV0aC1pbnQiLGNoYXJzZXQ
9dXRmLTg
sYWxnb3JpdGhtPW1kNS1zZXNz
Please enter your password:
C:
dXNlcm5hbWU9ImN5cnVzIixyZWFsbT0iaW1hcC5kaWdpdGFscGxhY2UuY29tIixub25jZT0i
Ynh3T
0lxdDhQTy84RUU4cjVWQ3BYTG9qUnY2K1llSjBEVm5TbTBSMEtqcz0iLGNub25jZT0iU3cwa
ldsUmZaS
lFGS055MkdNaEswNXpiT3h3Y3ZaQ1NQVEVpYTY2VTRxOD0iLG5jPTAwMDAwMDAxLHFvcD1hd
XRoLWlud
CxjaGFyc2V0PXV0Zi04LGRpZ2VzdC11cmk9ImltYXAvbWluaS5kaWdpdGFscGxhY2Uub3JnI
ixyZXNwb
25zZT0wMzk0MzE4MTE0NGUwYTVhMTU1YmU0OTIyY2EwY2RjNA==
S: A01 NO authentication failure
Authentication failed. generic failure
Security strength factor: 1

This is my error log:
Jul 24 10:10:27 mini imapd[32471]: accepted connection
Jul 24 10:10:31 mini imapd[32471]: login:
mini.digitalplace.org[127.0.0.1] cyrus
 plaintext
Jul 24 10:11:10 mini imapd[32471]: accepted connection
Jul 24 10:11:20 mini imapd[32471]: badlogin:
mini.digitalplace.org[127.0.0.1] DI
GEST-MD5 authentication failure

And here is my imapd.conf file:
configdirectory: /var/imap
partition-default: /var/spool/imap
admins: cyrus,cyradm
servername: imap.digitalplace.com
altnamespace: yes
unixhierarchysep: yes
allowplaintext: yes
allowanonymouslogin: no
sasl_pwcheck_method: pwcheck
sasl_ldap_basedn: dc=digitalplace,dc=org
sasl_auto_transition: no

Any suggestions on how to make cyrus authenticate would be greatly
appreciated.  I am just building up the sever, so I am willing to have
it authenticate off of the shadow file, sasldb, or LDAP.  

Thank you in advance for any and all help.

Michael 

Reply via email to