home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / zines / phrack2 / phrack34.004 < prev    next >
Encoding:
Text File  |  2003-06-11  |  4.1 KB  |  118 lines

  1.                                 ==Phrack Inc.==
  2.                 Volume Three, Issue Thirty-four, File #4 of 11
  3.                             _______________________
  4.                           ||                       ||
  5.                           || The AT&T Mail Gateway ||
  6.                           ||                       ||
  7.                           ||   December 19, 1990   ||
  8.                           ||                       ||
  9.                           ||    by Robert Alien    ||
  10.                           ||_______________________||
  11.  
  12. The Internet Gateway
  13. ~~~~~~~~~~~~~~~~~~~~
  14. The Internet Gateway provides Internet e-mail users with a method of
  15. communication to AT&T Mail.  The Interconnect consists of various private
  16. email networks and uses an addressing format better know as Domain Addressing
  17. Service (DAS).
  18.  
  19. A domain address consists of a user name, followed by an @ sign and/or % sign
  20. and a domain name, which is usually the system name.
  21.  
  22. Example:
  23.  
  24.         jdoe@attmail.com
  25.  
  26. Sending Email to Internet Users
  27. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  28. To send email from the AT&T MailService to the Internet community use the UUCP
  29. addressing style.
  30.  
  31. Example:
  32.  
  33.         internet!system.domain!username
  34.  
  35. Translates to:
  36.  
  37.         internet!gnu.ai.mit.edu!jdoe
  38.  
  39. If you are sending e-mail to an Internet user whose e-mail address may be in
  40. the RFC 822 format (user@domain), you must translate the RFC address before
  41. sending your message to an Internet recipient.
  42.  
  43.         username@system.domain (Internet user's address)
  44.  
  45.         internet!system.domain!username (to a UUCP address)
  46.  
  47. Example:
  48.         username%system2@system.domain (Internet user's address)
  49.  
  50. Translates to:
  51.         internet!system.domain!system2!username
  52.  
  53. Sending Email From The Internet
  54. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  55. To send email to the AT&T Mail Service, Internet users can choose either the
  56. RFC 822 or UUCP addressing style.  The Internet recognizes attmail.com as the
  57. domain identifier for AT&T Mail when electronic messages are sent through the
  58. gateway.  Although many Internet users choose to send e-mail using the RFC 822
  59. addressing style, the UUCP style is also available on many UNIX systems on the
  60. Internet, but not every system supports UUCP.  Below are examples of both
  61. addressing styles:
  62.  
  63. RFC 822 Addressing: username@attmail.com
  64.  
  65. Example:
  66.  
  67.         jsmith@attmail.com
  68.  
  69. UUCP Addressing: attmail.com!username
  70.  
  71. Example:
  72.  
  73.         attmail.com!jdoe
  74.  
  75. Although email can be sent through the Internet gateway, surcharged services,
  76. such as Telex, FAX, COD, U.S. Mail, overnight, urgent mail and messages
  77. destined to other ADMDs connected to AT&T Mail are not deliverable.  If you are
  78. an Internet e-mail user attempting to use a surcharged service and are not
  79. registered on AT&T Mail, you will not be able to send your message, and will be
  80. automatically notified.  Below is a list of surcharged services that are
  81. unavailable to Internet users.
  82.  
  83. *  FAX
  84. *  Telex
  85. *  COD
  86. *  U.S. Mail
  87. *  Overnight
  88. *  Administrative Management Domain (ADMD) Messages
  89.  
  90. Sending Email to Bitnet Users
  91. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  92. To send email to BITNET users from AT&T Mail, enter:
  93.  
  94.         internet!host.bitnet!user
  95.  
  96. Sending Email to UUNET Users
  97. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  98. To send email to UUNET users from AT&T Mail via the Internet Gateway, enter:
  99.  
  100.         attmail!internet!uunet!system!user
  101.  
  102. Internet Restrictions
  103. ~~~~~~~~~~~~~~~~~~~~~
  104. The following commercial restrictions apply to the use of the Internet Gateway.
  105.  
  106. *  Users are prohibited to use the Internet to carry traffic between commercial
  107.    (for profit) electronic messaging systems.
  108.  
  109. *  Advertising and soliciting i.e., messages offering goods or services for sale
  110.    or offers of jobs.
  111.  
  112. *  Provision of for-profit service, other than electronic messaging to Internet
  113.    users, is permitted (e.g., database services) if such service is used for
  114.    scholarly research purposes and its costs are borne by individual or
  115.    institutional subscription.
  116. _______________________________________________________________________________
  117.  
  118.