Re: SMTP message question

2009-06-15 Thread Gentry, Stephen
Thanks Fran and Jonathan.
Steve

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Fran Hensler
Sent: Monday, June 15, 2009 4:39 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: SMTP message question

The message means that the destination SMTP has received the message.
 
It does NOT mean that the addressee is correct or that it got into
his/her inbox.
 
You will sometimes receive a bounce after this message.
 
/Fran Hensler at Slippery Rock University of Pennsylvania USA for 46
years
mailto:f...@zvm.sru.edu  http://zvm.sru.edu/~fjh  +1.724.738.2153
  "Yes, Virginia, there is a Slippery Rock"

--
On Mon, 15 Jun 2009 13:40:16 -0400 Gentry, Stephen said:
>I trying to determine under what condition(s) this message is
generated:
>
>
>
>DTCSMT1312I 06/15/09 13:29:22 Delivered Note: 8777 to . . . .
>
>
>
>This message is in the SMTP LOG.  What I'd like to know, does this
>message occur after a successful email delivery to some other SMTP
>server?
>
>Does that email server send a message back to SMTP after accepting the
>email sent by SMTP?
>
>Issuing a HELP DTCSMT1312I returns an error message from HELP
indicating
>it cannot find the message.
>
>Thanks,
>
>Steve
>
>


Re: SMTP message question

2009-06-15 Thread Alan Altmark
On Monday, 06/15/2009 at 02:38 EDT, "Gentry, Stephen" 
 wrote:
> I trying to determine under what condition(s) this message is generated:
>
> DTCSMT1312I 06/15/09 13:29:22 Delivered Note: 8777 to . . . .
> 
> This message is in the SMTP LOG.  What I?d like to know, does this 
message 
> occur after a successful email delivery to some other SMTP server?

That message shows up whenever the SMTP delivers a message to a local user 
(receiving), transfers it to an RSCS gateway (receiving) or to a remote 
MTA (sending). 

There is a companion pair of messages that say where the e-mail came from 
(local, RSCS, or MTA) and what SMTP learned.

DTCSMP1311I Received  from 
DTCSMP13xxI   domain  
DTCSMP1312I Delivered  to 


> Does that email server send a message back to SMTP after accepting the 
email 
> sent by SMTP?

Within the SMTP protocol, the receiving SMTP acknowledges receipt of the 
e-mail message for delivery.  The messages you see on the SMTP console are 
the "warm fuzzy" messages that let you know the SMTP server is running and 
doing useful things.

If you want to suppress them, you have to put NOLOG in SMTP CONFIG (but 
don't do that).  End users are also given a "Delivered" message when SMTP 
is able to deliver the message to the next hop (may or may not be final 
destination).  The end-user messages are controlled by the 
SuppressNotification statement in SMTP CONFIG.

Alan Altmark
z/VM Development
IBM Endicott


Re: SMTP message question

2009-06-15 Thread Fran Hensler
The message means that the destination SMTP has received the message.
 
It does NOT mean that the addressee is correct or that it got into
his/her inbox.
 
You will sometimes receive a bounce after this message.
 
/Fran Hensler at Slippery Rock University of Pennsylvania USA for 46 years
mailto:f...@zvm.sru.edu  http://zvm.sru.edu/~fjh  +1.724.738.2153
  "Yes, Virginia, there is a Slippery Rock"
--
On Mon, 15 Jun 2009 13:40:16 -0400 Gentry, Stephen said:
>I trying to determine under what condition(s) this message is generated:
>
>
>
>DTCSMT1312I 06/15/09 13:29:22 Delivered Note: 8777 to . . . .
>
>
>
>This message is in the SMTP LOG.  What I'd like to know, does this
>message occur after a successful email delivery to some other SMTP
>server?
>
>Does that email server send a message back to SMTP after accepting the
>email sent by SMTP?
>
>Issuing a HELP DTCSMT1312I returns an error message from HELP indicating
>it cannot find the message.
>
>Thanks,
>
>Steve
>
>


SMTP message question

2009-06-15 Thread Gentry, Stephen
I trying to determine under what condition(s) this message is generated:

 

DTCSMT1312I 06/15/09 13:29:22 Delivered Note: 8777 to . . . .

 

This message is in the SMTP LOG.  What I'd like to know, does this
message occur after a successful email delivery to some other SMTP
server?

Does that email server send a message back to SMTP after accepting the
email sent by SMTP?

Issuing a HELP DTCSMT1312I returns an error message from HELP indicating
it cannot find the message.

Thanks,

Steve