home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail.cf / doc / 1.intro next >
Encoding:
Text File  |  1987-05-14  |  2.1 KB  |  40 lines

  1. The generic sendmail configuration - An Introduction.
  2.  
  3. The purpose of this distribution is to make sendmail configuration
  4. as painless as possible, yet still retain the flexibility to support
  5. numerous differently configured hosts without painful knowledge
  6. of sendmail semantics.  This is accomplished by splitting up the
  7. sendmail configuration file into 2 different sections - those parts
  8. which are completely (hah!) independent of site and host, and
  9. those parts which may be host dependent.
  10.  
  11. Comments about the implementation.
  12.  
  13. This implementation defines certain concepts which are worth going
  14. over.  First, this sendmail configuration tries to cast all addresses
  15. into the form 'user@host.domain', where 'domain' (for the interim)
  16. indicates what mail network the host resides on.  For instance,
  17. some reasonable domains are UUCP, BITNET, CSNET, and ARPA.  For now,
  18. ARPAnet domains are supported by listing the top-level ARPA administrative
  19. domains as equivalent to (old-style) ARPA.  Domains of the form
  20. '...FOO.BAR.EDU' are only examined for the right-most, or top-level
  21. domain.  When the rest of the mail world (i.e., BITNET, UUCP, etc.)
  22. move to domain syntax, this approach will certainly need modification.
  23.  
  24. The second concept is that of a 'local host'.  A 'local host' is a
  25. host for which mail routing is known (or at least assumed).
  26. Thus, no knowledge of mail domains is required.  An address of
  27. the form 'user@host' will be assumed to refer to a local host.
  28.  
  29. Various mail domains are assumed to be gatewayed via local hosts,
  30. also known as 'relays'.  You can specify relays for UUCP, ARPA, and
  31. BITNET, DECNET and ETHERNET.  You can also specify 'no relay' for any
  32. of these mail networks, in which case you should talk to these networks
  33. directly.  Note that the UUCP relay should be a host which uses pathalias
  34. to generate paths for non-routed UUCP mail.  You can still talk to some
  35. hosts via direct UUCP, and specify another host as your UUCP relay.
  36.  
  37. Local explicit routing is supported, but unfortunately at a level
  38. where knowledge of sendmail address rewriting rules is required
  39. (or at least recommended).
  40.