Re: Sasl/Postfix/SMTP AUTH

2004-03-04 Thread Shelley Waltz
it's the space before the colon! I changed pwcheck_method : saslauthd to pwcheck_method: saslauthd and it works. On Thu, 4 Mar 2004, Shelley Waltz wrote: /usr/lib/sasl2/smtpd.conf file has the following: pwcheck_method : saslauthd what else? On Thu, 4 Mar 2004, Prentice Bisbal

Re: Sasl/Postfix/SMTP AUTH

2004-03-04 Thread Shelley Waltz
/usr/lib/sasl2/smtpd.conf file has the following: pwcheck_method : saslauthd what else? On Thu, 4 Mar 2004, Prentice Bisbal wrote: Shelly, Do you need to make any changes in /usr/lib/sasl2/smtpd.conf? Prentice Shelley Waltz wrote: > I am running cyrus-sasl-2.1.17-1

Re: Sasl/Postfix/SMTP AUTH

2004-03-04 Thread Prentice Bisbal
Shelly, Do you need to make any changes in /usr/lib/sasl2/smtpd.conf? Prentice Shelley Waltz wrote: I am running cyrus-sasl-2.1.17-1(Simon's rpms) with cyrus-imapd-2.2.3(Simon's rpms) and have authentication using saslauthd -ldap with mechanism plain with STARTTLS working fine. I am now tring

Sasl/Postfix/SMTP AUTH

2004-03-04 Thread Shelley Waltz
I am running cyrus-sasl-2.1.17-1(Simon's rpms) with cyrus-imapd-2.2.3(Simon's rpms) and have authentication using saslauthd -ldap with mechanism plain with STARTTLS working fine. I am now tring to do the same with Postfix-2.0.18 such that it will relay if authenticated using SMTP AUTH. Even thou