• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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?
 
Please find file <vhosts>\webmail\index.html and try to replace its content by

<HTML>
<HEAD>
<TITLE> Plesk Web Mail Client </TITLE>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META http-equiv="Refresh" content="0;URL=http://<Hostname or IP>:9998">
<META http-equiv="Cache-Control" content="no-cache">
</HEAD>
</HTML>
 
Back
Top