Re: Error 46 with TLS

2019-11-03 Thread Viktor Dukhovni
> On Nov 3, 2019, at 10:42 AM, benoit wrote: > > Nov 3 17:23:51 jolly postfix/smtpd[5113]: connect from unknown[192.168.5.1] > Nov 3 17:23:51 jolly postfix/smtpd[5113]: Anonymous TLS connection > established from unknown[192.168.5.1]: TLSv1.2 with cipher > ECDHE-RSA-CHACHA20-POLY1305 (256/

Re: Error 46 with TLS

2019-11-03 Thread benoit
Hello, I had no time to solve definitely the problem. Now the result is not error 46 but Nov  3 17:23:51 jolly postfix/smtpd[5113]: connect from unknown[192.168.5.1] Nov  3 17:23:51 jolly postfix/smtpd[5113]: Anonymous TLS connection established from unknown[192.168.5.1]: TLSv1.2 with cipher

Re: Re : Re: Error 46 with TLS

2019-09-23 Thread Matus UHLAR - fantomas
On Sun, Sep 22, 2019 at 03:07:54PM +0200, benoit wrote: > But my client can't connect . the client is my android phone Sun Sep 22 18:19:56 GMT+02:00 2019 Viktor Dukhovni : But the client gives up immediately after seeing the server's EHLO response. Probably, it does not like the SASL AUTH mec

Re : Re: Error 46 with TLS

2019-09-22 Thread Benoit Szczygiel
Hello, Yes, the phone use the port 25. I change my phone client to fairemail, and everything is fine Thank you Sun Sep 22 18:19:56 GMT+02:00 2019 Viktor Dukhovni : > On Sun, Sep 22, 2019 at 03:07:54PM +0200, benoit wrote: > > > I change my cert_file parameter to fullchain.pem. So now I don't

Re: Error 46 with TLS

2019-09-22 Thread Viktor Dukhovni
On Sun, Sep 22, 2019 at 03:07:54PM +0200, benoit wrote: > I change my cert_file parameter to fullchain.pem. So now I don't have > error for server: > > Sep 22 15:00:25 jolly postfix/smtpd[15774]: connect from unknown[192.168.5.1] > Sep 22 15:00:25 jolly postfix/smtpd[15774]: Anonymous TLS connect

Re: Error 46 with TLS

2019-09-22 Thread benoit
Hello, thanks for replies, I change my cert_file parameter to fullchain.pem. So now I don't have error for server: Sep 22 15:00:25 jolly postfix/smtpd[15774]: connect from unknown[192.168.5.1] Sep 22 15:00:25 jolly postfix/smtpd[15774]: Anonymous TLS connection established from unknown[192.1

Re: Error 46 with TLS

2019-09-21 Thread Thilo Molitor
Do you know what client sends the alert? Maybe it is misconfigured... Am 21. September 2019 21:26:14 MESZ schrieb "@lbutlr" : >On Sep 21, 2019, at 12:17 PM, Dominic Raferd >wrote: >> smtpd_tls_cert_file = >/etc/letsencrypt/live/streamingbats.co.uk/fullchain.pem >> smtpd_tls_key_file = >/etc/letse

Re: Error 46 with TLS

2019-09-21 Thread @lbutlr
On Sep 21, 2019, at 12:17 PM, Dominic Raferd wrote: > smtpd_tls_cert_file = /etc/letsencrypt/live/streamingbats.co.uk/fullchain.pem > smtpd_tls_key_file = /etc/letsencrypt/live/streamingbats.co.uk/privkey.pem > > Should I be setting any other parameters? That works here. -- "You never really

Re: Error 46 with TLS

2019-09-21 Thread Dominic Raferd
On Sat, 21 Sep 2019 at 18:42, Viktor Dukhovni wrote: > > > On Sep 21, 2019, at 9:03 AM, benoit wrote: > > > > I have a problem with my postfix sever, I can't connect with TLS, I have > > this error: > > > > Sep 21 10:40:32 jolly postfix/smtpd[23341]: warning: TLS library problem: > > error:1409

Re: Error 46 with TLS

2019-09-21 Thread Viktor Dukhovni
> On Sep 21, 2019, at 9:03 AM, benoit wrote: > > I have a problem with my postfix sever, I can't connect with TLS, I have this > error: > > Sep 21 10:40:32 jolly postfix/smtpd[23341]: warning: TLS library problem: > error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate > unknown

Re: Error 46 with TLS

2019-09-21 Thread Matus UHLAR - fantomas
On Sat, 2019-09-21 at 16:13 +0200, Matus UHLAR - fantomas wrote: with letsencrypt (and most other certificate authorities), servers need to provide intermediate certificate in addition to their own cert. postfix does not have separate configuration directive for CA chain file (as apache, proftpd

Re: Error 46 with TLS

2019-09-21 Thread benoit
Le 21/09/2019 à 16:13, Matus UHLAR - fantomas a écrit : benoit: I have a problem with my postfix sever, I can't connect with TLS, I have this error: Sep 21 10:40:32 jolly postfix/smtpd[23341]: warning: TLS library problem: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate u

Re: Error 46 with TLS

2019-09-21 Thread Jim P.
On Sat, 2019-09-21 at 16:13 +0200, Matus UHLAR - fantomas wrote: > with letsencrypt (and most other certificate authorities), servers need to > provide intermediate certificate in addition to their own cert. > > postfix does not have separate configuration directive for CA chain file (as > apache,

Re: Error 46 with TLS

2019-09-21 Thread Matus UHLAR - fantomas
benoit: I have a problem with my postfix sever, I can't connect with TLS, I have this error: Sep 21 10:40:32 jolly postfix/smtpd[23341]: warning: TLS library problem: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown:../ssl/record/rec_layer_s3.c:1536:SSL alert number 46

Re: Error 46 with TLS

2019-09-21 Thread Wietse Venema
benoit: > Hello, > > I have a problem with my postfix sever, I can't connect with TLS, I have > this error: > > Sep 21 10:40:32 jolly postfix/smtpd[23341]: warning: TLS library > problem: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert > certificate unknown:../ssl/record/rec_layer_s3.c

Error 46 with TLS

2019-09-21 Thread benoit
Hello, I have a problem with my postfix sever, I can't connect with TLS, I have this error: Sep 21 10:40:32 jolly postfix/smtpd[23341]: warning: TLS library problem: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown:../ssl/record/rec_layer_s3.c:1536:SSL alert number