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

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