jonny_alex
Basic Pleskian
Hey Pleskians
My customers always have to set up their Outlook manually and enter all details like server SSL encription and ports.
First of all, is it possible to make this happen automatically so the only enter their mail and password and all else will install automatically?
Second of all, if i set their account up, even if i use Let's encrypts on every mail and domain the error:
The server you are connected to is using a security certificate that cannot be verified. The target principal name is incorrect.
Shows up in every Outlook restart..
Does anyone have a step by step guide to solve it?
I already tried the guide How to secure a Plesk mail server with different SSL certificates (SNI support)
My Result:
echo 'Q' | openssl s_client -connect localhost:465 -servername nail-barbara.ch -showcerts 2>&1 | grep -Eo 'CN=[^/]+' | uniq
CN=nail-barbara.ch
CN=Let's Encrypt Authority X3
CN=DST Root CA X3
CN=nail-barbara.ch
CN=Let's Encrypt Authority X3
But still the error appears...?
My customers always have to set up their Outlook manually and enter all details like server SSL encription and ports.
First of all, is it possible to make this happen automatically so the only enter their mail and password and all else will install automatically?
Second of all, if i set their account up, even if i use Let's encrypts on every mail and domain the error:
The server you are connected to is using a security certificate that cannot be verified. The target principal name is incorrect.
Shows up in every Outlook restart..
Does anyone have a step by step guide to solve it?
I already tried the guide How to secure a Plesk mail server with different SSL certificates (SNI support)
My Result:
echo 'Q' | openssl s_client -connect localhost:465 -servername nail-barbara.ch -showcerts 2>&1 | grep -Eo 'CN=[^/]+' | uniq
CN=nail-barbara.ch
CN=Let's Encrypt Authority X3
CN=DST Root CA X3
CN=nail-barbara.ch
CN=Let's Encrypt Authority X3
But still the error appears...?