Slow SMTP Connections to SmarterMail

If you are experiencing slow incoming SMTP connections to SmarterMail and the server uses a multi-core processor, we recommend changing the mode that the .NET Garbage Collector runs in to "Server mode". What this does is provide each CPU on the server, with its own object heap and garbage collection thread so, it can run the process in parallel. This should significantly speed up SMTP processing.

Applies to SmarterMail 8.x - 14.x

In order to implement this change do the following:

  1. In Notepad, create a file called MailService.exe.config in the same folder as MailService.exe. By default, this folder is located at C:\program files\smartertools\smartermail\service)
  2. Paste the following configuration (remove spaces from opening chevrons):
<?xml version="1.0"?>
<configuration>
<runtime>
<gcServer enabled="true"/>
<loadFromRemoteSources enabled="true">< /loadFromRemoteSources>
</runtime>
<system.runtime.remoting>
<customErrors mode="Off">< /customErrors>
</system.runtime.remoting>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>
  1. Save the file.
  2. Stop and restart the SmarterMail service.
  • 0 Kasutajad peavad seda kasulikuks
Kas see vastus oli kasulik?

Seotud artiklid

"550 Authentication is Required for Relay" when Sending Email

When attempting to send email using Microsoft Outlook, Outlook Express, or other email client...

"No Subject" or "No Sender" Messages

In certain cases, a "No Subject" and/or "No Sender" message display in webmail as a placeholder....

Attachment Missing/Corrupt

Applies to SmarterMail All version When running SmarterMail in VMware attachments may randomly...

Cannot Activate SmarterMail

Although most customers find the installation and activation of SmarterMail easy and...

Cannot Add Attachments Using the SmarterMail Web Interface

Sometimes end users may be unable to attach files to emails they send through the webmail...

Powered by WHMCompleteSolution