From: Kenny Olano (k dot olano at netonestop dot net)
Date: Thu Mar 18 2004 - 09:23:39 EST
> -----Original Message-----
> From: owner-cyrus-sasl at lists dot andrew dot cmu dot edu
> [mailto:owner-cyrus-sasl at lists dot andrew dot cmu dot edu]On Behalf Of Simon Matter
> Sent: Thursday, March 18, 2004 1:30 AM
> To: Kenny Olano
> Cc: cyrus-sasl at lists dot andrew dot cmu dot edu
> Subject: Re: Compile sasl2 with mysql support
>
>
> > Hello,
> > I am trying to install sasl2 with mysql support. I was able to find
> > cyrus-sasl-2.1.18.src.rpm. After building the rpms, it didn't
> create the
>
> Where did you find the src rpm? I'm quite sure you found my rpms. If so,
> the mysql stuff is in the cyrus-sasl-sql-2.1.18-1.i386.rpm package. It
> includes support for mysql and postgresql.
>
> Simon
>
> > cyrus-sasl-mysql rpm. What am I doing wrong? Do I have to
> modify the spec
> > file?
> >
> > cyrus-sasl-debuginfo-2.1.18-1.i386.rpm
> > cyrus-sasl-devel-2.1.18-1.i386.rpm
> > cyrus-sasl-gssapi-2.1.18-1.i386.rpm
> > cyrus-sasl-md5-2.1.18-1.i386.rpm
> > cyrus-sasl-ntlm-2.1.18-1.i386.rpm
> > cyrus-sasl-otp-2.1.18-1.i386.rpm
> > cyrus-sasl-plain-2.1.18-1.i386.rpm
> > cyrus-sasl-sql-2.1.18-1.i386.rpm
> >
> >
I get the following error in my messages log file: "SQL engine 'mysql' not
supported"
Here is my smtpd.conf file
pwcheck_method: auxprop
auxprop_plugin: sql
sql_engine: mysql
sql_user: user
sql_passwd: password
sql_hostnames: localhost
sql_database: maildb
sql_statement: SELECT crypt FROM users WHERE id = '%u'
sql_verbose: yes
|
|
|