El mar, 18-11-2008 a las 12:53 -0200, [EMAIL PROTECTED] escribió: > Hola gente de lista. Despues de mucho leer y probar he logrado hacer andar > mailavenger con postfix. El problema se me presenta a la hora implementar > sasl auth. El server lo tengo con ubuntu hardy. El avenger compilo bien o > al menos eso creo con --enable-sasl. > Cuando intento enviar el mail desde un cliente el mail.log me muestra: > avenger: xp-web.dominio (10) <== 220 mail.dominio ESMTP mail relaying ok > avenger: xp-web.dominio (10) ==> EHLO [192.168.224.15] > avenger: xp-web.dominio (10) <== 250-mail2.dominio > avenger: xp-web.dominio (10) <== 250-AUTH NTLM PLAIN CRAM-MD5 LOGIN > DIGEST-MD5 > avenger: xp-web.dominio (10) <== 250 PIPELINING > avenger: xp-web.dominio (10) ==> AUTH CRAM-MD5 > avenger: xp-web.dominio (10) <== 334 > PDE3MjE2ODI5OTAuMjI4MDUwOEBtYWlsMi5pcHZtZW5kb3phLmdvdi5hcj4= > avenger: xp-web.dominio (10) ==> > bWF0aWFzIGE4YmIzOGFkNTFmZjY2NzVjZmZmY2U1MjUyOTg5Y2Vm > avenger: asmtpd: SASL authentication FAILED for matias from xp-web.dominio > avenger: xp-web.dominio (10) <== 535 authentication failed > avenger: xp-web.dominio (10) ==> AUTH NTLM > TlRMTVNTUAABAAAAB4IIAAAAAAAAAAAAAAAAAAAAAAA= > avenger: xp-web.dominio (10) <== 502 command not implemented > avenger: xp-web.dominio (10) ==> AUTH PLAIN AG1hdGlhcwBzZWRlbXNpcm96 > avenger: xp-web.dominio (10) <== 502 command not implemented > avenger: xp-web.dominio (10) ==> AUTH LOGIN > avenger: xp-web.dominio (10) <== 502 command not implemented > avenger: xp-web.dominio (10) === Timeout > avenger: xp-web.dominio (10) <== 421 timeout > avenger: xp-web.dominio (10) === EOF > > Desde ya les agradezco cualquier data al respecto. > Matias Grintal.
en la config de sasl, estas diciendo que soportas NTML PLAN CRAM-MD5 y LOGIN. Contra que estas autenticado SASL ?
