Hi All,<br><div class="gmail_quote">I am trying to setup a cyrus imap server. I am using an 32-bit AWS AMI on EC2.<br><br>I used yum to insatll cyrus-sasl and cyrus-imapd<br>The installation went thru fine and I am able to create users using saslpasswd2<br>

when I start cyrus-imapd server it comes up fine<br>/etc/init.d/cyrus-imapd start<br><br><br>I have the following configuration files.<br>/etc/imapd.conf <br>/etc/sysconfig/saslauthd<br>/etc/sysconfig/sendmail.conf<br>/usr/lib/sasl2/smtpd.conf<br>

<br>I have the following configurations in /etc/imapd.conf <br><br>configdirectory: /var/lib/imap
<br>partition-default: /var/spool/imap
<br>admins: cyrus 
root<br>sievedir: /var/lib/imap/sieve
<br>sendmail: /usr/sbin/sendmail
<br>hashimapspool: true
<br>sasl_pwcheck_method: saslauthd
<br>sasl_mech_list: PLAIN
<br>tls_cert_file: /etc/pki/cyrus-imapd/cyrus-imapd.pem
<br>tls_key_file: /etc/pki/cyrus-imapd/cyrus-imapd.pem
<br>tls_ca_file: /etc/pki/tls/certs/ca-bundle.crt
<br># uncomment this if you&#39;re operating in a DSCP environment (RFC-4594)
<br># qosmarking: af13<br><br>when I try to test I get the following errors<br>test1&gt;&gt;&gt;<br>imtest -m login -p imap localhost<br>Authentication failed:gebneric error<br><br>test2&gt;&gt;&gt;&gt;<br><pre>cyradm --user cyrus --server localhost --auth plain<br>

Password:<br>IMAP Password:<br>Login failed: authentication failure at <br>/usr/lib/perl5/site_perl/5.8.6/x86_64-linux/Cyrus/IMAP/Admin.pm<br>line 118<br>cyradm: cannot authenticate to server with plain as cyrus<br><br>Please let me know what config problems i have and how to proceed further.<br>

<br>Thanks,<br>Raj<br>
</pre></div>