OLCESE, Marcelo Oscar escribió:
De a poco voy terminando pero...
Ahora arroja el siguiente error al autenticarse:

warning: SASL authentication failure: Password verification failed
warning: localhost[127.0.0.1]: SASL PLAIN authentication failed: authentication failure

SASL funciona bien, listos los usuarios creados y aparecen hago un test con testsaslauthd -u user - p passwd y el resultado es 0: OK "Success."

Creo la cadena para probarla con
perl -MMIME::Base64 -e 'print encode_base64("username\0username\0password");'
Reemplazando username y password.
Luego utilizo la cadena  para hacer el l test con telnet

$ telnet localhost 25
   Trying 127.0.0.1...
   Connected to localhost.
   Escape character is '^]'.
   220 webmail.ancal.com.ar ESMTP Postfix (Debian/GNU)
   EHLO localhost
   250-webmail.linuxsilo.net
   250-PIPELINING
   250-SIZE 10240000
   250-VRFY
   250-ETRN
   250-AUTH LOGIN PLAIN
   250- ENHANCEDSTATUSCODES
   250 8BITMIME
   AUTH PLAIN "cadena obtenida"
   235 Authentication failurel
   QUIT

Aqui les dejo el:/etc/postfix/sasl/smtpd.conf:

pwcheck_method: saslauthd
mech_list: plain login

Postfix ya está en el grupo sasl

Gracias a todos por la ayuda.
Marcelo Olcese.-


_______________________________________________
List de correo postfix-es para tratar temas del MTA postfix en español
[email protected]
http://lists.wl0.org/mailman/listinfo/postfix-es

y el log del postfix qué dice?

Saludos


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Responder a