Microsoft IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsSystem AdministrationMicrosoft IIS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old February 9th, 2004, 05:13 PM
jrthor2 jrthor2 is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 3 jrthor2 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 9 m 52 sec
Reputation Power: 0
Question smtp server

I have set up the smtp server and I can send emails to anyone as long as they are not on the same ISP as I am (comcast). If I try to send an email to URL, I get the following in my badmail folder:

.BDR File:
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 <>.


The message was intended for the following recipients.
URL
.BAD file:
From: postmaster@laptop1
To: URL
Date: Mon, 9 Feb 2004 18:08:05 -0500
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
boundary="9B095B5ADSN=_01C3EF60359DF0D000000003laptop1"
Message-ID: <Y6YHkidcD0000000e@laptop1>
Subject: Delivery Status Notification (Failure)

This is a MIME-formatted message.
Portions of this message may be unreadable without a MIME-capable mail program.

--9B095B5ADSN=_01C3EF60359DF0D000000003laptop1
Content-Type: text/plain; charset=unicode-1-1-utf-7

This is an automatically generated Delivery Status Notification.

Delivery to the following recipients failed.

URL




--9B095B5ADSN=_01C3EF60359DF0D000000003laptop1
Content-Type: message/delivery-status

Reporting-MTA: dns;laptop1
Received-From-MTA: dns;laptop1
Arrival-Date: Mon, 9 Feb 2004 18:08:04 -0500

Final-Recipient: rfc822;user@comcast.net
Action: failed
Status: 5.0.0
Diagnostic-Code: smtp;550-68.82.252.217 blocked by blacklist.mail.ops.asp.att.net.
550 Comcast.net subscribers are no longer permitted to directly connect to this mail server. To send email to other Comcast.net subscribers, you may forward messages through smtp.comcast.net


--9B095B5ADSN=_01C3EF60359DF0D000000003laptop1
Content-Type: message/rfc822

Received: from laptop1 ([192.168.2.21]) by laptop1 with Microsoft SMTPSVC(6.0.2600.1106);
Mon, 9 Feb 2004 18:08:04 -0500
Message-ID: <027701c3ef61$92636700$190d2f0a@laptop1>
From: "Me" <user@comcast.net>
To: <user@comcast.net>
Subject: test
Date: Mon, 9 Feb 2004 18:08:04 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0274_01C3EF37.A982B0A0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Return-Path: URL
X-OriginalArrivalTime: 09 Feb 2004 23:08:04.0977 (UTC) FILETIME=[92C53610:01C3EF61]

This is a multi-part message in MIME format.

------=_NextPart_000_0274_01C3EF37.A982B0A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

test
------=_NextPart_000_0274_01C3EF37.A982B0A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1276" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>test</FONT></DIV></BODY></HTML>

------=_NextPart_000_0274_01C3EF37.A982B0A0--




--9B095B5ADSN=_01C3EF60359DF0D000000003laptop1--



Is this because I am a comcast subscriber? If so, how can I fix this?

Thanks

Reply With Quote
  #2  
Old February 9th, 2004, 11:41 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 21 h 28 m 48 sec
Reputation Power: 180
Did you read the error message? It tells you that comcast is blocking your access to the mail server for the recipient. You'll have to solve this with comcast, not in IIS.
__________________
======
Doug G
======
I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain

Reply With Quote
  #3  
Old February 10th, 2004, 10:46 AM
jrthor2 jrthor2 is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 3 jrthor2 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 9 m 52 sec
Reputation Power: 0
Quote:
Originally Posted by Doug G
Did you read the error message? It tells you that comcast is blocking your access to the mail server for the recipient. You'll have to solve this with comcast, not in IIS.


Ok, so I was right, this is an issue with comcast that I cannot get around without contacting them?

Reply With Quote
Reply

Viewing: ASP Free ForumsSystem AdministrationMicrosoft IIS > smtp server


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway