Testing 1.03 while creating a mail user:
Event log-
[6/6/2016 12:52:46 PM] ERROR: ‘SmarterMail 10.x +’ CreateDomain
System.Exception: Could not create mail domain —> System.Exception: One or more of the settings you have specified is invalid.
at SolidCP.Providers.Mail.SmarterMail10.CreateDomain(MailDomain domain)
— End of inner exception stack trace —
at SolidCP.Providers.Mail.SmarterMail10.CreateDomain(MailDomain domain)
at SolidCP.Server.MailServer.CreateDomain(MailDomain domain)
========================
No errors on web page though but the user and mail domain is not created. Here are my settings:
Any ideas? Thank you
Ok time to report back…
My webmail portal is on iis with ssl. Apparently https://my.webmail.com/services does not work. Putting it back to non-secured works.
My main objective though was to force users to connect to ssl so i removed the http binding from iis. I guess i would just need to redirect users to the ssl site instead.
Thanks again.