Practicing with the certificates, in let's encrypt win-acme normal is created, I send and receive normal mail, https in owa and the other services
Testing with checktls, it gives me an alert message :
Cert Hostname DOES NOT VERIFY:
(mail.contoso.com != mail | DNS:mail | DNS:mail.lan.contoso.com)
I don't understand the mail.lan.contoso.com DNS error. I thought the error was the DNS SPLIT, but reading in the forum they comment on something about the error.
I understand that the other connectors should not be changed in forums, books and tutorials, nobody changes them. That is why a new connector is created to receive from the internet, to which the FQDN can be changed.
Recommendations of this forum, my dns settings :
Private AD DNS (lan.contoso.com)
Record Type | DNS Name | Internal IP |
---|---|---|
A | mail.lan.contoso.com | 192.168.1.4 |
A | DC01.lan.contoso.com | 192.168.1.3 |
Private DNS (contoso.com) SPLIT
Record Type | DNS Name | Internal IP |
---|---|---|
A | mail.contoso.com | 192.168.1.4 |
A | autodiscover.contoso.com | 192.168.1.4 |
Public DNS (contoso.com)
Record Type | DNS Name | Value |
---|---|---|
A | mail.contoso.com | xxx.xxx.xxx.xxx |
A | autodiscover.contoso.com | xxx.xxx.xxx.xxx |
MX | @ | mail.contoso.com |
After much testing, I understand some of the error message in CheckTls. It is the certificate used by the Exchange reception connector. I retest in CheckTls and passed the entire test without errors.
Thanks for the advice
@Lutz Willek
, I will continue to practice.I share my solution with you, I hope it helps others with this problem.
I do not know if it is a good procedure, the solution that I am using Use the following Microsoft documentation for reference.
The other answer is 100% correct.
What happened is that a (internal) server has been created, using the host name
mail.lan.contoso.com
. The error is that the certificate which has created for this host is still presented in case the dns namemail.contoso.com
is used to connect to the server.So you need to do the following, in order to create a functional service:
autodiscover.contoso.com
, as a specific name resolution to192.168.1.4
is not needed within your internal network. (As the public name resolution can be always used)mail.contoso.com
. (check the autodiscover settings)mail.contoso.com
- currently, the certificate formail.lan.contoso.com
is presented.What you could do, to increase reliability and decrease maintenance effort: (This allows to split the service from the server)
192.168.1.5
and point the internal name resolution to formail.contoso.com
to this IP address. (Do not changemail.lan.contoso.com
which still points to the server itself)192.168.1.5
instead192.168.1.4
.What you could at least consider, is not using split DNS at all: