I am new to cyrus and have been looking through many, many web sites that contain walk-throughs, examples, etc and have run into a wall with trying to figure out how I am to get cyrus to properly authenticate a user.
Installation of Cyrus IMAP4 v2.2.3 on RedHat 9.
/etc/imapd.conf (pretty much a copy of an example page)
> postmaster: postmaster > configdirectory: /var/imap > partition-default: /var/spool/imap > admins: cyrus root > allowanonymouslogin: no > allowplaintext: yes > sasl_mech_list: PLAIN login shadow pam > servername: servername > autocreatequota: 10000 > reject8bit: no > quotawarn: 90 > timeout: 30 > poptimeout: 10 > dracinterval: 0 > drachost: localhost > sasl_pwcheck_method: saslauthd > sievedir: /usr/sieve > sendmail: /usr/sbin/sendmail > sieve_maxscriptsize: 32 > sieve_maxscripts: 5 > #unixhierarchysep: yes
I created the user 'cyrus'
# saslpasswd2 -c -u some-domain.com -a cyrus-imapd cyrus
# sasldblistusers2 [EMAIL PROTECTED]: userPassword
cyrus-auth.log
> Feb 23 10:05:08 some-domain-www saslauthd[9277]: Caught signal 15. Cleaning up and terminating.
> Feb 23 10:05:29 some-domain-www saslauthd[9491]: START: saslauthd 2.1.10
> Feb 23 10:05:29 some-domain-www saslauthd[9496]: master PID is: 9496
> Feb 23 10:05:29 some-domain-www saslauthd[9496]: daemon started, listening on /var/run/saslauthd/mux
> Feb 23 10:06:17 some-domain-www saslauthd[9498]: null login/password received
> Feb 23 10:06:17 some-domain-www saslauthd[9498]: AUTHFAIL: user=cyrus service=imap realm= [Null login/password (saslauthd)]
> Feb 23 10:07:48 some-domain-www saslauthd[9498]: AUTHFAIL: [EMAIL PROTECTED] service=imap realm
FYI, Port 993 is what cyrus is running on, just not using SSL at the moment.
# imtest -p 993 -a cyrus localhost
> S: * OK servername Cyrus IMAP4 v2.2.3 server ready
> C: C01 CAPABILITY
> S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE IDLE
> S: C01 OK Completed
> Please enter your password:
> C: L01 LOGIN cyrus {4}
> S: + go ahead
> C: <omitted>
>
> S: L01 NO Login failed: authentication failure
> Authentication failed. generic failure
> Security strength factor: 0
> * BAD Invalid tag
Where should I begin looking to try to resolve this issue?
Thanks,
-Robby
_______________________________________________ PDXLUG mailing list [EMAIL PROTECTED] http://pdxlug.org/mailman/listinfo/pdxlug
