Hi Fremen, my /etc/sasl/postfix.conf: pwcheck_method: saslauthd -a rimap -O mail.myhost.de mech_list: plain login
to get it to work I also changed my /etc/sysconfig/saslsuthd to # Authentications mechanism (for list see saslauthd -v) SASL_AUTHMECH=rimap # Hostname for remote IMAP server (if rimap auth mech is used) SASL_RIMAP_HOSTNAME=mail.myhost.de I'm not sure which of these did the trick ;) you need to restart the saslauthd service of course. hth Tobias PS: [EMAIL PROTECTED]:~> postconf -n | grep sasl broken_sasl_auth_clients = yes smtp_sasl_tls_security_options = $smtp_sasl_security_options smtp_sasl_tls_verified_security_options = $smtp_sasl_tls_security_options smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = smtpd_sasl_security_options = noanonymous smtpd_sasl_tls_security_options = $smtpd_sasl_security_options [EMAIL PROTECTED] wrote: > Ehlo :) > > Tobias Bußmann writes: > >> 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. > > thanks I'll try that.. for me isnt an issue the imap thing because I > only have few clients that need to send trough the server... > can you plese post the sasl regarding lines in main.cf ?? I did some > tries but always get 'No SASL...' in postfix logs ;) > > cheers > > Fremen > >> >> hth >> Tobias >> > > _______________________________________________ > tsl-discuss mailing list > [email protected] > http://lists.trustix.org/mailman/listinfo/tsl-discuss _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
