• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

SmarterMail 4 on IIS with Plesk

P

preluderd

Guest
I have a default SmarterMail setup with Plesk and it works fine when I use the address http://www.domain.com:9998 when I go to http://webmail.domain.com SmarterMail loads however authentication fails. If I use the correct username/password it just reloads the page. If I use an incorrect username/password it will tell me the username/password is incorrect. Anyone have any ideas?
 
It seems that when you go to http://webmail.domain.com/ it loads SmarterMail into a Frame. Inside the Frame http://domain.com:9998/ is loaded.

It works in Firefox and all other browsers, as usual. But Internet Explorer does not work.

So the way you get around it is to add this to the top of the file c:\Inetpub\vhosts\webmail\index.html

<META http-equiv="Refresh" content="0;URL=http://domain.com:9998/">

This causes everything to work in IE.

Brandon Petersen
 
Back
Top