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

  1. #
  2. # Second configuration file for Banyan 
  3. #*******************************************************************
  4. # The example here is a bit more complex than the previous one
  5. #
  6. #
  7. #********************************************************************
  8. GLOBALS:
  9.  
  10. Name = FULL_NAME            # Banyan FULL_NAME means the Banyan 'ITEM' field
  11.                             # I.E. David Spriggs@Engineering@ccMail will be David Spriggs
  12. comment = NULL              # Do not put anything in the cc:Mail comments field
  13.  
  14.  
  15. #*************************************************************************
  16. # Include all of engineering at ccMail
  17. #*************************************************************************
  18. INCLUDE:
  19. *@Engineering@ccMail = "local po"
  20.  
  21.  
  22. #*************************************************************************
  23. # Exclude Sample profile from ccMail directory
  24. #*************************************************************************
  25. Exclude:
  26. Sample Profile@Engineering@ccMail
  27.  
  28.  
  29.  
  30. #*************************************************************************
  31. #  A NEW GLOBAL SECTION 
  32. #*************************************************************************
  33. GLOBALS:
  34. Name = LOGIN_NAME
  35. Comment = "Marketing...."
  36.  
  37. #*************************************************************************
  38. # Include Marketing
  39. #*************************************************************************
  40. Include:
  41. *@Marketing@ccMail = "Marketing po" 
  42.  
  43. #*************************************************************************
  44. # Another Include section right after this one just to show that it can
  45. # be done.
  46. #*************************************************************************
  47.  
  48. Include:
  49. *@TeleMarketing@ccMail = "Marketing po"       # Telemarketing will also have
  50.                                               # "Marketing..." as their cc:Mail
  51.                                               # comments
  52.  
  53. #*************************************************************************
  54. #  The following code has no effect at all.
  55. #*************************************************************************
  56. GLOBALS:
  57. INCLUDE:
  58. EXCLUDE:
  59.  
  60.  
  61.  
  62.  
  63. #                            End of Listing
  64.  
  65.  
  66.