Koozali.org: home of the SME Server

Unsecure smtp

Offline Amir Inbar

  • *
  • 113
  • +0/-0
    • http://www.sheroot.net
Unsecure smtp
« 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 ?
......

duncan

Re: Unsecure smtp
« Reply #1 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.

Offline Amir Inbar

  • *
  • 113
  • +0/-0
    • http://www.sheroot.net
Unsecure smtp
« Reply #2 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 ? "
......

Offline pfloor

  • *****
  • 889
  • +1/-0
Unsecure smtp
« Reply #3 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.
In life, you must either "Push, Pull or Get out of the way!"

Offline Amir Inbar

  • *
  • 113
  • +0/-0
    • http://www.sheroot.net
Unsecure smtp
« Reply #4 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.
......