--- pedro lopez <[EMAIL PROTECTED]> escribió: > > --- pedro lopez <[EMAIL PROTECTED]> > escribió: > > > > > --- Ricardo Frydman Eureka! > > <[EMAIL PROTECTED]> > > escribió: > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > Hash: SHA1 > > > > > > pedro lopez wrote: > > > > --- Ricardo Frydman Eureka! > > > <[EMAIL PROTECTED]> > > > > escribió: > > > > > > > > > > > > pedro lopez wrote: > > > > > > > >> --- pedro lopez <[EMAIL PROTECTED]> > > > > > > > > escribió: > > > > > > > > > > > >>>--- pedro lopez <[EMAIL PROTECTED]> > > > >>>escribió: > > > > > > > > > > > > > > > >>>>trato de hacer login con imtest, y me da > este > > > > > > > >>>error > > > > > > > > > > > >>>>L01 No Login failed: authentication failure > > > >>>>Authentication failed. Generic failure > > > >>>>Security strength factor:0 > > > >>>> > > > >>>>estoy usando sasl2 para el control de los > > > > > > > > usuarios > > > > > > > >>>y > > > > > > > > > > > >>>>tengo el mismo usuario test en el sasl y en > el > > > >>>>cyrus. > > > >>>>con los mismo pass, claro esta. no se que > > hacer, > > > > > > > >>>es > > > > > > > > > > > >>>>evidente el contenido del error, solo que no > > se > > > >>>>donde > > > >>>>arreglarlo. > > > >>>> > > > >>>>gracias > > > >>>> > > > >>>> > > > > > > > > > > > >>he investigado un poco, y otro poco de ayuda > > > >>descubrimos esto. > > > > > > > >>esta debe ser la salida correcta del imtest > > > > > > > >>S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA > > LITERAL+ > > > >>MAILBOX-REFERRALS NAMESPACE UIDPLUS ID > > > >>NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND > > > > > > > > SORT > > > > > > > >>THREAD=ORDEREDSUBJECT THREAD=REFERENCES IDLE > > > > > > > > STARTTLS > > > > > > > >>ANNOTATEMORE > > > > > > > >>y esta es la mia. > > > > > > > >>S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA > > LITERAL+ > > > >>MAILBOX-REFERRALS NAMESPACE UIDPLUS ID > > > >>NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND > > > > > > > > SORT > > > > > > > >>THREAD=ORDEREDSUBJECT THREAD=REFERENCES IDLE > > > >>ANNOTATEMORE > > > > > > > >>falta STARTTLS...(que es importante!) > > > > > > > > Instalaste SASL ? > > > > Reiniciaste todo despues de configurado? > > > > > > > > > > > >> Instale > > > > > > > >> apt-get install libsasl2 sasl2-bin > > > libsasl2-modules > > > > > > > >> luego aqui /etc/default/saslauthd hice esto > > > >> START=yes > > > >> MECHANISMS="sasldb" > > > >> Y luego > > > >> /etc/init.d/saslauthd start > > > > > > Le avisaste a imap que queres usar el sasl para > > tls? > > > Y a postfix? > > > > aqui pego todo el contenido del imapd.comf, el > > postfix, aun no lo configuro, estoy siguiendo este > > hawto, > > > > http://www.linuxsilo.net/articles/postfix.html > > > > y llegado al punto donde estoy, deberia poder > logear > > el usuario sin lios con el imtest. > > > > ------------****************---------------- > > # Debian Cyrus imapd.conf > > # See imapd.conf(5) for more information and more > > options > > > > > > configdirectory: /var/lib/cyrus > > partition-default: /var/spool/cyrus/mail > > partition-news: /var/spool/cyrus/news > > newsspool: /var/spool/news > > altnamespace: no > > unixhierarchysep: no > > #munge8bit: no > > lmtp_downcase_rcpt: yes > > admins: cyrus > > #lmtp_admins: postman > > #mupdate_admins: mupdateman > > #imap_admins: cyrus > > #sieve_admins: cyrus > > #proxyservers: cyrus > > allowanonymouslogin: no > > popminpoll: 1 > > autocreatequota: 0 > > umask: 027 > > #sendmail: /usr/sbin/sendmail > > sieveusehomedir: false > > sievedir: /var/spool/sieve > > #mailnotifier: zephyr > > #sievenotifier: zephyr > > #dracinterval: 0 > > #drachost: localhost > > hashimapspool: true > > allowplaintext: yes > > sasl_mech_list: PLAIN > > #allowapop: no > > sasl_minimum_layer: 0 > > #sasl_maximum_layer: 256 > > #loginrealms: > > sasl_pwcheck_method: saslauthd > > sasl_auxprop_plugin: sasldb > > sasl_auto_transition: no > > #tls_cert_file: /etc/ssl/certs/cyrus-global.pem > > #tls_key_file: /etc/ssl/private/cyrus-global.key > > #tls_imap_cert_file: /etc/ssl/certs/cyrus-imap.pem > > #tls_imap_key_file: > /etc/ssl/private/cyrus-imap.key > > #tls_pop3_cert_file: /etc/ssl/certs/cyrus-pop3.pem > > #tls_pop3_key_file: > /etc/ssl/private/cyrus-pop3.key > > #tls_lmtp_cert_file: /etc/ssl/certs/cyrus-lmtp.pem > > #tls_lmtp_key_file: > /etc/ssl/private/cyrus-lmtp.key > > #tls_sieve_cert_file: > /etc/ssl/certs/cyrus-sieve.pem > > #tls_sieve_key_file: > > /etc/ssl/private/cyrus-sieve.key > > #tls_ca_file: /etc/ssl/certs/cyrus-imapd-ca.pem > > tls_ca_path: /etc/ssl/certs > > tls_session_timeout: 1440 > > tls_cipher_list: > > > TLSv1:SSLv3:SSLv2:!NULL:!EXPORT:!DES:!LOW:@STRENGTH > > #tls_require_cert: false > > #tls_imap_require_cert: false > > #tls_pop3_require_cert: false > > #tls_lmtp_require_cert: false > > #tls_sieve_require_cert: false > > # mupdate_server > > # mupdate_port > > # mupdate_username > > # mupdate_authname > > # mupdate_realm > > # mupdate_password > > # mupdate_retry_delay > > lmtpsocket: /var/run/cyrus/socket/lmtp > > idlesocket: /var/run/cyrus/socket/idle > > notifysocket: /var/run/cyrus/socket/notify > > #debug_command: /usr/bin/gdb -batch -cd=/tmp -x > > /usr/lib/cyrus/get-backtrace.gdb > > /usr/lib/cyrus/bin/%s > > %d >/tmp/gdb-backtrace.cyrus.%1$s.%2$d <&- 2>&1 & > > #debug_command: /usr/bin/strace -tt -o > > /tmp/strace.cyrus.%s.%d -p %2$d <&- 2>&1 & > > > > #debug_command: /usr/bin/ltrace -tt -n 2 -o > > /tmp/ltrace.cyrus.%s.%d -p %2$d <&- 2>&1 & > > -----------------******-------------------------- > > relalmente estoy perdido con esto.
HE DESCUBIERTO QUE NO TENIA INSTALADO EL OpenSSL, VARIOS DOC. SE REFERIAN A ESE PAQUETE, PERO DESPUES DE INSTALADO SE MANTIENE, EL ERROR, ES NECESARIO CREAR LOS CERTIFICADOS? O EN LA INSTALACION SE CREAN AUTO. > > > > > > > > > > > > > > > > > > > > > > >> alguien tiene alguna idea de pq pueda ocurrir > > > > > > > > esto? > > > > > > > > > > > > > > > > > > > >>>> > > > > >>>>______________________________________________ > > > > > >>>>LLama Gratis a cualquier PC del Mundo. > > > >>>>Llamadas a fijos y móviles desde 1 céntimo > por > > > >>>>minuto. > > > >>>>http://es.voice.yahoo.com > > > >>>> > > > >>>> > > > >>>>-- > > > >>>>To UNSUBSCRIBE, email to > > > >>>>[EMAIL PROTECTED] > > > >>>>with a subject of "unsubscribe". Trouble? > > > Contact > > > >>>>[EMAIL PROTECTED] > > > >>>> > > > >>>> > > > > > > > > > > > > > > > >>> > > > > >>>______________________________________________ > > > >>>LLama Gratis a cualquier PC del Mundo. > > > >>>Llamadas a fijos y móviles desde 1 céntimo > por > > > >>>minuto. > > > >>>http://es.voice.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > >>______________________________________________ > > > > >>LLama Gratis a cualquier PC del Mundo. > > > >>Llamadas a fijos y móviles desde 1 céntimo por > > > > > > > > minuto. > > > > > > > >>http://es.voice.yahoo.com > > > > > > > > > > > > > > > > > > > > -- > > > > Ricardo A.Frydman > > > > Consultor en Tecnología Open Source - > > > Administrador > > > > de Sistemas > > > > jabber: [EMAIL PROTECTED] - > > > > http://www.eureka-linux.com.ar > > > > SIP # 1-747-667-9534 > > > > > > > ______________________________________________ > > > > > LLama Gratis a cualquier PC del Mundo. > > > > Llamadas a fijos y móviles desde 1 céntimo por > > > minuto. > > > > http://es.voice.yahoo.com > > > > > > > > > > > > > > > - -- > > > Ricardo A.Frydman > > > Consultor en Tecnología Open Source - > > Administrador > > > de Sistemas > > > jabber: [EMAIL PROTECTED] - > > > http://www.eureka-linux.com.ar > > > SIP # 1-747-667-9534 > > > -----BEGIN PGP SIGNATURE----- > > > Version: GnuPG v1.4.1 (GNU/Linux) > > > > > > > > > iD8DBQFELX27kw12RhFuGy4RAo4CAJ9pY1flzbOT5G09Y3nieSs7i9GhqwCeKc9v > > > h2y2zfjnjppi6MFSeGLpB5Y= > > > =idj6 > > > -----END PGP SIGNATURE----- > > > > > > > > > > > > > > > > ______________________________________________ > > LLama Gratis a cualquier PC del Mundo. > > Llamadas a fijos y móviles desde 1 céntimo por > > minuto. > > http://es.voice.yahoo.com > > > > > > -- > > To UNSUBSCRIBE, email to > > [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact > > [EMAIL PROTECTED] > > > > > > > > > > > ______________________________________________ > LLama Gratis a cualquier PC del Mundo. > Llamadas a fijos y móviles desde 1 céntimo por > minuto. > http://es.voice.yahoo.com > > > -- > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > ______________________________________________ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. http://es.voice.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

