Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Amir Inbar on July 24, 2006, 12:25:10 AM

Title: Unsecure smtp
Post by: Amir Inbar on July 24, 2006, 12:25:10 AM
SME7 has only secure SMTP enabled by default.
This causes any outlook client to popup a security question for each session.
Is there anyway to dissable the security question or to enable UNsecure SMTP ?
Title: Re: Unsecure smtp
Post by: duncan on July 24, 2006, 01:00:41 AM
Quote from: "amir"
SME7 has only secure SMTP enabled by default.


Only for external clients.

Quote from: "amir"
This causes any outlook client to popup a security question for each session.
Is there anyway to dissable the security question or to enable UNsecure SMTP ?


Browse to https://serverip:465 and install the certificate. You wont be asked again.
Title: Unsecure smtp
Post by: Amir Inbar on July 24, 2006, 01:04:30 AM
i have already done this.
I am asked again.
:(
here is the question :
" The server you are connected to is using a security certificate that could not be verified.
The certificate's CN name does not match the passed value.
Do you want to continue using this server ? "
Title: Unsecure smtp
Post by: pfloor on July 24, 2006, 01:34:32 AM
Quote from: "amir"

The certificate's CN name does not match the passed value.

The server pre-pends the server name to the CN (Common Name).  Try using "server-name.domain-name.com" and see what happens.
Title: Unsecure smtp
Post by: Amir Inbar on July 24, 2006, 02:06:39 AM
It didn't work.

I have tried this :

https://mail.myservername.co.il:465

and it solved the problem.

thank you for dirrecting me to the solution.