[postfix-es] Postfix-sasl (Debian 5 , Postfix 2.5.5)

OLCESE, Marcelo Oscar molcese en ancal.com.ar
Vie Mar 12 20:43:49 CET 2010


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.-




More information about the postfix-es mailing list