home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / vmsnet / networks / tcpip / multinet / 2751 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  1.9 KB

  1. Path: sparky!uunet!usc!news.service.uci.edu!unogate!mvb.saic.com!info-multinet
  2. From: KLENSIN@INFOODS.MIT.EDU (John C Klensin)
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re:  What is the PC way of testing mail/network connectivity?
  5. Message-ID: <727679114.55966.KLENSIN@INFOODS.UNU.EDU>
  6. Date: Fri, 22 Jan 1993 00:05:14 -0500 (EST)
  7. Organization: Info-Multinet<==>Vmsnet.Networks.Tcp-Ip.Multinet Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 31
  10.  
  11. >On USEnet, there are test newsgroups (e.g. ba.test, misc.test) which are used
  12. >to test if a person's posts will make it out into the greater computropolis.
  13. >
  14. >But where is a test mail address?  Is there some kind of mail-reflector or a
  15. >gateway to/from the test newsgroups or anything?  After all, not every site HAS
  16. >USEnet newsgroups.
  17.  
  18. Think a bit about what you are trying to do here, since the answer to
  19. your question may depend on the answer to this one.
  20.  
  21. Assuming that your UA software will let you do it (the Host Requirements
  22. RFC discourages that, but...), there is a moderately well-known trick of
  23. using source routing to bounce a message off another host and back to
  24. you.  Note that not all SMTP servers support this, but most probably 
  25. do, at least for a single route.  It does impose some load, so asking
  26. first would be polite, but one or two messages off a large and
  27. mail-active host will probably not matter enough to be noticed.
  28.  
  29. You want to send mail to:
  30.     <@relay-domain:your-mailbox@your-domain>
  31. You may need some sort of string in front of that for some MTAs.  Using
  32.     SMTP%"<@relay-domain:your-mailbox@your-domain>"
  33. with the MultiNet SMTP and VMSMail does, if I recall, work without
  34. problems.
  35.  
  36. Interpreting the results, if you are trying to do more than test getting 
  37. a message out and getting one back, may be interesting, since your host
  38. will be appearing in a lot of different Received fields.
  39.  
  40.     john    klensin@infoods.unu.edu
  41.  
  42.