• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Issue Server Error in '/' Application While access MailEnable Webmail

Dhanasekar

New Pleskian
Hi,

We are using Windows Server 2012 R2 with 3GB RAM VPS Server, Plesk 12.5, MailEnable 9.12.

Sometimes while accessing MailEnable Webmail it shows the below error and it back to normal within few minutes. Some of our Customers use this mail server, so we need to fix this error. Any help would be appreciated.

Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

Can anyone help me to fix this error?

Thanks in Advance...
 

Attachments

  • 1.jpg
    1.jpg
    321.1 KB · Views: 4
This Error not coming all the time. Sometime when mail server usage get high.
I just monitored CPU usage and i can see MEIMAPS.EXE taking high usage and at the time we face this issue. How to fix this issue?

FYI - We use MailEnable Mail Server
 
This Error not coming all the time. Sometime when mail server usage get high.
I just monitored CPU usage and i can see MEIMAPS.EXE taking high usage and at the time we face this issue. How to fix this issue?

FYI - We use MailEnable Mail Server


First of all I would like to inform that currently MailEnable v.9.12 is not officially supported. Please refer the release notes page https://docs.plesk.com/release-notes/12.5/software-requirements/#s4-1-2

As was mentioned earlier to determine the root cause of Webmail web config is difficult without deep investigation.

Also there are possibility that the fact that MEIMAPS.EXE is taking high CPU usage, you mentioned is not related to "Server Error in '/' Application" issue.
MailEnable support recommends to exclude the MailEnable processes and folders from any AntiVirus scanners running on the server, and inspect the IMAP log files at the time of the high CPU.
 
Back
Top