|
 |
asp_cdo thread: Problem in sending mail
Message #1 by "Rajesh Patil" <rajeshp@t...> on Sat, 18 Aug 2001 14:15:56 +0530
|
|
Hi all,
If any one can help in this, it would be of great help. We have
configured SMTP service on IIS
and trying to route our messages through a our mail server.We are doing
this using CDONT.
But it is giving some error.
I checked all the properties of the default SMTP site in IIS. Are we
suppose to do any setting
on the mail server we are accessing? It is a local domain.
This is what I saw when I opened the file in queue directory in
c:\Inetpub\mailroot directory.
rajesh: Received: from mail pickup service by tomino.tsg.tev-rec.co.in
with Microsoft
SMTPSVC;
Fri, 10 Aug 2001 18:07:13 +0900
From: <raj@y...>
To:rajesh@u...
Body : Test mail
Message-ID: <0019c1307090a81tomino@t...
Date: 10 Aug 2001 18:07:13 +0900
There was another file with extension .rtr and which had following entry
rajesh: Connection to mailserveer.rational.co.in. with Ip Address
122.123.12.3 failed from
tomino.tsg.tev-rec.co.in-122.123.12.100
Can anyone tell me what might have went wrong.
Thanks in advance.
Rajesh P
Message #2 by Wei WU <wwu@i...> on Tue, 21 Aug 2001 09:32:18 +1000
|
|
the .rtr file is the report file when a email can not be delivered.
Your problem looks more like a connection problem than SMTP settings. In
order to forward all emails from one SMTP server to another, in IIS you
should fill in the "Smart Host" name in SMTP property. The way that SMTP
works is like the following:
1. Getting email from pickup folder
2. resolve the domain name in the To: email address to get the MX entry, and
its IP address
3. Try open a connection to the IP address at port 25 (or port number
specified in IIS SMTP)
4. If connection is established and all authentication or email-relay limits
are satisfied, the email is delivered.
According to the rtr your connection failed when doing step 3. Might be a
good idea to try telnet to 122.123.12.3 port 25 from the 122.123.12.100
machine, see what happens.
ta
Wei
-----Original Message-----
From: Rajesh Patil [mailto:rajeshp@t...]
Sent: Saturday, 18 August 2001 6:46 PM
To: ASP CDO
Subject: [asp_cdo] Problem in sending mail
Hi all,
If any one can help in this, it would be of great help. We have
configured SMTP service on IIS
and trying to route our messages through a our mail server.We are doing
this using CDONT.
But it is giving some error.
I checked all the properties of the default SMTP site in IIS. Are we
suppose to do any setting
on the mail server we are accessing? It is a local domain.
This is what I saw when I opened the file in queue directory in
c:\Inetpub\mailroot directory.
rajesh: Received: from mail pickup service by tomino.tsg.tev-rec.co.in
with Microsoft
SMTPSVC;
Fri, 10 Aug 2001 18:07:13 +0900
From: <raj@y...>
To:rajesh@u...
Body : Test mail
Message-ID: <0019c1307090a81tomino@t...
Date: 10 Aug 2001 18:07:13 +0900
There was another file with extension .rtr and which had following entry
rajesh: Connection to mailserveer.rational.co.in. with Ip Address
122.123.12.3 failed from
tomino.tsg.tev-rec.co.in-122.123.12.100
Can anyone tell me what might have went wrong.
Thanks in advance.
Rajesh P
|
|
 |