home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / listserv5.31 / part01 / config < prev    next >
Encoding:
Text File  |  1991-12-12  |  3.0 KB  |  68 lines

  1. #
  2. #        Discussion list system configuration file
  3. #
  4. #                  version 5.31
  5. #
  6. #                 December 1991
  7. #
  8. # AGREEMENT: This software can be used and distributed freely as long
  9. # as you do not remove or alter the Copyright notice in the file defs.h;
  10. # this notice is #define'd in the symbol VERSION. Although you may alter
  11. # the code provided, you may not alter the functions create_header()
  12. # and create_multi_recipient_header() in list.c and listserv.c.
  13. # By using this software you are bound by this agreement.
  14. # This software comes with no warranties and cannot be sold for profit.
  15. # The AGREEMENT and COPYRIGHT notices should be included in all source
  16. # files when distributing this software.
  17. # COPYRIGHT: Copyright (c) 1991, Anastasios C. Kotsikonas
  18. #
  19. # Note: On SysV and BSD Unix systems 'sendmail' is located under /usr/lib/
  20. # but on SysVR4 it is located under /usr/ucblib/; also, check the path to
  21. # rmail if you are going to use it.
  22.  
  23. organization Boston University         # define your site
  24. server listserv@sal -e -r statistics # define the server w/ restriction (opt.)
  25. list ermis ermis@sal -m 50 -e         # define a list called 'ermis'
  26. list venus venus@sal -e     # define a list called 'venus' (echo to screen)
  27. list herc herc@sal -r -s # define 'herc' w/ restricted mail and no subscription
  28.              # checking
  29. disable herc statistics     # cannot get statistics for ermis
  30. serverd -l 3 -e     # the serverd program may be run with the -l option
  31.          # serverd will delay if the load average is above 3
  32.          # Note that the -1 flag is used by default by start
  33. restriction 20     # certain requests may not be serviced abover this # of users
  34. manager tasos@sal     # email address of the manager of the system
  35. password ellines # password for the 'restart' and 'shutdown' requests
  36. comment server     #Actual comment must be preceded by a pound sign
  37. comment ermis     #Same here
  38. comment venus     #Venus Distribution List
  39. frequency 0     # how often to read mail (in seconds >= 0)
  40. limit message 65536     # reject messages longer than 65536 bytes
  41. option sysv_ps     # forces use of the SYS V ps command; other choice is bsd_ps
  42. option bsd_mail     # define it if BSD mail is available
  43. option post_mail # Post to news; other choice is gate_mail
  44. mailmethod system
  45. #mailmethod env_var LOGNAME /bin/rmail    # Valid 'mailmethod' options:
  46.                     # telnet
  47.                     # sendmail /usr/lib/sendmail -bs
  48.                     # sendmail /usr/lib/sendmail -t (IDA)
  49.                     # rmail /bin/rmail
  50.                     # binmail
  51.                     # env_var VARIABLE /bin/mail
  52.                     # env_var VARIABLE /usr/lib/sendmail -t
  53.                     # env_var VARIABLE /bin/rmail
  54.                     # env_var VARIABLE /usr/bin/mail
  55. #
  56. # WARNING: All other mailmethods except 'system' and 'sendmail'
  57. # will become obsolete soon.
  58. #
  59. #option bad_telnet # use this flag when a telnet session is not terminating
  60. #
  61. # IMPORTANT NOTE:
  62. #
  63. # listserv also recognizes the requests 'restart' and 'shutdown' followed by
  64. # a password, that can be used to remotely restart and shutdown the server
  65. # system. The password is defined in the 'config' file using the 'password'
  66. # directive followed by the actual password.
  67. # This feature is not documented in the man page for obvious reasons.
  68.