he visto esta guia , donde dice que le paso algo igual , pero a mi no me funciona
(I get an “unknown protocol” when trying ssl2 or tls1 with the openssl s_client utility) Anyone knows where I made the configuration mistake for Dovecot ? ________________________________ I answered: You have actually disabled SSLv2, SSLv3, and TLSv1.0 in dovecot. ssl_protocols = !SSLv2 !SSLv3 !TLSv1 ssl_cipher_list = HIGH:!SSLv2:!SSLv3:!TLSv1.0:!aNULL:!MD5 This is a problem because some clients don’t yet speak TLSv1.1/TLSv1.2, your only remaining choices. Try not disabling TLSv1.0 and see if you get any farther. http://linux.ioerror.us/tag/postfix/page/2/ 2014-06-25 15:52 GMT-06:00 ricky gutierrez <[email protected]>: > perdon no la anexe > > smtp_sasl_auth_enable = no > smtpd_sasl_auth_enable = yes > smtpd_sasl_local_domain = $myhostname > smtpd_sasl_security_options = noanonymous > broken_sasl_auth_clients = yes > smtpd_sasl_type=dovecot > smtpd_sasl_path=private/auth > > 2014-06-25 15:48 GMT-06:00 Manolo Díaz <[email protected]>: >> On Wednesday, Jun 25 2014 at 23:21 (UTC+2), >> ricky gutierrez wrote: >> >>>No que yo sepa, mira en dovecot >>> >>>ssl_cipher_list = ALL:!LOW:!EXP:!aNULL >> >> No veo lo siguiente en la configuración que me envías. >> >> smtpd_sasl_type = dovecot >> >> Es necesario para que postfix use a dovecot para la autenticación y >> configuración >> >> http://www.postfix.org/SASL_README.html >> -- >> Manolo Díaz >> >> >> -- >> To UNSUBSCRIBE, email to [email protected] >> with a subject of "unsubscribe". Trouble? Contact [email protected] >> Archive: https://lists.debian.org/[email protected] >> > > > > -- > rickygm > > http://gnuforever.homelinux.com -- rickygm http://gnuforever.homelinux.com -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/cal_ge3rj+h9gd141vo+vrp4mea4wss+w90izco6wwpr1fpe...@mail.gmail.com

