Open Telnet from the command prompt telnet <Server> 25 or putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) HELO MAIL FROM:Admin@domain.com RCPT TO: User@Domain.Com DATA Subject: test message this is a test . QUIT Note: telnet by default is not enabled in Vista and Windows 2008, To enable telnet you will need to Add this as a feature Bookmark on Delicious [...]
Monthly Archives: September 2008
Enable PHP DCOM
Found it out you need to do the following on windows: From the Windows Control Panel, go to Administrative Tools Open Component Services Expand the Component Services folder Expand down to Computers | My Computer | DCOM Config Right-click on hMailServer and select properties Select the Security tab Under “Launch and Activation Permissions”, select Customize [...]
Sharepoint 2003 2007 WSS – reporting
Sharepoint 2003WSS 2 – reporting Out-of-the-box reporting tools for SharePoint 2003 http://technet2.microsoft.com/windowsserver/WSS/en/library/6921bcb7-bc09-4c9a-b841-5467f2a59cda1033.mspx?mfr=true Microsoft reporting tools for SharePoint 2003 http://www.microsoft.com/downloads/details.aspx?FamilyId=49159368-544B-4B09-8EED-4844B4E33D3D&displaylang=en http://www.microsoft.com/technet/scriptcenter/tools/logparser/default.mspx – this might be only IIS logs but worth a look Other third-party softwarecodeexamples http://www.15seconds.com/issue/050623.htm http://www.vyapin.com/products/enterprisenetworktools/arksp.htm http://www.idevfactory.com/products/uspm/default.aspx http://www.quest.com/site-administrator-for-sharepoint/ Bookmark on Delicious Digg this post Recommend on Facebook Share on Linkedin share via Reddit Share with [...]
POP3 testing
telnet pop3.somedomain.com 110 Connected to pop3.somedomain.com. +OK (pop3.somedomain.com) POP3 server user username +OK pass password +OK list +OK 1 1489 2 7652 . retr 1 <email text> dele 1 +OK message deleted list quit +OK Connection closed Bookmark on Delicious Digg this post Recommend on Facebook Share on Linkedin share via Reddit Share with Stumblers [...]
Using CDONTS on Windows 2003 Server?

Using CDONTS on Windows 2003 Server? Issue When using CDONTS on windows 2003 you recieve the following error message Server object error ‘ASP 0177 : 800401f3′ Server.CreateObject Failed .asp, line ‘x’ 800401f3 Resolution Microsoft Windows Server 2003 no longer supports Collaboration Data Objects (CDO) for NTS (CDONTS). Therefore, applications that use CDONTS will not function [...]