* Alejandro Cabrera Obed <[EMAIL PROTECTED]>: > Dear folks, > > I have a Postfix mail server and I want to perform SMTP authentication > mail client with user/pass from a LDAP server, over TLS. > > In Postfix's main.cf I have this:
... > What are the SMTP AUTH lines in order to perform the SMTP authentication > against LDAP, in order to authenticate people when they want to send > mails ??? Have you read the SASL_README? What SASL do you use? Your schema indicates you use Courier IMAP. Then you will have to use Cyrus SASL. Either configure it to use authdamond socket or use the ldapdb-Plugin. The latter requires passwords stored in plaintext. [EMAIL PROTECTED] -- The Book of Postfix <http://www.postfix-book.com> saslfinger (debugging SMTP AUTH): <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>