Discussion:
Microsoft SMTP Retry Interval
(too old to reply)
Sean-usenet
2007-09-13 16:50:58 UTC
Permalink
Hello Everyone

We are using Microsoft's SMTP service to send email. We have
configured the retry intervals through the SMTP Virtual Server's
properties delivery tab. However, it appears those retry settings are
only used when the SMTP server is unable to even inititiate a
connection to the remote SMTP server.

The problem we are having is that some remote SMTP servers return the
421 SMTP code when we connect, if they are busy. 421 is "<domain>
Service not available, closing transmission channel". After our
Microsof SMTP server receives that 421 message, it disconnects and
IMMEDIATELY retries. In our logs, we see us retrying at a rate of
about a dozen times per second! Then, because of the massive retries,
some ISPs block us as SPAM...

How can I change the SMTP service to either follow the retry setting I
have setup or at least change how quickly it tries to reconnect upon
receiving a 421??

Thanks
Sean
Bharat Suneja [MVP]
2007-09-13 18:20:23 UTC
Permalink
Try adding the GlitchRetrySeconds reg value as shown here - the doc is for
Exchange Server 2003, but this should work with IIS SMTP service as well
afaik.

How to Configure Glitch Retry Interval in Exchange Server 2003
http://technet.microsoft.com/en-us/library/8b43be56-48e6-400b-8014-54c95f87d1de.aspx
--
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
exchangepedia.com/blog
----------------------------------------------
Post by Sean-usenet
Hello Everyone
We are using Microsoft's SMTP service to send email. We have
configured the retry intervals through the SMTP Virtual Server's
properties delivery tab. However, it appears those retry settings are
only used when the SMTP server is unable to even inititiate a
connection to the remote SMTP server.
The problem we are having is that some remote SMTP servers return the
421 SMTP code when we connect, if they are busy. 421 is "<domain>
Service not available, closing transmission channel". After our
Microsof SMTP server receives that 421 message, it disconnects and
IMMEDIATELY retries. In our logs, we see us retrying at a rate of
about a dozen times per second! Then, because of the massive retries,
some ISPs block us as SPAM...
How can I change the SMTP service to either follow the retry setting I
have setup or at least change how quickly it tries to reconnect upon
receiving a 421??
Thanks
Sean
Sean-usenet
2007-09-18 21:55:24 UTC
Permalink
Great, thanks for your help Bharat. I've added that and it seems to
be helping.

Sean
Post by Bharat Suneja [MVP]
Try adding the GlitchRetrySeconds reg value as shown here - the doc is for
Exchange Server 2003, but this should work with IIS SMTP service as well
afaik.
How to Configure Glitch Retry Interval in Exchange Server 2003http://technet.microsoft.com/en-us/library/8b43be56-48e6-400b-8014-54...
--
Bharat Suneja
MVP - Exchangewww.zenprise.com
exchangepedia.com/blog
----------------------------------------------
Post by Sean-usenet
Hello Everyone
We are using Microsoft's SMTP service to send email. We have
configured the retry intervals through the SMTP Virtual Server's
properties delivery tab. However, it appears those retry settings are
only used when the SMTP server is unable to even inititiate a
connection to the remote SMTP server.
The problem we are having is that some remote SMTP servers return the
421 SMTP code when we connect, if they are busy. 421 is "<domain>
Service not available, closing transmission channel". After our
Microsof SMTP server receives that 421 message, it disconnects and
IMMEDIATELY retries. In our logs, we see us retrying at a rate of
about a dozen times per second! Then, because of the massive retries,
some ISPs block us as SPAM...
How can I change the SMTP service to either follow the retry setting I
have setup or at least change how quickly it tries to reconnect upon
receiving a 421??
Thanks
Sean- Hide quoted text -
- Show quoted text -
Loading...