<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : cdosys help</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : cdosys help]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 21:52:35 +0000</pubDate>
  <lastBuildDate>Sat, 07 Feb 2004 08:53:46 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=9566</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[cdosys help : Essentially what it means at this...]]></title>
   <link>https://forums.webwiz.net/cdosys-help_topic9566_post51407.html#51407</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 9566<br /><strong>Posted:</strong> 07&nbsp;February&nbsp;2004 at 8:53am<br /><br /><P>Essentially what it means at this point is that mail is leaving your server ok. Which means that it's being blocked downstream. Most likely at your firewall or at your isp. Check the firewall to make sure you're allowing port 25 outbound. </P><P>The simple way way around the isp issue is to pretend you're an email client like outlook. To do this, you'd specify your isp's smtp server in your script, and also a login/password for a valid account.</P><P>You may be able to do the login/password through the isp's smtp server through localhost, but it's a little more complex and involves relaying which your isp may not support (or support in a flakey way).</P><P>On the related issue...&nbsp; being able to use localhost instead of just your machine name... check under your /windows/ directory structure for a file named <strong>hosts</strong> (a text file with no .extension). It's exact location varies by OS. On my XP pro, it's in C:\WINDOWS\system32\drivers\etc. Add/verify that there's an entry for...</P><P>127.0.0.1 localhost</P><span style="font-size:10px"><br /><br />Edited by dpyers</span>]]>
   </description>
   <pubDate>Sat, 07 Feb 2004 08:53:46 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdosys-help_topic9566_post51407.html#51407</guid>
  </item> 
  <item>
   <title><![CDATA[cdosys help : Ive always had this problem. I...]]></title>
   <link>https://forums.webwiz.net/cdosys-help_topic9566_post51373.html#51373</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1070">MadDog</a><br /><strong>Subject:</strong> 9566<br /><strong>Posted:</strong> 07&nbsp;February&nbsp;2004 at 1:10am<br /><br />Ive always had this problem. I would love to know the reason/fix for it also.]]>
   </description>
   <pubDate>Sat, 07 Feb 2004 01:10:47 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdosys-help_topic9566_post51373.html#51373</guid>
  </item> 
  <item>
   <title><![CDATA[cdosys help : alright, pasted .txt file in directory,...]]></title>
   <link>https://forums.webwiz.net/cdosys-help_topic9566_post51369.html#51369</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=15303">Fadrie</a><br /><strong>Subject:</strong> 9566<br /><strong>Posted:</strong> 06&nbsp;February&nbsp;2004 at 10:58pm<br /><br />alright, pasted .txt file in directory, file disappeared, mail never got delivered to me.&nbsp; interesting....log file shows 0 errors, not sure what to do next, frustrating to say the least!!&nbsp; any other suggestions?]]>
   </description>
   <pubDate>Fri, 06 Feb 2004 22:58:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdosys-help_topic9566_post51369.html#51369</guid>
  </item> 
  <item>
   <title><![CDATA[cdosys help : Go to the mailroot sub directory...]]></title>
   <link>https://forums.webwiz.net/cdosys-help_topic9566_post51224.html#51224</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 9566<br /><strong>Posted:</strong> 06&nbsp;February&nbsp;2004 at 2:14am<br /><br /><P>Go to the mailroot sub directory in your inetpub directory. check out what's in the folders under mailroot. May get some clues. Also check your error logs.</P><P>Also check your services and make sure iis and&nbsp;smtp are running. localhost should work, so I'd suspect a congifuration problem.</P><P>To test if smtp is running properly...</P><P>Copy the following 4 lines into a .txt file:</P><P><strong>From: </strong><A href="mailto:emailaddress@someplace.com" target="_blank"><strong>emailaddress@someplace.com</strong></A></P><P><strong>To: </strong><A href="mailto:emailaddress@someplace.com" target="_blank"><strong>emailaddress@someplace.com</strong></A></P><P><strong>Subject: testing</strong></P><P><strong>This is the test message body.</strong></P><P><BR>Change the email addresses to something you can check.</P><P>Copy the text file (not a shortcut) to the smtp pickup directory. On my XP machine, it's C:\Inetpub\mailroot\Pickup</P><P>Within a few seconds it should disappear from the directory and be mailed to the addresses.<BR></P><span style="font-size:10px"><br /><br />Edited by dpyers</span>]]>
   </description>
   <pubDate>Fri, 06 Feb 2004 02:14:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdosys-help_topic9566_post51224.html#51224</guid>
  </item> 
  <item>
   <title><![CDATA[cdosys help : Does your ISP block SMTP traffic?...]]></title>
   <link>https://forums.webwiz.net/cdosys-help_topic9566_post51154.html#51154</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=952">Str8Dog</a><br /><strong>Subject:</strong> 9566<br /><strong>Posted:</strong> 05&nbsp;February&nbsp;2004 at 12:43pm<br /><br />Does your ISP block SMTP traffic? If you have cable modem this might be the case.]]>
   </description>
   <pubDate>Thu, 05 Feb 2004 12:43:59 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdosys-help_topic9566_post51154.html#51154</guid>
  </item> 
  <item>
   <title><![CDATA[cdosys help : Can&amp;#039;t seem to send email...]]></title>
   <link>https://forums.webwiz.net/cdosys-help_topic9566_post51127.html#51127</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=15303">Fadrie</a><br /><strong>Subject:</strong> 9566<br /><strong>Posted:</strong> 05&nbsp;February&nbsp;2004 at 11:04am<br /><br /><P>Can't seem to send email but not getting error either...</P><P>I am running my forum on my personal computer.</P><P>Using Windows XP, when I put "localhost" in the email setup screen I get errors, when I put my computer name "fast" I get no errors but the email is not sent.</P><P>SMTP is installed and running fine, website works great except for email notifications??</P><P>Any thoughts on this??</P><span style="font-size:10px"><br /><br />Edited by Fadrie</span>]]>
   </description>
   <pubDate>Thu, 05 Feb 2004 11:04:11 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdosys-help_topic9566_post51127.html#51127</guid>
  </item> 
 </channel>
</rss>