This is how my /etc/imapd.conf look: configdirectory: /ext/imap/config partition-default: /ext/imap/mailboxes servername: thunder.netsco.com admins: root cyrus sasl_pwcheck_method: auxprop allowplaintext: yes allowanonymouslogin: no autocreatequota: 20 sendmail: /usr/lib/sendmail timeout: 30 imapidlepoll: 60 impaidreponse: yes umask: 077 sieveuserhomedir: true sievedir: /ext/imap/sieve sasl_auto_transition: yes postuser: bb lmtpsocket: /var/cyrus/socket/lmtp idlesocket: /var/cyrus/socket/idle dracinterval: 5 drachost: localhost #altnamespace: yes #userprefix: Other Users #sharedprefix: Shared Folders logtimestamps: yes sasl_mech_list: plain sasl_sasldb_path: /etc/sasldb2
bash-2.03# ls -ld /usr/lib/sasl2 lrwxrwxrwx 1 root other 18 Feb 19 15:51 /usr/lib/sasl2 -> ../local/lib/sasl2 bash-2.03# ls ../local/lib/sasl2 libanonymous.la libdigestmd5.la libplain.la libanonymous.so libdigestmd5.so libplain.so libanonymous.so.2 libdigestmd5.so.2 libplain.so.2 libanonymous.so.2.0.1 libdigestmd5.so.2.0.1 libplain.so.2.0.1 libcrammd5.la liblogin.la libsasldb.la libcrammd5.so liblogin.so libsasldb.so libcrammd5.so.2 liblogin.so.2 libsasldb.so.2 libcrammd5.so.2.0.1 liblogin.so.2.0.1 libsasldb.so.2.0.1 Did I miss something? Thanks keith > -----Original Message----- > From: Rob Siemborski [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 21, 2002 11:23 AM > To: Keith Kee > Cc: Cyrus Info > Subject: RE: using multiple mechanism for authentication on > cyrus-imap-2.1.2 > > > On Thu, 21 Feb 2002, Keith Kee wrote: > > > I am not a very good programmer, so I won't be able to fix > that. However, > > since I cannot achieve that, how do I solely use /etc/salsdb2 for all my > > athentication? I looked at the mail archive about setting > > sasl_pwcheck_method to auxprop. However, when I did that, imapd > complains > > about unknown mechanism. I looked at the configure options, and > did not see > > any parameters like --enable-auxprop. I also looked at the > plugin directory, > > but did not find a libauxprop.so. Looking at the source code, I > am assuming > > that it is embedded in libsasldb.so. > > > > Can somebody be kind enough to me straighten this matter up? > > Yes, the code that is being referenced should be in libsasldb.so (or, for > that matter, any other auxprop plugins you might have, of which none are > in the standard distribution). > > Are you sure that SASL is installed properly (symlink made for > /usr/lib/sasl2, etc). > > -Rob > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > Rob Siemborski * Andrew Systems Group * Cyert Hall 235 * 412-268-7456 > Research Systems Programmer * /usr/contributed Gatekeeper > > > >