I have the same setup I used on prior postfix I compiled from Mandrake RPM source:
[root@elmo bastille]# grep sasl /etc/postfix/main.cf #smtp_sasl_auth_enable = yes smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous #smtpd_sasl_local_domain = $myhostname broken_sasl_auth_clients = yes smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_relay_domains [root@elmo bastille]# grep smtpd /etc/postfix/master.cf smtp inet n - n - 10 smtpd Thanks, and keep looking for me. Bill Shirley > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Guillaume Rousse > Sent: Wednesday, September 18, 2002 2:44 PM > To: [EMAIL PROTECTED] > Cc: Vincent Danen > Subject: Re: [Cooker] Postfix + SASL problem > > > Le Mercredi 18 Septembre 2002 20:19, Ben Reser a �crit : > > It's a configuration file for SASL. Go read the postfix-sasl > > documentation on mandrakesecure: > > http://www.mandrakesecure.net/en/docs/postfix-sasl.php > The mandrakesecure HOWTO lacks two useful details: > - smtpd needs to be run un-chrooted to find sasl file > - broken clients needs special consideration (special > directive in postfix > configuration for Outlook4, and plain or login > authentifications methods > provided by relevant sasl plugins for Outlook5) > -- > Guillaume Rousse <[EMAIL PROTECTED]> > GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html >
