4 messages in net.sourceforge.lists.courier-users[courier-users] sasl2 and saslauthd p...
FromSent OnAttachments
tekn...@wp.plSep 28, 2006 4:23 am 
Larry MooreSep 28, 2006 5:03 am 
tekn...@wp.plSep 28, 2006 7:02 am 
Larry MooreSep 28, 2006 7:21 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] sasl2 and saslauthd problemActions...
From:tekn...@wp.pl (tekn@wp.pl)
Date:Sep 28, 2006 4:23:54 am
List:net.sourceforge.lists.courier-users

Hello

I'am trying to use SASL2 with mysql support for my postfix. I installed from (freebsd - from ports) cyrus-sasl2-saslauthd. (a added to makefile configure parameters: --enable-sql --with-mysql=/usr/local/lib/mysql)

All manuals says:

Write the lines below to /usr/local/lib/sasl2/smtpd.conf file # smtpd.conf pwcheck_method: auxprop auxprop_plugin: sql mech_list: plain login

sql_engine: mysql sql_hostnames: localhost sql_user: vmailuser sql_passwd: password123 sql_database: mail sql_select: select clear from postfix_users where email='%u@%r' and smtpaccess='Y'

When i start it from hand it asks for one of authentication metchods: sasldb
getpwent kerberos5 pam rimap. I tried to look by strace, but it does not read any configuration file.

but how can i force saslauth to use that file as configuration files ? (i can't, i do not have such options in saslauthd).

How can i start saslauthd daemon with appriopriate configuration ?

Thanx Michal