Folks,<br>We have lost our IMAP password and cannot find a way to reset it - does anybody know how we can do this?<br>We are running Cyrus with saslauthd and using OpenLDAP to authenticate our users - this is the error I&#39;m getting:<br>
---------<br>cyradm -u cyrus localhost<br>IMAP Password:<br>              Login failed: authentication failure at /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Cyrus/IMAP/Admin.pm line 118<br>cyradm: cannot authenticate to server with  as cyrus<br>
----------------<br><br>I have tried changing the password of the &#39;cyrus&#39; user using passwd, saslpasswd and saslpasswd2 to no avail, and also tried using &#39;cyradm --user cyrus --auth PLAIN localhost&#39;<br>but it always asks for the IMAP password.<br>
Many thanks, <br>Qaiser<br><br><br>---------  <b>/etc/imapd.conf</b> --------<br>configdirectory: /var/lib/imap<br>partition-default: /var/spool/imap<br>admins: cyrus<br>sievedir: /var/lib/imap/sieve<br>sendmail: /usr/sbin/sendmail<br>
hashimapspool: true<br>sasl_pwcheck_method: saslauthd<br>sasl_mech_list: PLAIN LOGIN<br>tls_cert_file: /usr/share/ssl/certs/cyrus-imapd.pem<br>tls_key_file: /usr/share/ssl/certs/cyrus-imapd.pem<br>tls_ca_file: /usr/share/ssl/certs/ca-bundle.crt<br>
createonpost: no<br>autocreateinboxfolders: Sent | Trash | Drafts<br>quotawarn: 90<br>lmtp_over_quota_perm_failure: 1<br>autocreatequota: 2000000<br>soft_noauth: 0<br>username_tolower: 1<br>unix_group_enable: 0<br>lmtp_downcase_rcpt: 1<br>
<br>-------------- /etc/pam.d/imap --------------<br>#%PAM-1.0<br>auth       required     pam_stack.so service=system-auth<br>account    required     pam_stack.so service=system-auth<br><br><br><br>