• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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