smtp questions

From: DENNIS BYRNE <asdcb1@uaa.alaska.edu>
Date: Thu Mar 04 2004 - 14:44:09 PST

I am writing an app with the following 3 lines:
 SmtpMail.Send
("HiTechAlaska", "cis410webportalgroup@yahoogroups.com", "HiTechAlaska
Newsletter", tboxnews.Text)
 SmtpMail.Send("HiTechAlaska", "dennis@design-pt.com", "HiTechAlaska
Newsletter", tboxnews.Text)
 SmtpMail.Send("HiTechAlaska", "asdcb1@uaa.alaska.edu", "HiTechAlaska
Newsletter", tboxnews.Text)
Sorry if it wraps. I get the message at only one of the addresses
above - asdcb1@uaa.alaska.edu . Attached is the smtp log. This log
explains why I don't get the email at dennis@design-pt.com because of
the following line:
553+5.1.8+<HiTechAlaska@DRINKA03>...+Domain+of+sender+address+HiTechAlas
ka@DRINKA03+does+not+exist

But I can't figure out why I am not receiving the email at
cis410webportalgroup@yahoogroups.com (which would forward to
asdcb1@uaa.alaska.edu). Here's my confusion. The response codes I get
from the yahoo server are 250, 354 and 221 - the same codes I get from
the uaa server. design-pt.com is the only one that gives me the 553,
so why isn't it the only one that rejects me.
Both yahoo and design-pt give me QUIT. I will admit that I have not
looked up the above codes in whatever RFC I should already have looked
at.

Dennis Byrne

-- Attached file included as plaintext by Ecartis --

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        SmtpMail.Send("HiTechAlaska", "cis410webportalgroup@yahoogroups.com", "HiTechAlaska Newsletter", tboxnews.Text)
        SmtpMail.Send("HiTechAlaska", "dennis@design-pt.com", "HiTechAlaska Newsletter", tboxnews.Text)
        SmtpMail.Send("HiTechAlaska", "asdcb1@uaa.alaska.edu", "HiTechAlaska Newsletter", tboxnews.Text)
        Response.Redirect("/")
    End Sub

#Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status sc-bytes cs-bytes time-taken cs-version cs-host cs(User-Agent) cs(Referer)

2004-03-04 22:14:18 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 220+sentinel.uaa.alaska.edu+ESMTP+service 0 0 41 0 0 SMTP - - -
2004-03-04 22:14:18 137.229.138.128 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 EHLO - DRINKA03 0 0 4 0 10 SMTP - - -
2004-03-04 22:14:18 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250-sentinel.uaa.alaska.edu+talking+to+[137.229.174.53] 0 0 55 0 10 SMTP - - -
2004-03-04 22:14:18 137.229.138.128 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 MAIL - FROM:<HiTechAlaska@DRINKA03> 0 0 4 0 21 SMTP - - -
2004-03-04 22:14:18 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250+Sender+<HiTechAlaska@DRINKA03>+Ok 0 0 37 0 21 SMTP - - -
2004-03-04 22:14:18 137.229.138.128 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 RCPT - TO:<asdcb1@uaa.alaska.edu> 0 0 4 0 21 SMTP - - -
2004-03-04 22:14:18 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250+Recipient+<asdcb1@uaa.alaska.edu>+Ok 0 0 40 0 31 SMTP - - -
2004-03-04 22:14:18 137.229.138.128 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 DATA - - 0 0 4 0 31 SMTP - - -
2004-03-04 22:14:18 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 354+Send+data 0 0 13 0 31 SMTP - - -
2004-03-04 22:17:17 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 220+sentinel.uaa.alaska.edu+ESMTP+service 0 0 41 0 20 SMTP - - -
2004-03-04 22:17:17 137.229.138.128 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 EHLO - DRINKA03 0 0 4 0 20 SMTP - - -
2004-03-04 22:17:17 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250-sentinel.uaa.alaska.edu+talking+to+[137.229.174.53] 0 0 55 0 30 SMTP - - -
2004-03-04 22:17:17 137.229.138.128 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 MAIL - FROM:<HiTechAlaska@DRINKA03> 0 0 4 0 40 SMTP - - -
2004-03-04 22:17:17 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250+Sender+<HiTechAlaska@DRINKA03>+Ok 0 0 37 0 40 SMTP - - -
2004-03-04 22:17:17 137.229.138.128 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 RCPT - TO:<asdcb1@uaa.alaska.edu> 0 0 4 0 40 SMTP - - -
2004-03-04 22:17:17 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250+Recipient+<asdcb1@uaa.alaska.edu>+Ok 0 0 40 0 50 SMTP - - -
2004-03-04 22:17:17 137.229.138.128 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 DATA - - 0 0 4 0 50 SMTP - - -
2004-03-04 22:17:17 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 354+Send+data 0 0 13 0 50 SMTP - - -

2004-03-04 22:18:50 24.237.2.15 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 220+server01.design-pt.com+ESMTP+Sendmail+8.12.10/8.12.10;+Thu,+4+Mar+2004+13:19:12+-0900 0 0 89 0 1692 SMTP - - -
2004-03-04 22:18:50 24.237.2.15 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 EHLO - DRINKA03 0 0 4 0 1692 SMTP - - -
2004-03-04 22:18:50 24.237.2.15 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250-server01.design-pt.com+Hello+[137.229.174.53],+pleased+to+meet+you 0 0 70 0 1722 SMTP - - -
2004-03-04 22:18:50 24.237.2.15 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 MAIL - FROM:<HiTechAlaska@DRINKA03>+SIZE=686 0 0 4 0 1722 SMTP - - -
2004-03-04 22:18:50 24.237.2.15 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 553+5.1.8+<HiTechAlaska@DRINKA03>...+Domain+of+sender+address+HiTechAlaska@DRINKA03+does+not+exist 0 0 98 0 1782 SMTP - - -
2004-03-04 22:18:50 24.237.2.15 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 QUIT - - 0 0 4 0 1792 SMTP - - -
2004-03-04 22:18:50 24.237.2.15 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 221+2.0.0+server01.design-pt.com+closing+connection 0 0 51 0 1912 SMTP - - -
2004-03-04 22:19:09 66.218.66.166 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 220+yahoogroups.com+ESMTP 0 0 25 0 100 SMTP - - -

2004-03-04 22:19:09 66.218.66.166 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 EHLO - DRINKA03 0 0 4 0 100 SMTP - - -
2004-03-04 22:19:09 66.218.66.166 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250-yahoogroups.com 0 0 19 0 200 SMTP - - -
2004-03-04 22:19:09 66.218.66.166 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 MAIL - FROM:<HiTechAlaska@DRINKA03> 0 0 4 0 200 SMTP - - -
2004-03-04 22:19:09 66.218.66.166 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250+ok 0 0 6 0 310 SMTP - - -
2004-03-04 22:19:09 66.218.66.166 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 RCPT - TO:<cis410webportalgroup@yahoogroups.com> 0 0 4 0 310 SMTP - - -
2004-03-04 22:19:09 66.218.66.166 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250+ok 0 0 6 0 411 SMTP - - -
2004-03-04 22:19:09 66.218.66.166 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 DATA - - 0 0 4 0 411 SMTP - - -
2004-03-04 22:19:09 66.218.66.166 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 354+go+ahead 0 0 12 0 521 SMTP - - -
2004-03-04 22:19:09 66.218.66.166 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250+ok+1078438772+qp+72385 0 0 26 0 671 SMTP - - -
2004-03-04 22:19:09 66.218.66.166 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 QUIT - - 0 0 4 0 681 SMTP - - -
2004-03-04 22:19:09 66.218.66.166 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 221+yahoogroups.com 0 0 19 0 781 SMTP - - -

2004-03-04 22:20:17 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 220+sentinel.uaa.alaska.edu+ESMTP+service 0 0 41 0 10 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 EHLO - DRINKA03 0 0 4 0 10 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250-sentinel.uaa.alaska.edu+talking+to+[137.229.174.53] 0 0 55 0 20 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 MAIL - FROM:<HiTechAlaska@DRINKA03> 0 0 4 0 20 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250+Sender+<HiTechAlaska@DRINKA03>+Ok 0 0 37 0 30 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 RCPT - TO:<asdcb1@uaa.alaska.edu> 0 0 4 0 30 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250+Recipient+<asdcb1@uaa.alaska.edu>+Ok 0 0 40 0 30 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 DATA - - 0 0 4 0 30 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 354+Send+data 0 0 13 0 30 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250+Message+received:+HU2OR301.503 0 0 34 0 110 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 RSET - - 0 0 4 0 110 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250+Ok+resetting+state 0 0 22 0 200 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 MAIL - FROM:<HiTechAlaska@DRINKA03> 0 0 4 0 210 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250+Sender+<HiTechAlaska@DRINKA03>+Ok 0 0 37 0 210 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 RCPT - TO:<asdcb1@uaa.alaska.edu> 0 0 4 0 210 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 250+Recipient+<asdcb1@uaa.alaska.edu>+Ok 0 0 40 0 220 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionCommand SMTPSVC1 DRINKA03 - 25 DATA - - 0 0 4 0 220 SMTP - - -
2004-03-04 22:20:17 137.229.138.128 OutboundConnectionResponse SMTPSVC1 DRINKA03 - 25 - - 354+Send+data 0 0 13 0 220 SMTP - - -

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Thu Mar 4 14:43:52 2004

This archive was generated by hypermail 2.1.8 : Thu Mar 04 2004 - 14:43:53 PST