Re: [exim] stuck exim processes

2022-03-17 Thread Jeremy Harris via Exim-users
On 17/03/2022 16:41, Patrik Peng via Exim-users wrote: Afaik yes. Being certain would be better. Can you get a corefile? -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list -

Re: [exim] stuck exim processes

2022-03-17 Thread Patrik Peng via Exim-users
On 17.03.22 12:17, Jeremy Harris via Exim-users wrote: Do you have the other patches mentioned in this thread?  Because that is a different symptom to the one being addressed by that specific patch (and addressed in the code base by the recently committed 2ead369f84). Afaik yes. But further

Re: [exim] stuck exim processes

2022-03-17 Thread Jeremy Harris via Exim-users
On 17/03/2022 11:07, Patrik Peng via Exim-users wrote: We tried your patch on one of our hosts and the processes stopped getting stuck. But soon we noticed an increased amount of SIGSEGVs: Do you have the other patches mentioned in this thread? Because that is a different symptom to the one

Re: [exim] stuck exim processes

2022-03-17 Thread Patrik Peng via Exim-users
On 09.03.22 22:22, Michael Tratz via Exim-users wrote: I have added the following patch: diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c index 6a979a243..f97b0c625 100644 --- a/src/src/transports/smtp.c +++ b/src/src/transports/smtp.c @@ -4800,7 +4800,11 @@ if (sx->send_quit

Re: [exim] Expired tls certificate

2022-03-17 Thread Jeremy Harris via Exim-users
On 16/03/2022 21:01, Mike Diehl via Exim-users wrote: depth=3 O = Digital Signature Trust Co., CN = DST Root CA X3 verify error:num=10:certificate has expired notAfter=Sep 30 14:01:15 2021 GMT What am I missing? Ah, the "depth=3" is the clue. This is not talking about your leaf cert being

Re: [exim] Expired tls certificate

2022-03-17 Thread Jeremy Harris via Exim-users
On 16/03/2022 21:01, Mike Diehl via Exim-users wrote: Hi all, I'm finding that my tls certificate is expired: openssl s_client -connect mail.diehlnet.com:25 -starttls smtp depth=3 O = Digital Signature Trust Co., CN = DST Root CA X3 verify error:num=10:certificate has expired notAfter=Sep 30

Re: [exim] Expired tls certificate

2022-03-17 Thread Kai Bojens via Exim-users
Mike Diehl wrote: tls_certificate = /etc/letsencrypt/live/mail.diehlnet.com/fullchain.pem tls_privatekey = /etc/letsencrypt/live/mail.diehlnet.com//privkey.pem I have renewed the certificate from letsencrypt and the timestamp reflects that fact. I've also restarted exim. What am I

[exim] Expired tls certificate

2022-03-17 Thread Mike Diehl via Exim-users
Hi all, I'm finding that my tls certificate is expired: openssl s_client -connect mail.diehlnet.com:25 -starttls smtp depth=3 O = Digital Signature Trust Co., CN = DST Root CA X3 verify error:num=10:certificate has expired notAfter=Sep 30 14:01:15 2021 GMT CONNECTED(0003) .. Here is