No SQL module found

Patrick Ben Koetter p at state-of-mind.de
Wed Oct 24 06:00:10 EDT 2007


* Jorge Bastos <mysql.jorge at decimal.pt>:
> There's one problem, the saslfinger looks for smtpd.conf in:
> 
> /usr/lib/sasl2/smtpd.conf
> 
> And the debian place is:
> 
> /etc/postfix/sasl/smtpd.conf
> 
> 
> And this is the saslfinger that cames with debian packages, what should I do?

Add the path to $sasl_dirs in the script:

sasl_dirs=(/usr/lib/sasl \
/usr/lib64/sasl2 \
/var/lib/sasl \
/opt/lib/sasl \
/usr/lib/sasl2 \
/var/lib/sasl2 \
/opt/lib/sasl2 \
/usr/local/lib/sasl2 \
/etc/sasl2 \
/etc/cyrus-sasl \
/etc/postfix/sasl \
/usr/pkg/lib)

or download this version and run it:

<http://postfix.state-of-mind.de/patrick.koetter/saslfinger/saslfinger-1.0.3.tar.gz>

p at rick



> 
> 
> 
> -----Original Message-----
> From: cyrus-sasl-bounces at lists.andrew.cmu.edu [mailto:cyrus-sasl-bounces at lists.andrew.cmu.edu] On Behalf Of Patrick Ben Koetter
> Sent: quarta-feira, 24 de Outubro de 2007 7:20
> To: cyrus-sasl at lists.andrew.cmu.edu
> Subject: Re: No SQL module found
> 
> * Jorge Bastos <mysql.jorge at decimal.pt>:
> > I've do it, and i still can't auth, postfix says:
> > 
> > Oct 23 23:04:23 lira postfix/smtpd[10999]: SASL authentication debug: could
> > not find auxprop plugin, was searching for 'sql'
> 
> Output from "saslfinger -s" please.
> See my signature for saslfinger.
> 
> > 
> > With:
> > smtp      inet  n       -        n       -       -       smtpd
> > 
> > -----Original Message-----
> > From: cyrus-sasl-bounces at lists.andrew.cmu.edu [mailto:cyrus-sasl-bounces at lists.andrew.cmu.edu] On Behalf Of Jorge Bastos
> > Sent: terça-feira, 23 de Outubro de 2007 16:04
> > To: cyrus-sasl at lists.andrew.cmu.edu
> > Subject: RE: No SQL module found
> > 
> > Cool,
> > Gonna test it tonight.
> > 
> > 
> > 
> > -----Original Message-----
> > From: cyrus-sasl-bounces at lists.andrew.cmu.edu [mailto:cyrus-sasl-bounces at lists.andrew.cmu.edu] On Behalf Of Florian Lindner
> > Sent: tera-feira, 23 de Outubro de 2007 13:27
> > To: cyrus-sasl at lists.andrew.cmu.edu
> > Subject: Re: No SQL module found
> > 
> > Am Montag, 22. Oktober 2007 schrieb Jorge Bastos:
> > > Can you give me a detailed explanation on what you did?
> > 
> > After all I just changed the line in master.cf from:
> > 
> > smtp      inet  n       -        -       -       -       smtpd
> > 
> > to:
> > 
> > smtp      inet  n       -        n       -       -       smtpd
> > 
> > which makes smtpd run not chrooted. That was all.
> > 
> > Regards,
> > 
> > Florian
> > 
> > 
> > >
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: cyrus-sasl-bounces at lists.andrew.cmu.edu
> > > [mailto:cyrus-sasl-bounces at lists.andrew.cmu.edu] On Behalf Of Florian
> > > Lindner Sent: segunda-feira, 22 de Outubro de 2007 21:44
> > > To: cyrus-sasl at lists.andrew.cmu.edu
> > > Subject: Re: No SQL module found
> > >
> > > It works now. The first problem was that smtpd was chrooted the second one
> > > was a misconfiguration at my MUA.
> > >
> > > Thanks fr your help!
> > >
> > > Florian
> > 
> > 
> 
> -- 
> The Book of Postfix
> <http://www.postfix-book.com>
> saslfinger (debugging SMTP AUTH):
> <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>
> 

-- 
The Book of Postfix
<http://www.postfix-book.com>
saslfinger (debugging SMTP AUTH):
<http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>


More information about the Cyrus-sasl mailing list