Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: eyethrees.net
I ran this command: n/a
It produced this output: n/a
My web server is (include version): Apache/2.4.52
The operating system my web server runs on is (include version): Ubuntu 22.04
My hosting provider, if applicable, is: n/a
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): Webmin
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 2.7.2
My server is running a few domains (virtualhosts).
My LE certificate is working fine for web traffic but for email it shows as 'not trusted' on my iPhone and the mail client (and other clients like thunderbird on my PC) will not send emails but they are receiving emails fine.
In my /etc/letsencrypt/live folder i have three domains listed which I guess means that certbot is renewing three certificates automatically. Only one of them is being used as far as I can tell.
-
Can someone help me clean that up so that there is only one certificate in my server?
-
What can I do to figure out what's going on with SMTP?
If I am logged into the server and run:
openssl s_client -starttls smtp -connect mail.eyethrees.net:587
(or 465
)
it connects, but if I run externally I get this error:
40D7C9B7C67F0000:error:8000006F:system library:BIO_connect:Connection refused:../crypto/bio/bio_sock2.c:125:calling connect()
40D7C9B7C67F0000:error:10000067:BIO routines:BIO_connect:connect error:../crypto/bio/bio_sock2.c:127:
connect:errno=111
I'm assuming that this is the issue, but can't figure out how to fix it.
TYIA,
Chris