home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / contrib / smail / smail-3.1 / smail-3 / smail-3.1.28 / samples / bigsite / bargw / maps / domain.map < prev    next >
Text File  |  1990-10-24  |  1KB  |  48 lines

  1. #ident "@(#)samples/bigsite/bargw/maps/domain.map    1.2 10/24/90 05:20:18"
  2. #
  3. # domain.map - information about sites in our local domain.
  4. #
  5. # The domain.map file is used to record information information about the
  6. # connections within our domain.  This map is processed in a separate
  7. # pathalias path run from the global.map file, so connection between
  8. # the local site and its domain must be established.  For the case
  9. # of bargw and the BAR.FOO.COM subdomain, one needs the line:
  10. #
  11. #    bargw    .bar.foo.com(LOCAL)
  12. #
  13. # Then any lines of the form:
  14. #
  15. #    bargw    bar(COST)
  16. #
  17. # will result in the following link from bargw:
  18. #
  19. #    bar    bar!%s
  20. #
  21. # as well as the implied link:
  22. #
  23. #    bar.uts.amdahl.com    bar!%s
  24. #
  25. # Sites in this file are assumed to be also site.DOMAIN, where
  26. # DOMAIN is our local domain unless stated otherwise.
  27. #
  28. # See the file README for details.
  29.  
  30.  
  31. # establish our subdomain connection from our host
  32. #
  33. bargw    .bar.foo.com(LOCAL)
  34. bargw = bargw.bar.foo.com
  35.  
  36. # UUCP machines in the local network
  37. bargw    bar3b2(DIRECT)
  38. bar3b2    bar3b20(DIRECT)
  39.  
  40. # Other subdomain gateways
  41. curdsgw    .curds.foo.com
  42. wheygw    .whey.foo.com
  43. cccgw    .ccc.foo.com
  44.  
  45. # Describe connections between the subdomain gateway machines
  46. bargw    curdsgw(DIRECT), cccgw(DIRECT)
  47. curdsgw    wheygw(DIRECT)
  48.