hi dear members!

i am new in this list.. I have FreeBSD 5.4 machine. I want to install Postfix+Postfixadmin with SMTP auth so i choose cyrus-sasl2. Cyrus SASL2 installation done successfuly but its did't work.

this is the compile time option which i use to install cyrus

. /configure   --disable-anon   -enable-plain   --enable-login --enable-sql  --with-mysql=/usr/local/mysql --with-mysql-includes=/usr/local/mysql/include/mysql   --with-mysql-libs=/usr/local/mysql/lib/mysql

make
make install


and this is my /usr/lib/sasl2/smtpd.conf file
pwcheck_method: auxprop
auxprop_plugin: sql
mech_list: plain login
sql_engine: mysql
sql_hostnames: localhost
sql_user: padmin
sql_passwd: adminp
sql_database: postfix
sql_select: SELECT password FROM mailbox WHERE username='[EMAIL PROTECTED]' and domain='%r' and active='1'
during installation cyrus-sasl2 i saw some warrning messages.

checking for mysql_select_db in -lmysqlclient... no
configure: WARNING: MySQL library mysqlclient does not work
configure: WARNING: PostgreSQL Library not found
configure: WARNING: SQLite Library not found.

so help me what should i do that cyrus work for me.

Regards,

Umar Draz


Love cheap thrills? Enjoy PC-to-Phone calls to 30+ countries for just 2ยข/min with Yahoo! Messenger with Voice.
----
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

Reply via email to