Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included
From: Uncle Ben (spamfree_at_nospam.com)
Date: 12/18/04
- Next message: Evgeny Zoldin: "How to copy ASP.NET project on the target server over Internet?"
- Previous message: Lars: "Sending mail from ASP page - No local SMTP"
- In reply to: Jeff Cochran: "Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included"
- Next in thread: Jeff Cochran: "Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included"
- Reply: Jeff Cochran: "Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included"
- Reply: hector: "Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 18 Dec 2004 17:49:02 -0500
Thank you. DNS has been set and NSLOOKUP.EXE is reporting successfully.
But the *.EML is still not sending and is still sitting in the queue with
the same Event log entry.
Any other suggestions?
Thank you.
"Jeff Cochran" <jeff.nospam@zina.com> wrote in message
news:41c49e16.238076586@msnews.microsoft.com...
> On Sat, 18 Dec 2004 15:48:25 -0500, "Uncle Ben" <spamfree@nospam.com>
> wrote:
>
> >Can you tell me where I can correct my DNS?
>
> It's your DNS client, in Network Connections, Local Connection, TCP/IP
> Properties...
>
> Ensure the DNS server you have designated allows the resolution of the
> destination. Use NSlookup to test. For info on DNS and NSLookup, try
> the DNS groups.
>
> Jeff
>
> >"Jeff Cochran" <jeff.nospam@zina.com> wrote in message
> >news:41c475c0.227751829@msnews.microsoft.com...
> >> On Sat, 18 Dec 2004 07:25:00 -0500, "Uncle Ben" <spamfree@nospam.com>
> >> wrote:
> >>
> >> >From the Event Viewer:
> >> >
> >> >"Message delivery to the remote domain 'myplace.com' failed for the
> >> >following reason: Unable to bind to the destination server in DNS. "
> >> >
> >> >How do I fix this?
> >>
> >> Correct your DNS so it can find the destination server. Try a
> >> NSlookup of the MX record for the destination to test.
> >>
> >> Jeff
> >>
> >> >> I'm running Windows 2000 Professional. Below is a simple VBS that I
> >wrote
> >> >> to send e-mail. For some reason, after executing it, an .EML file
is
> >> >> created in "C:\Inetpub\mailroot\Queue" but it will not send.
> >> >>
> >> >> What should I do to make it send??
> >> >>
> >> >> Thank you!
> >> >>
> >> >>
> >> >> 'BEGIN SCRIPT
> >> >>
> >> >> Set objMessage = CreateObject("CDO.Message")
> >> >> objMessage.Subject = "Test"
> >> >> objMessage.Sender = "admin@nospam.com"
> >> >> objMessage.To = "myemail@myplace.com"
> >> >> objMessage.TextBody = "This is a test."
> >> >> objMessage.Send
> >> >>
> >> >> 'END SCRIPT
> >> >
> >>
> >
>
- Next message: Evgeny Zoldin: "How to copy ASP.NET project on the target server over Internet?"
- Previous message: Lars: "Sending mail from ASP page - No local SMTP"
- In reply to: Jeff Cochran: "Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included"
- Next in thread: Jeff Cochran: "Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included"
- Reply: Jeff Cochran: "Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included"
- Reply: hector: "Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|