• 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.

after update to MailEnable WebMail 8.00

Status
Not open for further replies.

BlackMoon

Basic Pleskian
Dedi maschine with 2k8R2
Plesk for Windows 11.5.30

Hello,

after the Update from MailEnable 7.5 to MailEnable 8.0 i get a 404 error when i try toload the webmail :(
Horde WebMail works.
All IIS Config´s are looking good
i can send and receive mails with the 8.0 MailServer.

Anyone have the same Problem or a solution?
 


Good Morning IgorG,

i try that yesterday btw. i found this KB but

Code:
C:\Users\Administrator>"%plesk_bin%\websrvmng.exe" --reconfigure-webmail
command --reconfigure-webmail not supported. Possible commands is:
   --help
   --install
   --uninstall


Code:
C:\Users\Administrator>"%plesk_bin%\defpackagemng.exe" --fix --type=webmail.horde
command --fix not supported. Possible commands is:
   --get
   --update
   --get-services-state
   --get-default
   --set
 
Hello.


ok i solved the Problem.

i see the new webmail try too use .net 4 (Plesk Panel/Updater dosent register the .net4(ISAPI and CGI) on update)
You can change that on IIS Console to 2 (IIS Res. pool´s)
Then you get a run time error.
When you see that do this after this line,

In the NTWebMail web.config file I changed the following line:
Code:
<httpRuntime maxRequestLength="10240" executionTimeout="3600" requestValidationMode="2.0" />
to:
<httpRuntime maxRequestLength="10240" executionTimeout="3600" />

so it works.
 
Status
Not open for further replies.
Back
Top