home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / steward8.zip / Example.cf < prev    next >
Text File  |  1996-04-08  |  1KB  |  55 lines

  1. # This file should be renamed to "Steward.cf" and
  2. # modified to your individual needs.
  3.  
  4. #
  5. # Steward Master Configuration File
  6. #
  7. # Lines beginning with a '#' symbol are 
  8. # considered comments and are ignored.
  9. # Anything on a line after the '#' symbol
  10. # is also considered a comment. Blank lines 
  11. # are also ignored.
  12. #
  13.  
  14. # HomeDir
  15. # This is where Steward looks for the files and
  16. # directories it works with.
  17. HomeDir = c:
  18.  
  19. # LogDir
  20. # Where the log files are written.
  21. LogDir = c:
  22.  
  23. # ListDir
  24. # Where the lists are kept.
  25. ListDir = c:
  26.  
  27. # Mailer
  28. # The mail program used to send out messages. This mailer
  29. # must accept three arguments. The first is the name of
  30. # the person/program sending the message. The second is
  31. # a temporary file containing a list of addresses to send
  32. # the message to. The third argument is a temporary filename
  33. # containing the message. It is the responsibility of the
  34. # mailer program to delete both temporary files.
  35. Mailer = HMailer
  36.  
  37. # WhereAmI
  38. # This allows you to specify the host machine name.
  39. WhereAmI = nowhere.com
  40.  
  41. # WhoAmI
  42. # This is the name I recognize as being the list server
  43. # name. Normally this is 'steward'
  44. WhoAmI = Steward
  45.  
  46. # WhoAmIOwner
  47. # The mail account we send trouble things to. This should be
  48. # the email account of the administrator.
  49. WhoAmIOwner = noone@nowhere.com
  50.  
  51. # MasterPassword
  52. # This password allows someone to change anything
  53. # remotely.
  54. MasterPassword = steward-pass
  55.