Re: Postfix with SASL Authentication against LDAP

2008-08-16 Thread Quanah Gibson-Mount
--On Wednesday, August 13, 2008 3:31 PM -0300 Alejandro Cabrera Obed <[EMAIL PROTECTED]> wrote: How can I do to put SASL to work agains my LDAP ??? I have a patch using SASL to bind to LDAP for postfix, but still need to finalize some work on it before it can be included into mainline Postf

Re: Postfix with SASL Authentication against LDAP

2008-08-14 Thread jakjr
smtp and cleanup shoudn't use chroot in master.cf when usinf ssl+ldap. Jakjr On Thu, Aug 14, 2008 at 4:03 AM, Patrick Ben Koetter <[EMAIL PROTECTED]>wrote: > * Alejandro Facultad <[EMAIL PROTECTED]>: > >>> apt-get install sasl2-bin libsasl2-modules > >>> > >>> /etc/default/saslauthd: > >>> START

Re: Postfix with SASL Authentication against LDAP

2008-08-14 Thread Patrick Ben Koetter
* Alejandro Facultad <[EMAIL PROTECTED]>: >>> apt-get install sasl2-bin libsasl2-modules >>> >>> /etc/default/saslauthd: >>> START=yes >>> MECHANISMS="ldap" >>> MECH_OPTIONS="" >>> THREADS=5 >>> OPTIONS="-c -m /var/spool/postfix/var/run/saslauthd" >>> >>> /etc/saslauthd.conf: >>> ldap_servers: ldap

Re: Postfix with SASL Authentication against LDAP

2008-08-13 Thread Alejandro Facultad
Daniel L. Miller escribió: Alejandro Cabrera Obed wrote: Dear all, I have a Debian Etch + Postfix 2.3.8 mail server with LDAP 2.3.30. TLS encryption work succesfully but SASL authentication don't. I have these: apt-get install sasl2-bin libsasl2-modules /etc/default/saslauthd: START=yes MECHA

Re: Postfix with SASL Authentication against LDAP

2008-08-13 Thread Daniel L. Miller
Alejandro Cabrera Obed wrote: Dear all, I have a Debian Etch + Postfix 2.3.8 mail server with LDAP 2.3.30. TLS encryption work succesfully but SASL authentication don't. I have these: apt-get install sasl2-bin libsasl2-modules /etc/default/saslauthd: START=yes MECHANISMS="ldap" MECH_OPTIONS=""