make it like these: #SASL Settings smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous smtpd_sasl_local_domain = broken_sasl_auth_clients = yes smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, check_relay_domains smtp_sasl_passwd_maps = hash:/etc/sasldb2
On Fri, 2004-11-26 at 15:11, Gabriel Briones wrote: > Hi lists, > > I've got problem with my SMTP AUTH, I keep on getting the error below > everytime I send and email using any MUA > > > Nov 26 10:48:10 mx1 postfix/smtpd[31228]: warning: SASL > authentication problem: unrecognized plaintext verifier saslauthd > > Nov 26 10:48:10 mx1 postfix/smtpd[31228]: warning: > gbriones.mail.remax[131.107.2.92]: SASL LOGIN authentication failed > > but when I try to test my saslauthd with the command > > # testsaslauthd -u <username> -p <password> > > it returns > > 0: OK "Success." > > below is a sniff from my main.cf file > > #SASL Settings > smtpd_sasl_auth_enable = yes > smtpd_sasl_security_options = noanonymous > smtpd_sasl_local_domain = $myhostname > broken_sasl_auth_clients = yes > smtpd_recipient_restrictions = permit_sasl_authenticated, > permit_mynetworks, check_relay_domains > smtp_sasl_passwd_maps = hash:/etc/sasldb2 > > anything I missed? > > thanks in advance. > > -jon- > -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
