Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > iis smtp nntp > march 2005

Filter by week: 1 2 3 4 5

win2003 - iis installed w\SMTP - cannot see SMTP in Inetmgr???
Posted by Jonathan Wax at 3/30/2005 4:20:26 PM
Hi, We have a windows 2003 computer with IIS6 + SMTP installed however we cannot see the Default SMTP... in InetMgr. Any ideas why that is and how we can get it to appear? Thx for any help. Jonathan. ...more >>


Mail Gets Stuck in the Queue
Posted by Peter Meehan at 3/30/2005 8:39:06 AM
I have a win2003 enterprise server with SMTP installed. I telnet to the server on port 25 to try and test sending mail but the mail just gets stuck in the queue directory. I am sending the mail to an internal e-mail address so it doesn't pass a firewall and anyway the firewall is set to allow...more >>

Domain Literal
Posted by John McLagan at 3/30/2005 7:47:06 AM
Is their a way in SMTP Virtual Server to have it accept mail for a literal domain. Is it just a matter of setting up an alias server with the ip address or is it more involved? This is a SMTP Virtual Server with a default domain mail.domain.com and a remote domain domain.com. The default ...more >>

cdosys with windows 2003 error
Posted by dmalhotr2001 NO[at]SPAM yahoo.com at 3/28/2005 8:20:04 PM
Hi, I'm using windows 2003 with asp. However I'm having problems sending email using the cdosys object. My code is below and I don't believe its the code but on the send command. <% dim sch dim cdoConfig dim cdoMessage sch = "http://schemas.microsoft.com/cdo/configuration/" ...more >>

Rename postmaster@<machinename> in NDR's
Posted by John McLagan at 3/28/2005 8:05:04 AM
Setup - SMTP Default Virtual Server (Machinename - Local Default, DomainB - Local Custom) I have a questions about changing the smtp address for NDR's. Any mail being sent to DomainB that is invalid, gets a NDR sent out postmaster@<machinename>. I want it to say postmaster@domainb.com. I ...more >>

Mail is never delivered instantly to yahoo.com
Posted by Dilip at 3/27/2005 5:51:02 AM
Incoming Emails setup: We have a smtp server (win2003/IIS) in DMZ (Nat'ed using a public IP) which accepts all emails from the Internet for our domain for example xyz.com and delivers all that email to our exchange 2003 server (inside network). All is well here. Outgoing Emails setup: Exc...more >>

Cannot send email - DNS error
Posted by Grant at 3/23/2005 9:35:56 AM
Hi, I keep getting the following error message in the event log: SMTP could not connect to any DNS server. Either none are configured, or all are down. I have an exhange 2003 server that uses this SMTP as a smart host. Problem is email is getting stuck in the queue and not going anywhere. ...more >>

SMTP service eats the first dot of each line?
Posted by Lei Wu at 3/22/2005 12:28:39 PM
I have a program that send out emails. It creates .eml files and saves them to the "Pickup" folder of SMTP service. The emails are sent all right. However, in the quoted-printable encoded body of the emails, if any line starts with a dot (period, full stop, or Punkt if you're German), the dot ...more >>



Localhost mail stuck in QUEUE
Posted by Stuart Palmer at 3/22/2005 10:49:53 AM
Hi everyone, I am trying to find a step by step guide to be able to set up my localhost development machine to be able to send email to test my scripts are working as expected before uploading live. My setup is a Win2K machine, with latest patches and a DLink router, AVG antivirus and...more >>

win2k smtp default mailroot
Posted by Ian M at 3/22/2005 10:33:01 AM
Hi I need to change the default mailroot directory of my Default SMTP Virtual Server from c:\inetpub\mailroot to another location (d:\intepub\mailroot). Running Windows 2000 Standard, IIS 5.0 I tried creating a new virtual server, stopping the old one etc. and sending my test message usin...more >>

Reading news over HTTP?
Posted by Eric Dan at 3/21/2005 11:49:03 PM
Hi, Is there any support in the news server (IIS 6) for reading news over HTTP? If the above support does not exist and I know that many organizations use this scenario (news over HTTP) is there a complementary product? any other ideas? -- Thanks Eric...more >>

Firewall Rules for CDO
Posted by William Tasso at 3/21/2005 6:23:32 PM
Hello I have a trivial CDO example script (below) which works perfectly. A colleague using my script as a base always gets error: "The transport failed to connect to the server." The only differences I can see are these calls... [**** start snippet Const cdoSendUsingMethod = ...more >>

Local Delivery
Posted by j1c at 3/21/2005 8:27:07 AM
I have an IIS server running SMTP services on the same network as my POP3 server. Currently, I have a backup MX that takes will deliver any local mail... Any way to have SMTP delivery directly to the mail server? ...more >>

Can IIS smtp/pop3 handle this?
Posted by John McLagan at 3/20/2005 5:47:03 AM
I have a W2k3 server that has several public ip addresses. I want to - A - Have each separate domain identify itself as mail.domain.com B - Allow each domain to have the postmaster@domain.com account C - Have ndr's list postmaster@domain.com D - Allow pop3 access to all domains. I know how...more >>

WIN2K with SMTP Virtual Server no sending email
Posted by Andrea Williams at 3/16/2005 7:07:20 PM
I have a Win2K server running SMTP server. I opened up relay and connection security for internal usage, our router doesn't allow incoming info and the server does not have an internet IP, just a LAN IP address. If I send email to this server's IP from a Windows app using ASPMail from ServerO...more >>

Allowing relaying, but not opening a hole
Posted by Drew at 3/16/2005 4:28:49 PM
It seems to me that in order to send email using ASP that you have to have a COM to do it. This requires that you enable relaying, but that opens up a hole. How can I get this accomplished without getting hacked? I have ASPEmail installed (CDO was giving me problems), and I have to enable ...more >>

Sending mails -SMTP - CDONTS
Posted by jsaviola at 3/15/2005 5:33:01 PM
Hi I'm sending a lot of mails periodically using SMTP and CDONTS.NewMail. There is a better way to do this and to improve performace? I mean that if that I can send it grouped by domains or something like this. If I group the list by domain, the SMTP works better that if I send its w...more >>

Multiple SMTP Virtual Server
Posted by John McLagan at 3/14/2005 5:47:03 PM
After reading at length about using exchange on my public server, I have come the the conclusion, I can't. So what I would like to do is setup each website I host as a separate smtp virtual server. This way, they can all have the address postmaster@domain and abuse@domain. Please let me k...more >>

I can not send mails...
Posted by Prismaster at 3/11/2005 4:49:04 AM
every time i try, i get this error message: Event Type: Warning Event Source: smtpsvc Event Category: None Event ID: 4006 Date: 11-03-2005 Time: 10:20:17 User: N/A Computer: SERVER Description: Message delivery to the host '212.54.64.178' failed while delivering to the remote domain...more >>

Smtp Icon disappeared in IIS Manager
Posted by morello at 3/10/2005 7:41:03 AM
Hello ! After de-install and re-install SMTP service now i'don't see anymore the SMTP icons in IIS Manager. I try to re-boot the server, but nothing. The service is on , in fact in services list the smtp service is start but in IIS manager i'dont see the icon !! This is true ! Thank...more >>

CDO.Message.1 error 80040213
Posted by Espen Torgersen at 3/9/2005 12:52:24 PM
Hi, we've been using CDO to send mail from a custom ASPNET application, but now it has suddenly (and unexpectedly) stopped working. The error message returned is (the infamous) "CDO.Message.1 error '80040213' The transport failed to connect to the server" The application uses localhost (li...more >>

Can I use smtp for email server and how
Posted by john at 3/8/2005 3:21:02 PM
I know exchange server is a email server with outlook client. Can I use smtp for email server and how without exchange? ...more >>

Why is SMTP-Server queuing "other domain" mail but not local Domain mail?
Posted by JD at 3/8/2005 11:53:15 AM
I recently firmed up the security on a fully functioning mail server: My clients and my host are now using SPA and SMTP authentication. (please advise if this is best) Why would my Win2003 SMTP server now queue and not send mail that is destined for domains not listed within the POP3 Servic...more >>

Windows 2000 SMTP missing in IIS Console tree
Posted by Mike M. at 3/7/2005 3:21:09 PM
I am running Windows 2000 Pro SP4. I am trying to install SMTP service so I can drop email into the pickup folder and have it sent off. I have read many posts relating to this problem and tried all(?) of the suggested fixes with no luck. 1. File and Print sharing are installed and running. 2. ...more >>

Messages stuck in the QUEUE folder
Posted by hsiung3 at 3/4/2005 2:12:23 PM
Set myMail=CreateObject("CDO.Message") myMail.Subject="Sending email with CDO" myMail.From="mymail@mydomain.com" myMail.To="mymail@mydomain.com" myMail.TextBody="This is a message." myMail.Send It works fine above script. But I found that only the Email send to the acoount hosted under m...more >>

Mail does not get relayed to individual domains
Posted by Neilburk at 3/3/2005 9:49:13 AM
Winows 2000, SP4, IIS5.0, Norton AVCE 7.6, Brightmail 5.5 AntiSpam. Messages build up in queue directory, delivery becomes slow and eventually delivery to one of my domains stops altogehter. I have 45 Domains configured under the Virtual Server. All Domains are configured to forward mail to ...more >>

How to detect Bounced Mails programatically.
Posted by Rohan Reddy at 3/2/2005 7:59:43 PM
Hi, i am a VB programmer developing a newsletter kind of application. i am using winsock control for checking the mails in my mailbox. can any one let me know how to detect a bounced mail in my mailbox using? is there any special header for recognise the bounced mail? thanx in advance. Reg...more >>

SMTP 550 5.7.1 Undeliverable Messages
Posted by Jenna at 3/2/2005 4:54:18 PM
We have this problem periodically and I have been unable to link it to any specific event here or find a sure way to fix it. It just happens randomly for a week or so, then seems to clear up on its own. I have had great difficulty finding a cause, but tend to think that it is something going...more >>

SMTP/POP3
Posted by ab at 3/2/2005 2:21:45 PM
Hi, I have the following situation, W2k3 with IIS6 SMTP and POP3. I can send and recieve email via SMTP but when I configure the POP3 service recieved emails are not transfered to their mailbox. When I start OE I can send email and look in the POP3 mailbox but the recieve email stays in ...more >>

"Diagnostic-Code: smtp;554 5.6.1 Body type not supported by Remote Host"
Posted by knoall NO[at]SPAM gfs-or.com at 3/2/2005 2:04:28 PM
I have read many many articles about this but none of the fixes seem to apply to me. We have a pretty flat exchange structure. We have a W2k3 server as our SMTP relay exposed to the internet. That relay sends the mail to our one and only E2k3 server. There are no other mail servers in our ...more >>

Auto Respond to Emails
Posted by Joe Smith at 3/1/2005 3:04:39 PM
Does IIS-SMTP have an auto respond functionality which will allow a friendly message to be sent out if a email is sent to the SMTP service? Thanks... ...more >>

Problem in sending mail from local SMTP service
Posted by Pradeep at 3/1/2005 4:07:03 AM
Hi, I am using IIS/SMTP Service on Windows 2000 professional for sending email, it was working fine on Windows XP Professional and on this it is not giving any error message but In Event Viewer its giving follwing warning. 'Message delivery to the remote domain 'yahoo.com' failed for t...more >>

smart host to relay not working
Posted by Paul at 3/1/2005 12:42:32 AM
Hi, I have setup isa2000 and configured the IIS smtp on this isa server as a relay server so that all mail servers behind this firewall can relay off this isa smtp server. I also set the smart host setting on the isa smtp service to further relay off our ISP relay server as such: internal e...more >>


DevelopmentNow Blog