Relay Application Server SMTP Traffic is getting time out

I was dealing with a Email Relay application which was sending 5000-10000 news letters in one shot to internal recipients & External.

Application team complain that the distribution often fail with below error and need to check from Exchange side. This kind of behavior have been seen specially with the Environment of Exchange 2001 because of shadow redundancy feature, While it works well with Exchange 2007 servers.

Error which received in application :

—————————————————————————————————————————–

System.Net.Mail.SmtpException: The operation has timed out.at System.Net.Mail.SmtpClient.Send(MailMessage message)

—————————————————————————————————————————-

Resolution :

The delayed acknowledgement time-out is controlled by the MaxAcknowledgementDelay attribute of each Receive connector. The default value is 30 seconds.

In my case we have created a custom receive connector called “Email Relay” which is accepting relay emails from application. application IP address is already added in source of receive connector. I will not talk too much about how we configure custome receive connector in exchange 2010.

The receive connector attributes changes with new value including MaxAcknowledgementDelay attribute to resolve this.

Old Settings :

MaxInboundConnection                    : 5000

MaxInboundConnectionPerSource           : 20

MaxInboundConnectionPercentagePerSource : 2

TarpitInterval                          : 00:00:05

MaxAcknowledgementDelay                 : 00:00:30

MessageRateLimit                        : unlimited

MessageRateSource                       : IPAddress

 

New Settings :

MaxInboundConnection                    : 5000

MaxInboundConnectionPerSource           : 100

MaxInboundConnectionPercentagePerSource : 20

TarpitInterval                          : 00:00:00

MaxAcknowledgementDelay                 : 00:00:00

MessageRateLimit                        : unlimited

MessageRateSource                       : None

Use below cmdlet to change it:

Set-ReceiveConnector “HUB server\EMail Relay” -MaxAcknowledgementDelay 0 -TarpitInterval 0 -MessageRateSource None

SMTPDealy

Note – Although disabling delayed acknowledgements for a Receive connector increases SMTP throughput, it also means that you no longer benefit from the features provided by shadow redundancy. For this reason, Microsoft recommend the use of storage hardware redundancy for transport servers for which delayed acknowledgements are disabled.  So its depend upon your IT management decision for such changes.

A good approach is to first lower the value and then verify whether SMTP throughput still suffers and, if it does, then disable the feature completely.

Hope above information will help you 🙂

Read some more information:

Mike : http://mikecrowley.wordpress.com/2010/07/24/delayed-smtp-acknowledgement/

TechNet : http://technet.microsoft.com/en-us/library/hh529935(v=exchg.141).aspx

 

 

 

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

Blog at WordPress.com.

Up ↑

Eine Tolle Reise

Here, you all will come to know about me, about my life and of course some common issues these days!!

Office 365 for IT Pros

The only always up-to-date eBook about the Microsoft 365 cloud Office system, covering Exchange Online, SharePoint Online, OneDrive for Business, Microsoft Teams, Planner, Azure Active Directory, and more

Chirag Patel MVP MCT

Microsoft 365 Specialist

All about Microsoft 365 & Teams

lEt's eNaBle MoDeRn WoRkPlAcE !

WordPress.com News

The latest news on WordPress.com and the WordPress community.

%d bloggers like this: