 |
|
 |
|
Next: how to manually remove iis
|
| Author |
Message |
External

Since: Feb 25, 2004 Posts: 3
|
(Msg. 1) Posted: Wed Feb 25, 2004 7:49 am
Post subject: sending email from asp with CDO Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
Hello,
I have one web server (iss) and one mail server on the same server.
I'm sending (SMTP) emails from asp with CDO. When I send an email to
some domain, wich isn't hosted in my mail server, all run ok.
But when I want to send one email to some domain hosted in my mail
server, the email go to the Queue Directory, and it doesn't send.
Thanks in advance >> Stay informed about: sending email from asp with CDO |
|
| Back to top |
|
 |  |
External

Since: Aug 01, 2003 Posts: 172
|
(Msg. 2) Posted: Wed Feb 25, 2004 12:12 pm
Post subject: Re: sending email from asp with CDO [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Can the system find an MX record for your domain name?
"ariel" <arielcebreiro.RemoveThis@yahoo.com.ar> wrote in message
news:35857b9a.0402250449.5f55f5d7@posting.google.com...
> Hello,
> I have one web server (iss) and one mail server on the same server.
>
> I'm sending (SMTP) emails from asp with CDO. When I send an email to
> some domain, wich isn't hosted in my mail server, all run ok.
> But when I want to send one email to some domain hosted in my mail
> server, the email go to the Queue Directory, and it doesn't send.
>
> Thanks in advance<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: sending email from asp with CDO |
|
| Back to top |
|
 |  |
External

Since: Feb 25, 2004 Posts: 1
|
(Msg. 3) Posted: Wed Feb 25, 2004 12:12 pm
Post subject: Re: sending email from asp with CDO [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Aug 01, 2003 Posts: 172
|
(Msg. 4) Posted: Wed Feb 25, 2004 2:32 pm
Post subject: Re: sending email from asp with CDO [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
You can't send mail to a domain that doesn't have an available MX record.
If your server can't find an MX record for your domain, then it can't
deliver the mail. A lot of time, folks forget to create internal MX
records.
"ariel cebreiro" <arielcebreiro RemoveThis @yahoo.com.ar> wrote in message
news:uTxVLF7%23DHA.3184@TK2MSFTNGP09.phx.gbl...
> I don't know. But why with some domains run ok?
> The DNS server is in another server.
>
> Thanks
>
> *** Sent via Developersdex <a style='text-decoration: underline;' href="http://www.developersdex.com" target="_blank">http://www.developersdex.com</a> ***
> Don't just participate in USENET...get rewarded for it!<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: sending email from asp with CDO |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 3146
|
(Msg. 5) Posted: Thu Feb 26, 2004 1:54 am
Post subject: Re: sending email from asp with CDO [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hello,
Can you please look in Event Viewer for error messages. It should tell you
why it cannot deliver the email(s).
--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003
"ariel" <arielcebreiro.RemoveThis@yahoo.com.ar> wrote in message
news:35857b9a.0402250449.5f55f5d7@posting.google.com...
> Hello,
> I have one web server (iss) and one mail server on the same server.
>
> I'm sending (SMTP) emails from asp with CDO. When I send an email to
> some domain, wich isn't hosted in my mail server, all run ok.
> But when I want to send one email to some domain hosted in my mail
> server, the email go to the Queue Directory, and it doesn't send.
>
> Thanks in advance<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: sending email from asp with CDO |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 3146
|
(Msg. 6) Posted: Thu Feb 26, 2004 1:56 am
Post subject: Re: sending email from asp with CDO [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hello,
An MX Record is not necessary if the mailserver for somedomain.com actually
is somedomain.com.
So, it might very well work to send an email to a domain with no MX record.
--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003
"Keith W. McCammon" <km DeleteThis @km.com> wrote in message
news:e8ZEaz7%23DHA.3120@TK2MSFTNGP11.phx.gbl...
> You can't send mail to a domain that doesn't have an available MX record.
> If your server can't find an MX record for your domain, then it can't
> deliver the mail. A lot of time, folks forget to create internal MX
> records.
>
> "ariel cebreiro" <arielcebreiro DeleteThis @yahoo.com.ar> wrote in message
> news:uTxVLF7%23DHA.3184@TK2MSFTNGP09.phx.gbl...
> > I don't know. But why with some domains run ok?
> > The DNS server is in another server.
> >
> > Thanks
> >
> > *** Sent via Developersdex <a style='text-decoration: underline;' href="http://www.developersdex.com" target="_blank">http://www.developersdex.com</a> ***
> > Don't just participate in USENET...get rewarded for it!
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: sending email from asp with CDO |
|
| Back to top |
|
 |  |
External

Since: Aug 01, 2003 Posts: 172
|
(Msg. 7) Posted: Thu Feb 26, 2004 1:20 pm
Post subject: Re: sending email from asp with CDO [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
But this requires that you rely on your assumption to delivery mail. And
you know what they say about assumptions. IMHO, if you have a domain name,
you make creating MX records standard practice. Better to the safe...
"Kristofer Gafvert" <kgafvert RemoveThis @NEWSilopia.com> wrote in message
news:%23nJTKo%23%23DHA.2804@tk2msftngp13.phx.gbl...
> Hello,
>
> An MX Record is not necessary if the mailserver for somedomain.com
actually
> is somedomain.com.
> So, it might very well work to send an email to a domain with no MX
record.
>
> --
> Regards,
> Kristofer Gafvert - IIS MVP
> Reply to newsgroup only. Remove NEWS if you must reply by email, but
please
> do not.
> <a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003
>
>
> "Keith W. McCammon" <km RemoveThis @km.com> wrote in message
> news:e8ZEaz7%23DHA.3120@TK2MSFTNGP11.phx.gbl...
> > You can't send mail to a domain that doesn't have an available MX
record.
> > If your server can't find an MX record for your domain, then it can't
> > deliver the mail. A lot of time, folks forget to create internal MX
> > records.
> >
> > "ariel cebreiro" <arielcebreiro RemoveThis @yahoo.com.ar> wrote in message
> > news:uTxVLF7%23DHA.3184@TK2MSFTNGP09.phx.gbl...
> > > I don't know. But why with some domains run ok?
> > > The DNS server is in another server.
> > >
> > > Thanks
> > >
> > > *** Sent via Developersdex <a style='text-decoration: underline;' href="http://www.developersdex.com" target="_blank">http://www.developersdex.com</a> ***
> > > Don't just participate in USENET...get rewarded for it!
> >
> >
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: sending email from asp with CDO |
|
| Back to top |
|
 |  |
External

Since: Feb 25, 2004 Posts: 3
|
(Msg. 8) Posted: Sun Feb 29, 2004 10:56 am
Post subject: Re: sending email from asp with CDO [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 3146
|
(Msg. 9) Posted: Mon Mar 01, 2004 12:16 am
Post subject: Re: sending email from asp with CDO [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hello,
Sounds like you have a DNS issue. Try this:
Start cmd
Type: nslookup ENTER
Type: set type=mx ENTER
Type: domainYouAreSendingTo.com ENTER
You should now see the mail exchanger. If you cannot see one, then the mail
server is supposed to be the same as domainYouAreSendingTo.com
Now, try to create a connection to this machine.
In a cmd prompt:
telnet mailExchanger.com 25
-or-
telnet domainYouAreSendingTo.com 25
depending on if a mail exchanger existed or not.
This should now tell you were your problem is.
--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003
"ariel" <arielcebreiro DeleteThis @yahoo.com.ar> wrote in message
news:35857b9a.0402290756.6f7411a9@posting.google.com...
> Here is the Event Log:
>
> Message delivery to the remote domain <domain_name> failed for the
> following reason: The remote server did not respond to a connection
> attempt.
>
>
> Thanks,
> Regards,
> Ariel<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: sending email from asp with CDO |
|
| Back to top |
|
 |  |
External

Since: Feb 25, 2004 Posts: 3
|
(Msg. 10) Posted: Tue Mar 02, 2004 7:22 am
Post subject: Re: sending email from asp with CDO [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I typed telnet domainToSend.com, and this the message:
Could not open a connection to host on port 25
Tahnks in advance
"Kristofer Gafvert" <kgafvert.RemoveThis@NEWSilopia.com> wrote in message news:<#K53gDw$DHA.392@TK2MSFTNGP12.phx.gbl>...
> Hello,
>
> Sounds like you have a DNS issue. Try this:
>
> Start cmd
> Type: nslookup ENTER
> Type: set type=mx ENTER
> Type: domainYouAreSendingTo.com ENTER
>
> You should now see the mail exchanger. If you cannot see one, then the mail
> server is supposed to be the same as domainYouAreSendingTo.com
>
> Now, try to create a connection to this machine.
> In a cmd prompt:
>
> telnet mailExchanger.com 25
> -or-
> telnet domainYouAreSendingTo.com 25
>
> depending on if a mail exchanger existed or not.
>
> This should now tell you were your problem is.
>
> --
> Regards,
> Kristofer Gafvert - IIS MVP
> Reply to newsgroup only. Remove NEWS if you must reply by email, but please
> do not.
> <a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003
>
>
> "ariel" <arielcebreiro.RemoveThis@yahoo.com.ar> wrote in message
> news:35857b9a.0402290756.6f7411a9@posting.google.com...
> > Here is the Event Log:
> >
> > Message delivery to the remote domain <domain_name> failed for the
> > following reason: The remote server did not respond to a connection
> > attempt.
> >
> >
> > Thanks,
> > Regards,
> > Ariel<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: sending email from asp with CDO |
|
| Back to top |
|
 |  |
External

Since: Aug 01, 2003 Posts: 172
|
(Msg. 11) Posted: Tue Mar 02, 2004 11:57 am
Post subject: Re: sending email from asp with CDO [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Not to nitpick, but checking DNS resolution was suggested seven days ago.
Could have saved you a lot of time...
"ariel" <arielcebreiro.RemoveThis@yahoo.com.ar> wrote in message
news:35857b9a.0403020422.4d6da238@posting.google.com...
> I typed telnet domainToSend.com, and this the message:
>
> Could not open a connection to host on port 25
>
> Tahnks in advance
>
>
>
> "Kristofer Gafvert" <kgafvert.RemoveThis@NEWSilopia.com> wrote in message
news:<#K53gDw$DHA.392@TK2MSFTNGP12.phx.gbl>...
> > Hello,
> >
> > Sounds like you have a DNS issue. Try this:
> >
> > Start cmd
> > Type: nslookup ENTER
> > Type: set type=mx ENTER
> > Type: domainYouAreSendingTo.com ENTER
> >
> > You should now see the mail exchanger. If you cannot see one, then the
mail
> > server is supposed to be the same as domainYouAreSendingTo.com
> >
> > Now, try to create a connection to this machine.
> > In a cmd prompt:
> >
> > telnet mailExchanger.com 25
> > -or-
> > telnet domainYouAreSendingTo.com 25
> >
> > depending on if a mail exchanger existed or not.
> >
> > This should now tell you were your problem is.
> >
> > --
> > Regards,
> > Kristofer Gafvert - IIS MVP
> > Reply to newsgroup only. Remove NEWS if you must reply by email, but
please
> > do not.
> > <a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003
> >
> >
> > "ariel" <arielcebreiro.RemoveThis@yahoo.com.ar> wrote in message
> > news:35857b9a.0402290756.6f7411a9@posting.google.com...
> > > Here is the Event Log:
> > >
> > > Message delivery to the remote domain <domain_name> failed for the
> > > following reason: The remote server did not respond to a connection
> > > attempt.
> > >
> > >
> > > Thanks,
> > > Regards,
> > > Ariel<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: sending email from asp with CDO |
|
| Back to top |
|
 |  |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|