At 07:51 AM 7/18/2005, Tobias Bußmann wrote: >Hi Fremen, > >[EMAIL PROTECTED] wrote: > > [...] but postfix doesnt couple with courier-authlib for the sasl > > auth :( > >I had the same problem but no time to do further investigations. To get it >to work I configured the sasl auth to use 'rimap' as pwchekc_method which >tries to authtenticate against a remote (or local) imap host (courier in >that case). I'm not very happy with this but it works for now. > >hth >Tobias
I had a lot of difficulties getting this to work right. Below is the /etc/sasl/postfix.conf that I finally got things working with. It's not terribly secure(passes the passwords as plain text) but at least it works. # SASL2 changes based on # http://high5.net/howto/ # SASL config file for postfix smtpd mailer pwcheck_method: authdaemond log_level: 3 mech_list: PLAIN LOGIN authdaemond_path:/var/spool/authdaemon/courier-imap/socket Oscar _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
