The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
Problem solved by executing the command below:
set-ReceiveConnector "Default Frontend DUIFSRV01" -TlsCertificateName $null
I saw tha when sending an e-mail it used the right certificate. Executed the following command:
Get-ReceiveConnector |fl Name,Bindings, TlsCertificateName
There I saw that the TlsCertificateName was empty, so I make the receive connector also empty and that solved the issue.