home *** CD-ROM | disk | FTP | other *** search
/ Program Metropolis - Software Boutique 95 / SOFTWARECD.iso / ccmail / nds05.cfg < prev    next >
Encoding:
Text File  |  1994-04-14  |  3.4 KB  |  68 lines

  1. #########################################################################
  2. #        Novell Directory Services (NDS) Configuration File 1           #
  3. #                                                                       #
  4. #               " Another complex configuration file "                  #
  5. #                                                                       #
  6. #########################################################################
  7.  
  8. #########################################################################
  9. #                               GLOBALS                                 #
  10. #                                                                       #
  11. #       Set up which cc:Mail attributes will be mapped to which NOS     #
  12. #       attributes by using GLOBALS.                                    #
  13. #       In this case the cc:Mail name will be the NetWare full name     #
  14. #       and the cc:Mail comment will be "Software Engineer".            #
  15. #########################################################################
  16.  
  17. GLOBALS:
  18.  
  19. NAME = FULL_NAME
  20. COMMENT = "Software Engineer"
  21.  
  22. #########################################################################
  23. #                               INCLUDE                                 #
  24. #                                                                       #
  25. #########################################################################
  26.  
  27. INCLUDE:
  28.         
  29. HOMER/ENGINEERING = CCM_ENG_PO     # Add everyone in group ENGINEERING as
  30.                                    # locals 'L' to the Post Office.
  31.  
  32. HOMER/JTHOMAS = CCM_SALES_PO       # Jay Thomas is in ENGINEERING but is
  33.                                    # more involved with sales.  So he'll be
  34.                                    # a remote 'r' with address CCM_SALES_PO
  35.  
  36. BART/* = CCM_SALES_PO              # Novell server BART is the sales Dept.
  37.                                    # server.  Everyone on it will be added
  38.                                    # as remote 'r' to the Local Post Office
  39.                                    # with address CCM_SALES_PO
  40.  
  41. LISA/* = CCM_TS_PO                 # Novell server LISA belongs to Technical
  42.                                    # support.  Add all users on it to the
  43.                                    # local Post Office as remote 'r' with
  44.                                    # address CCM_TS_PO
  45.  
  46. #########################################################################
  47. #                               EXCLUDE                                 #
  48. #                                                                       #
  49. #               No job servers should have cc:Mail mailboxes            #
  50. #########################################################################
  51.  
  52. EXCLUDE:
  53.  
  54. HOMER/GTW*      # Keep all gateway servers out of the cc:Mail directory
  55. HOMER/FAX       # Keep the FAX server out of the cc:Mail directory
  56.  
  57. BART/GTW*      # Keep all gateway servers out of the cc:Mail directory
  58. BART/FAX       # Keep the FAX server out of the cc:Mail directory
  59.  
  60. LISA/GTW*      # Keep all gateway servers out of the cc:Mail directory
  61. LISA/FAX       # Keep the FAX server out of the cc:Mail directory
  62.  
  63. #########################################################################
  64. #                   End Of DirSync Configuration File                   #
  65. #########################################################################
  66.  
  67.  
  68.