Re: TLSv1.2 only for auth connection

2018-10-26 Thread Thomas Bourdon
That's what I do, it works perfectly. Thanks. Le 25.10.2018 19:39, Wietse Venema a écrit : Thomas Bourdon: Hi, First of all, I apologize for my bad english. I use postfix-3.3.1 and openssl-1.0.2. Actual ssl config : tlsv1.0 minimum is set for smtp and smtpd. tlsv1.2 minimum is se

Re: TLSv1.2 only for auth connection

2018-10-25 Thread Thomas Bourdon
Thank you guys to explain me how works smtp<->smtp. I set up tlsv1.0 minimum for smtp<->smtp and tlsv1.2 minimum for auth connections, it seems working. :) Thanks again ! Le 25.10.2018 15:10, B. Reino a écrit : On Thu, 25 Oct 2018, Thomas Bourdon wrote: Because mail providers sen

Re: TLSv1.2 only for auth connection

2018-10-25 Thread Thomas Bourdon
Because mail providers send mail to my smtp server through this port, don't they ? Le 25.10.2018 15:00, B. Reino a écrit : On Thu, 25 Oct 2018, Thomas Bourdon wrote: Is there a way to allow tlsv1.0 minimum for unauth connection and allow tlsv1.2 minimum for auth connection on por

TLSv1.2 only for auth connection

2018-10-25 Thread Thomas Bourdon
nimum for submission/starttls. I thought about disable auth connection using 465 port but I don't want to force my users to strictly use starttls. Is there a way to allow tlsv1.0 minimum for unauth connection and allow tlsv1.2 minimum for auth connection on port 465 ? Have a nice day!