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

Re: ssl con hotmail



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 <xserverlinux@gmail.com>:
> 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 <diaz.manolo@gmail.com>:
>> 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 debian-user-spanish-REQUEST@lists.debian.org
>> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>> Archive: [🔎] 20140625234839.2c4675fc@gmail.com">https://lists.debian.org/[🔎] 20140625234839.2c4675fc@gmail.com
>>
>
>
>
> --
> rickygm
>
> http://gnuforever.homelinux.com



-- 
rickygm

http://gnuforever.homelinux.com


Reply to: