4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] sasl2 and saslaut...
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:Re: [courier-users] sasl2 and saslauthd problemActions...
From:tekn...@wp.pl (tekn@wp.pl)
Date:Sep 28, 2006 7:02:00 am
List:net.sourceforge.lists.courier-users

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