I'm trying to use postfix with sasl and it's impossible: > Nov 18 09:28:16 Galway postfix/smtpd[13605]: smtpd_sasl_authenticate: > sasl_method plain, init_response cHJ1ZWJhcwBwcnVlYmFzAHBydWViYXM= > Nov 18 09:28:16 Galway postfix/smtpd[13605]: smtpd_sasl_authenticate: decode > initial response pruebas > Nov 18 09:28:16 Galway postfix/smtpd[13605]: warning: SASL authentication > problem: unknown password verifier > Nov 18 09:28:16 Galway postfix/smtpd[13605]: warning: SASL authentication > failure: Password verification failed > Nov 18 09:28:16 Galway postfix/smtpd[13605]: warning: localhost[127.0.0.1]: > SASL plain authentication failed > Nov 18 09:28:16 Galway postfix/smtpd[13605]: localhost[127.0.0.1]: 535 > Error: authentication failed
�What does unknown password verifier mean? Postfix (I've straceated it) reads /etc/services, after tries to connect to mysql (�?) and finally reads /etc/passwd, when it shows the error message. The configuration is: installed packages: > postfix-tls > libsasl-digestmd5-des > libsasl-gssapi-mit > libsasl-modules-plain > sasl-bin /etc/postfix/sasl/smtpd.conf > check_method: PAM /etc/pam.d/smtp > #%PAM-1.0 > auth required pam_unix.so > /etc/postfix/main.cf > smtpd_sasl_auth_enable = yes > broken_sasl_auth_clients = yes > smtpd_sasl_local_domain = $localhost > smtpd_sasl_security_options = noanonymous > smtpd_recipient_restrictions = permit_sasl_authenticated, .. > Con lo que si en /etc/pam.d/smtp he colocado esto: > �Any help?

