Am Mi, den 07.12.2005 schrieb Joseph Silverman um 1:03: > Using cyrus-imapd on linux (fc3) - also using sendmail (not postfix): > > 1) /etc/sysconfig/saslauthd: MECH=pam > > 2) /etc/imapd.conf - no auxprocfunc or anything along those lines > > So, HOW COME I get tons of these in /var/log/messages? (also from > lmtpd, pop3, imaps) > > Dec 6 15:58:49 hedwig pop3s[28013]: unable to open Berkeley db /etc/ > sasldb2: No such file or directory > Dec 6 15:58:49 hedwig pop3s[28013]: could not find password > Dec 6 15:58:51 hedwig imaps[28104]: sql_select option missing > Dec 6 15:58:51 hedwig imaps[28104]: auxpropfunc error no mechanism > available > Dec 6 15:58:52 hedwig pop3s[28013]: unable to open Berkeley db /etc/ > sasldb2: No such file or directory > Dec 6 15:59:18 hedwig imap[28111]: sql_select option missing > Dec 6 15:59:18 hedwig imap[28111]: auxpropfunc error no mechanism > available > Dec 6 15:59:21 hedwig pop3s[27974]: unable to open Berkeley db /etc/ > sasldb2: No such file or directory > Dec 6 15:59:21 hedwig pop3s[27974]: could not find password > Dec 6 15:59:24 hedwig pop3s[27974]: unable to open Berkeley db /etc/ > sasldb2: No such file or directory > > Thanks - Yossie
yum remove cyrus-sasl-sql You may also create an empty /etc/sasldb2 using saslpasswd2 by adding a dummy user first and then removing it. A better approach is to first not offer MD5 mechs if your system can't handle them (in your case by saslauthd). Hint: searching the list archive would have told you that. Alexander -- Alexander Dalloz | Enger, Germany | GPG http://pgp.mit.edu 0xB366A773 legal statement: http://www.uni-x.org/legal.html Fedora Core 2 GNU/Linux on Athlon with kernel 2.6.11-1.35_FC2smp Serendipity 05:18:35 up 2 days, 9:55, load average: 0.11, 0.09, 0.19
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
---- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html