Hi,
I've setup a new server a few weeks ago on Debian 11. Now I've moved some websites to them I see that exim does not work correctly.
the first problem I see is ssl only works with the main server name. It does not accept other domains which should be, because sni is enabled. Other ssl certs are not accepted. only the main one:
exim log shows:
on imap it looks like it works:
the second issue that I have is that I can not sent mail via default mail account. when I just use the account name as username for smtp with correct password it says that my username/password is incorrect. Again it accepts it via imap.
What can cause the issues of this?
the exim version is 4.95
I already tried to upgrade exim and exim config. but no difference.
I've setup a new server a few weeks ago on Debian 11. Now I've moved some websites to them I see that exim does not work correctly.
the first problem I see is ssl only works with the main server name. It does not accept other domains which should be, because sni is enabled. Other ssl certs are not accepted. only the main one:
openssl s_client -quiet -connect mail.domain.com:465 -servername mail.domain.com
139863484908864:error:14094458:SSL routines:ssl3_read_bytes:tlsv1 unrecognized name:../ssl/record/rec_layer_s3.c:1543:SSL alert number 112
exim log shows:
2022-04-02 23:43:35 TLS error on connection from myhostname [myip] (SSL_accept): error:20074002:BIO routines:file_ctrl:system lib
on imap it looks like it works:
openssl s_client -quiet -connect mail.domain.com:993 -servername mail.domain.com
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = domain.com
verify return:1
* OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE LITERAL+ AUTH=PLAIN] Dovecot DA ready.
the second issue that I have is that I can not sent mail via default mail account. when I just use the account name as username for smtp with correct password it says that my username/password is incorrect. Again it accepts it via imap.
What can cause the issues of this?
the exim version is 4.95
I already tried to upgrade exim and exim config. but no difference.
Last edited: