Hello
tekn...@wp.pl wrote:
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)
You could try building SASL2 with Courier option e.g.
--with-authdaemon --with-authdaemond=/var/run/courier-auth/socket
You will need to point to the correct location on your system for the
Courier Authentication socket.
In your smtpd.conf file for sasl authentication you would need the
following line
pwcheck_method: authdaemond
i tried. But how should i start saslauthd in such situation ?
(with which authentication methods: sasldb getpwent kerberos5 pam rimap) ?
Moreover i have problems with authdaemon too (some posts around) :(
Other problem is that (using strace) i don't see any configuration file read by
saslauthd
(acctually the only one is /etc/libmap.conf) - so the information smtpd.conf is
not used ? Why ?
Is there any good HOWTO ? Which describes details of auth daemons (authdaemond
and saslauthd) ?
Why there is almost no logging ?
Thanx