From: "Ted Knab" <[EMAIL PROTECTED]> > I am using Debian Woody with Exim. > > I followed the cyrus-howto and I did read the install documentation > in the /usr/docs/cyrus-common/, but I get errors when I leave in sasl info. > > This /etc/imapd.conf without sasl seems to work: >
: > > # No anonymous logins > allowanonymouslogin: no > #sasl_passwd_check: shadow > > t5@washmail:~$ telnet washmail imap > Trying 127.0.0.1... > Connected to washmail. > Escape character is '^]'. > * OK washmail.washcoll.edu Cyrus IMAP4 v1.5.19 server ready > > It stops working when I uncomment, the sasl_passwd_check. > Any ideas on how to fix this ? > > t5@washmail:~$ telnet washmail imap > Trying 127.0.0.1... > Connected to washmail. > Escape character is '^]'. > * BYE Fatal error: invalid option name on line 28 of configuration file > Connection closed by foreign host. > Yes, don't uncomment the sasl_passwd_check line :-). You are running v1.5.19, this version didn't use the sasl library and didn't have the sasl_passwd_check option. Scot