From: Isabel Alonso (icosera at yahoo dot es)
Date: Wed Oct 06 2004 - 04:54:28 EDT
Hello:
I have a problem with postfix and mysql and sasl, can’t authenticate.
The version are, Postfix 2.0.18, Mysql 4.0.20, and Cyrus-sasl 2.1.18 and the systen is Redhat Gnu/linux.
Don't use chroot.
My smtpd.conf in /usr/lib/sasl2 is:
pwcheck_method: auxprop
mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5
auxprop_plugin: sql
sql_verbose: no
sql_engine: mysql
sql_hostnames: localhost
sql_user: postfix
sql_passwd: postfix
sql_database: mail
sql_select: select password from users where usuario = '%u'
My installation:
Export LDFLAGS= -L/usr/local/lib/mysql
./configure --enable-plain --enable-login --disable-krb4 --enable-sql --with-mysql=/usr/local/include/mysql --with-plugindir=/usr/local/lib/sasl2 --enable-cram --enable-digest
In the /var/log/messages appear:
SQL engine "mysql" not sopported
What is wrong?
Anyone can help me? Any idea?
Very thanks in advance.
---------------------------------
|
|
|