[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Autenticacion



El mar, 05-09-2006 a las 09:28 -0500, Daniel Vidal escribió:
> 
> El lun, 04-09-2006 a las 18:57 -0400, Javier Uribe escribió:
> > El Lunes, 4 de Septiembre de 2006 13:31, Daniel Vidal escribió:
> > > Estimados amigos:
> > > Tengo una Pc con debian Stable y el kernel 2.6, estoy tratando de
> > > instalar Postfix , cyrus, imap sasl2, pero a la hora de hacer esta
> > > prueba
> > >
> > >
> > >     $ telnet localhost 25
> > >     Trying 127.0.0.1...
> > >     Connected to localhost.
> > >     Escape character is '^]'.
> > >     220 webmail.linuxsilo.net ESMTP Postfix (Debian/GNU)
> > >     EHLO localhost
> > >     250-webmail.linuxsilo.net
> > >     250-PIPELINING
> > >     250-SIZE 10240000
> > >     250-VRFY
> > >     250-ETRN
> > >     250-AUTH PLAIN
> > >     250 8BITMIME
> > >     AUTH PLAIN anNhYmF0ZXIAanNhYmF0ZXIAanNhYmF0ZXI=
> > >    535 Error: authentication failed
> > >
> > > me sale este error, he verificado en los log del sistema y me da este
> > > dato:
> > > warning: SASL authentication failure: Can only find author (no
> > > password), ya he buscado en internet sobre esto pero ninguna respuesta
> > > que he encontrado me resulta, alguien puede darme una mano por favor.
> > >
> > > Gracias
> > > Daniel Vidal
> > 
> > mmm
> > 
> > tienes instalados los paquetes libsasl2-modules y postfix-tls?
> > 
> > 
>  Gracias por responder, si he instalado los dos paquetes, he seguido un
> manual que hay en internet que es el de Bulma, pero ya llevo buen tiempo
> luchando con este tema pero nada, hay una respuesta que hago la copia,
> pero ninguno de estos comando me responde me falta instalar algo mas?.
> 
> 
> Ok, let's see what this is: 
> 
> $> echo "Y2hhbXBha2FPY2hhbXBha2FPYQ"|mimencode -u|hex 
> Warning: base64 decoder saw premature EOF! 
> 0000 63 68 61 6d 70 61 6b 61 4f 63 68 61 6d 70 61 6b champaka Ochampak 
> 0010 61 4f aO 
> 
> 1. It is an incomplete base64-hash 
> 2. It contains no 0-Byte. I only see two "O". 
> 
> If you want to use champaka and champaka: 
> 
> $> echo -e "\0champaka\0champaka"|mimencode 
> AGNoYW1wYWthAGNoYW1wYWthCg== 
> 
> For validating: 
> 
> $> echo "AGNoYW1wYWthAGNoYW1wYWthCg=="|mimencode -u|hex 
> 0000 00 63 68 61 6d 70 61 6b 61 00 63 68 61 6d 70 61 .champak a.champa 
> 0010 6b 61 0a ka. 
> 
> Use: 
> 
> AUTH PLAIN AGNoYW1wYWthAGNoYW1wYWthCg==
> 
> Gracias 
> 
> Daniel Vidal



Reply to: