Restrict SMTPSVC to UDP DNS under W2K Pro

G

Guest

Guest
Archived from groups: microsoft.public.win2000.dns (More info?)

I would like to configure the SMTPSVC to use UDP for DNS queries. A
method is explained in MSKB 330070, "Mail May Not Be Delivered When
DNS Resolution Uses Only the UDP Protocol".

According to that article, UDP can be configured with MetaEdit by
adding the name "36997" with a value of 2 (DWORD) at the location
LM\SmtpSvc\1

However, under W2K Pro SP4, this does not appear to have any effect.
"NETSTAT -n" shows that DNS queries still proceed via TCP, not UDP.

Is there any way to restrict SMTPSVC DNS queries to UDP under Windows
2000 Professional (SP4)?

regards, Andy

P.S.: This was posted to microsoft.public.inetserver.iis.smtp_nntp:
http://tinyurl.com/ceoxe ... but it received no response.
--
**********

Please send e-mail to: usenet (dot) post (at) aaronoff (dot) com

To identify everything that starts up with Windows, download
"Silent Runners.vbs" at www.silentrunners.org

**********
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.dns (More info?)

Andrew Aronoff wrote:
> I would like to configure the SMTPSVC to use UDP for DNS queries. A
> method is explained in MSKB 330070, "Mail May Not Be Delivered When
> DNS Resolution Uses Only the UDP Protocol".
>
> According to that article, UDP can be configured with MetaEdit by
> adding the name "36997" with a value of 2 (DWORD) at the location
> LM\SmtpSvc\1
>
> However, under W2K Pro SP4, this does not appear to have any effect.
> "NETSTAT -n" shows that DNS queries still proceed via TCP, not UDP.
>
> Is there any way to restrict SMTPSVC DNS queries to UDP under Windows
> 2000 Professional (SP4)?
>
> regards, Andy
>
> P.S.: This was posted to microsoft.public.inetserver.iis.smtp_nntp:
> http://tinyurl.com/ceoxe ... but it received no response.

This is because many MX queries won't resolve using UDP, the MX records
won't fit into one packet and will be truncated. A truncated DNS record
lookup will fail.
The is why Win2k3 DNS supports EDNS which allows UDP packets over 512 bytes.
This allows the DNS server to return the record on the first query using
UDP. If the records won't fit into one UDP packet, the client will query
again using TCP.

--?
Best regards,
Kevin D4 Dad Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.dns (More info?)

Thanks, Kevin, for your response.

>... many MX queries won't resolve using UDP, the MX records
>won't fit into one packet and will be truncated. A truncated DNS record
>lookup will fail.

Some MX queries that use UDP will fail. However, most will succeed. Is
there any way to configure the SMTPSVC under W2K Pro (SP4) so that
it's restricted to UDP per MSKB 330070?

>The is why Win2k3 DNS supports EDNS

EDNS would most likely not be supported by my router, whose proxy DNS
only accepts UDP queries. Also, W2K3S is not appropriate for my needs
or my budget.

regards, Andy
--
**********

Please send e-mail to: usenet (dot) post (at) aaronoff (dot) com

To identify everything that starts up with Windows, download
"Silent Runners.vbs" at www.silentrunners.org

**********