home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mlp09.zip / SAMPLE.CF < prev    next >
Text File  |  1995-07-18  |  3KB  |  112 lines

  1. # MLP configuration file
  2. # MLP Version 0.9
  3. # Date: 07/17/95
  4. #
  5. #
  6. # The following is the main section of the configuration file
  7. #
  8. [MLP]
  9. #
  10. # Frequency will tell MLP to check for new e-mail every 60 seconds
  11. # and for new digests (*.out files in list\digest)  every 300 seconds.
  12. #
  13. frequency = 60
  14. #
  15. # MLP will log all events in file mlp.log
  16. #
  17. logfile = mlp.log
  18. #
  19. # mlp.cmd will be executed if available against every single e-mail message in
  20. # the folder MLP will be monitoring
  21. #
  22. #filter = mlp.cmd
  23. #inbox=e:\testmail\inbox.ndx
  24. #
  25. # the following one is reserved for future use however SHUFFLE.CMD is using
  26. # it to find out where the destination folders are.
  27. #
  28. #folders=e:\testmail
  29. #
  30. # The default for mailr is lamail but you could also use pmmail as well.
  31. #
  32. mailer=lamail
  33. #
  34. # Idle time between two calls to sendmail
  35. # (The next release will have better performance)
  36. #
  37. sleep = 0
  38. #
  39. #the following blank line indicates end of the section
  40. #
  41.  
  42. #
  43. # The following is the name of a mailing list
  44. #
  45. [mailinglist]
  46. #
  47. # sysop for the list
  48. #
  49. sysop = jivko@ijs.com
  50. #
  51. # The list will process mail only from the following domains and
  52. # all subscribed users
  53. #
  54. domain = site.net
  55. #
  56. # list.cmd will be called against every message to that list.
  57. #
  58. filter = list.cmd
  59. #
  60. # The list will broadcast messages
  61. #
  62. broadcast = yes
  63. #
  64. # no messages will be broadcasted unless the sender has subscribed to the list.
  65. #
  66. subscribedusers = yes
  67. #
  68. # subscription requests will be processed automatically.
  69. #
  70. autosubscribe = yes
  71. #
  72. # mailinglist\receipt file will be sent to any user which message is has been
  73. # processed and broadcasted to the list.
  74. #
  75. receipt = yes
  76. #
  77. # All processed messages will be copied in mailinglist\backup
  78. #
  79. backup=yes
  80. #
  81. # jojan should be used for a password if one would like to send a message to the
  82. # list without being subscribed to the list.
  83. #
  84. password=jojan
  85. #
  86. # This list will have directory mailinglist\digest.
  87. # This is not yet a real digest feature but it will come here soon. At this point
  88. # this option will make MLP search for mailinglist\digest\*.out files and mail them
  89. # to the list using the first non-blank line for Subject:
  90. #
  91. digest=yes
  92. #
  93. # Enable WHO command in the subject line for this list
  94. #
  95. enablewho = yes
  96. #
  97. # The default for the following option is 'yes' however it allows you to
  98. # disable the To: field if you are using MLP instead aliases.
  99. #
  100. #enabletofield = no
  101. #
  102. # Some people would like to advertise their services by appending a footnote
  103. # to the end of each posted message. By setting the following option to 'yes
  104. # MLP will be appending mailinglist\footnote file to every posted message 
  105. # that goes out.
  106. #
  107. footnote=yes
  108. #
  109. # One blank line here just for discipline
  110. #
  111.  
  112.