From: "Sychev Maxim" <[EMAIL PROTECTED]> > > > I use postfix 2.0.10, cyrus-sasl 2.1.13 > > > I set up SMTP AUTH using saslauthd -a pam. Everything works fine, except > a > > > bothering warning in syslog stating that database file /var/sasl/sasldb > > > can not be found. > > > > Your sasl library tries first the available auxprop methods (sasldb is one > > of them) before using saslauthd. > > And how to tell it to use saslauthd only? > > Authentification in Cyrus-imap 2.1.13 with the same saslauthd -a pam does > not produce this type of warnings. >
With your command, # saslauthd -a pam you already told the client application like your postfix not to use the sasldb database. Incidentally, is it not that your sasldb database should be in, /etc/sasldb2 ? -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
