badmail & dns
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > IIS and SMTP > badmail & dns




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    badmail & dns  
yonido@gmail.com


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-11-06 06:26 PM

3 questions:

1. i get event 2012 in event viewer every now and then:
"SMTP could not connect to the DNS server '192.168.101.101'. The
protocol used was 'UDP'. It may be down or inaccessible."
i didnt configure this dns server anywhere and i want the smtp server
to use normal dns lookups using the local computer (thats the 'normal'
way, right?)

how do i solve this?

2. Badmail incidents: i gets lots of unsent mail, like 10% of my mail.
the adresses & mails are all valid & reachable.

they all look like this:

"Unable to deliver this message because the follow error was
encountered: "This message is a delivery status notification that
cannot be delivered.".

The specific error code was 0xC00402C7.


The message sender was <>."

how do i fix this? 10 minutes later if i re-send the mail manually it
works..


3. how does iis behave in case of unexpected shutdowns? if it was
exactly processing a message, etc. is there anyway that a message can
get "lost"?

thank you.






[ Post a follow-up to this message ]



    Re: badmail & dns  
pblse


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-12-06 01:51 AM

1. It should use the DNS server configured under network settings.

2. Sounds like you may be an open relay, what are your relay settings ?
I would assume the failed delivery is because of the DNS issue.

3. You can configure the SMTP Service to restart under the services panel,
however I have never seen it crash that bad, if that happens you probably
have some
other issue on the computer.

PL.

<yonido@gmail.com> skrev i meddelandet
news:1150040615.313536.75640@c74g2000cwc.googlegroups.com...
>3 questions:
>
> 1. i get event 2012 in event viewer every now and then:
> "SMTP could not connect to the DNS server '192.168.101.101'. The
> protocol used was 'UDP'. It may be down or inaccessible."
> i didnt configure this dns server anywhere and i want the smtp server
> to use normal dns lookups using the local computer (thats the 'normal'
> way, right?)
>
> how do i solve this?
>
> 2. Badmail incidents: i gets lots of unsent mail, like 10% of my mail.
> the adresses & mails are all valid & reachable.
>
> they all look like this:
>
> "Unable to deliver this message because the follow error was
> encountered: "This message is a delivery status notification that
> cannot be delivered.".
>
> The specific error code was 0xC00402C7.
>
>
> The message sender was <>."
>
> how do i fix this? 10 minutes later if i re-send the mail manually it
> works..
>
>
> 3. how does iis behave in case of unexpected shutdowns? if it was
> exactly processing a message, etc. is there anyway that a message can
> get "lost"?
>
> thank you.
>







[ Post a follow-up to this message ]



    Re: badmail & dns  
pblse


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-12-06 06:29 AM

1. It should use the DNS server configured under network settings.

2. Sounds like you may be an open relay, what are your relay settings ?
I would assume the failed delivery is because of the DNS issue.

3. You can configure the SMTP Service to restart under the services panel,
however I have never seen it crash that bad, if that happens you probably
have some
other issue on the computer.

PL.

<yonido@gmail.com> skrev i meddelandet
news:1150040615.313536.75640@c74g2000cwc.googlegroups.com...
>3 questions:
>
> 1. i get event 2012 in event viewer every now and then:
> "SMTP could not connect to the DNS server '192.168.101.101'. The
> protocol used was 'UDP'. It may be down or inaccessible."
> i didnt configure this dns server anywhere and i want the smtp server
> to use normal dns lookups using the local computer (thats the 'normal'
> way, right?)
>
> how do i solve this?
>
> 2. Badmail incidents: i gets lots of unsent mail, like 10% of my mail.
> the adresses & mails are all valid & reachable.
>
> they all look like this:
>
> "Unable to deliver this message because the follow error was
> encountered: "This message is a delivery status notification that
> cannot be delivered.".
>
> The specific error code was 0xC00402C7.
>
>
> The message sender was <>."
>
> how do i fix this? 10 minutes later if i re-send the mail manually it
> works..
>
>
> 3. how does iis behave in case of unexpected shutdowns? if it was
> exactly processing a message, etc. is there anyway that a message can
> get "lost"?
>
> thank you.
>







[ Post a follow-up to this message ]



    Re: badmail & dns  
yonido@gmail.com


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-13-06 10:32 AM

1. My Network Settings configuration is set to automatically find the
dns. what should i do to solve the "SMTP could not connect to the DNS
server '192.168.101.101'. The[vbcol=seagreen] 
where did ip '192.168.101.101' come from? i didnt define it anywhere..

2. The purpose of my server is something like mail filtering. user
x@a.com sends a msg to user@myserver.com, and i pass it to y@b.com,
where b.com can be ANY SERVER in the world. is there a way to do this
without open relay? (i understood that open relay might be considered
spamming)

3. i just wanted to know if someone encountered a mail-loss after a
crash, or is iis' smtp safe enough to handle this.

thanks

pblse wrote:[vbcol=seagreen]
> 1. It should use the DNS server configured under network settings.
>
> 2. Sounds like you may be an open relay, what are your relay settings ?
> I would assume the failed delivery is because of the DNS issue.
>
> 3. You can configure the SMTP Service to restart under the services panel,
> however I have never seen it crash that bad, if that happens you probably
> have some
> other issue on the computer.
>
> PL.
>
> <yonido@gmail.com> skrev i meddelandet
> news:1150040615.313536.75640@c74g2000cwc.googlegroups.com... 






[ Post a follow-up to this message ]



    Re: badmail & dns  
yonido@gmail.com


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-13-06 12:29 PM

1. My Network Settings configuration is set to automatically find the
dns. what should i do to solve the "SMTP could not connect to the DNS
server '192.168.101.101'. The[vbcol=seagreen] 
where did ip '192.168.101.101' come from? i didnt define it anywhere..

2. The purpose of my server is something like mail filtering. user
x@a.com sends a msg to user@myserver.com, and i pass it to y@b.com,
where b.com can be ANY SERVER in the world. is there a way to do this
without open relay? (i understood that open relay might be considered
spamming)

3. i just wanted to know if someone encountered a mail-loss after a
crash, or is iis' smtp safe enough to handle this.

thanks

pblse wrote:[vbcol=seagreen]
> 1. It should use the DNS server configured under network settings.
>
> 2. Sounds like you may be an open relay, what are your relay settings ?
> I would assume the failed delivery is because of the DNS issue.
>
> 3. You can configure the SMTP Service to restart under the services panel,
> however I have never seen it crash that bad, if that happens you probably
> have some
> other issue on the computer.
>
> PL.
>
> <yonido@gmail.com> skrev i meddelandet
> news:1150040615.313536.75640@c74g2000cwc.googlegroups.com... 






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:31 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register