• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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