On Aug 8, 2005, at 12:14 AM, Simon Matter wrote: The mail server i am using is a project called open-xchange and i believe sasl is being used as a medium to communicate with ldap, here are two files that make this communication possible through the saslauthd daemon. I the case of the cyrus user however i think this is stored in the sasldb and used strictly for administering the cyrus imapd service and more specifically for creating mailboxes # /etc/saslauthd.conf ldap_servers: ldap://ox-domain.tld:389/ ldap_bind_dn: cn=Manager,dc=ox-domain,dc=tld ldap_bind_pw: ldapsecretpassword ldap_search_base: dc=ox-domain,dc=tld # /etc/conf.d/saslauthd #SASLAUTHD_OPTS="${SASLAUTH_MECH} -a pam" SASLAUTH_MECH=ldap SASLAUTHD_OPTS="-a ${SASLAUTH_MECH}" Once the authentication completes this is how i would proceed to making a new mailbox
Aug 8 07:09:48 sand imap[14154]: badlogin: sand.mydomain.com [192.168.0.3] plaintext cyrus SASL(-13): authentication failure: checkpass failed Aug 8 07:10:32 sand imap[14154]: badlogin: sand.mydomain.com [192.168.0.3] plaintext cyrus SASL(-13): authentication failure: checkpass failed Aug 8 07:11:30 sand imap[14154]: badlogin: sand.mydomain.com [192.168.0.3] plaintext cyrus SASL(-13): authentication failure: checkpass failed Aug 8 07:13:20 sand imap[14195]: badlogin: sand.mydomain.com [192.168.0.3] plaintext cyrus SASL(-13): authentication failure: checkpass failed Aug 8 07:16:50 sand imap[14203]: badlogin: localhost [127.0.0.1] plaintext cyrus SASL(-13): authentication failure: checkpass failed Aug 8 07:21:01 sand ctl_cyrusdb[14221]: checkpointing cyrus databases
I am not very familiar with Cyrus and am not sure what would be helpful here but would be happy to provide almost anything you suggest? i have only one other working user and i have considered dumping the /etc/sasl2/sasldb2 file which is i believe where the cyrus user's authentication info is located. Do you think this would let me recreate the cyrus account in the sasldb?
Mike Partyka Jumpnode Systems, LLC Systems Administrator (612)605-5056 Desk (612)605-5099 Fax |
- Re: cyrus password no longer authenticates to server Simon Matter
- Re: cyrus password no longer authenticates to server Mike Partyka
- Re: cyrus password no longer authenticates to server Simon Matter
- Re: cyrus password no longer authenticates to se... Mike Partyka