openssl_options = +no_sslv2 +no_sslv3 +no_tlsv1 +no_tlsv1_1 +no_tlsv1_2 +cipher_server_preference
tls_require_ciphers = ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256
cd /usr/local/directadmin/custombuild
./build update
./build letsencrypt
./letsencrypt.sh request_single your.hostname.com
cd /usr/local/directadmin/custombuild
./build update
./build rewrite_confs
Thank you for your response, but it's not working. I recompiled letsencrypt, lego, exim/dovecot and their confs and get new certificate for server hostname and domain. I am not able to get those emails.What if you try and create a new certificate for your hostname?
First update letsencrypt, just to be sure.
Code:cd /usr/local/directadmin/custombuild ./build update ./build letsencrypt
Then remove or backup the exim.variables.conf.custom you made. Shouldn't be necessary normally.
After that, get a new certificate for your hostname:
cd /usr/local/directadmin/scripts
./letsencrypt.sh request_single your.hostname.com
And just to be sure, run this command afterwards when you received the new certificate:
Code:cd /usr/local/directadmin/custombuild ./build update ./build rewrite_confs
and restart Exim. See if it's fixed now.
If not, rebuild Exim, exim.conf, dovecot and dovecot.conf.
You also removed that custom exim.variables.conf.custom before trying?I am not able to get those emails.
That might be the case.Is there any chance that the mailserver that sends the message to be outdated?
nmap --script ssl-enum-ciphers -p 465 localhost
PORT STATE SERVICE
465/tcp open smtps
| ssl-enum-ciphers:
| TLSv1.2:
| ciphers:
| TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (ecdh_x25519) - A
| TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (ecdh_x25519) - A
| TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (ecdh_x25519) - A
| TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 (dh 4096) - A
| TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 (dh 4096) - A
| compressors:
| NULL
cd /usr/local/directadmin/script
./letsencrypt.sh request_single your.hostname.com 4096
cd /usr/local/directadmin/scripts
./letsencrypt.sh request_single your.hostname.com 4096