Re: [qmailtoaster] New Cipher error with last update

2024-05-20 Thread Cinghiuz
Hi, after the dnf update I had the same problem and I solved by commenting the line tls-cipher-list in spamdyke.conf Thank you Philip! Cesare

Re: [qmailtoaster] New Cipher error with last update

2024-05-07 Thread Eric Broch
There are two cipher calls setting openssl, old and new (this is in the code): SSL_CTX_set_cipher_list (old) SSL_CTX_set_ciphersuites (new) Settings in the config file respectively are these: tls-cipher-list=xx tls-ciphersuites=xx Since I set them by default automatically now there

Re: [qmailtoaster] New Cipher error with last update

2024-05-07 Thread Remo Mattei
that’s one option as it now automatically is set — Ciao Remo > On Tuesday, May 07, 2024 at 10:06 AM, Philip Nix Guru (mailto:phi...@ows.ch)> wrote: > > Hello > > > removing > > > > tls-cipher-list=TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256 > from spamdyke.conf

Re: [qmailtoaster] New Cipher error with last update

2024-05-07 Thread Philip Nix Guru
Hello removing tls-cipher-list=TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256 from spamdyke.conf maybe ? On 5/7/24 18:37, Remo Mattei wrote: I had the same issue I will send you the change you need to apply. Inviato da iPhone Il giorno 7 mag 2024, alle ore

Re: [qmailtoaster] New Cipher error with last update

2024-05-07 Thread Remo Mattei
I had the same issue I will send you the change you need to apply. Inviato da iPhone > Il giorno 7 mag 2024, alle ore 09:33, Philip Nix Guru ha > scritto: > >  > Hello > > with the last update > > I am getting a lot of those errors : > > > > spamdyke[3336556]:

[qmailtoaster] New Cipher error with last update

2024-05-07 Thread Philip Nix Guru
Hello with the last update I am getting a lot of those errors : spamdyke[3336556]: ERROR(tls_init_inner()@tls.c:299): unable to set SSL/TLS cipher list: TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256: Operation failed but no error was reported by the SSL/TLS