home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 471.BM.RC < prev    next >
Text File  |  1987-12-28  |  3KB  |  82 lines

  1. #            BDALES MAILER.RUNTIME CONFIGURATION  (BM.RC)
  2. #-------------------------------------------------------------------#
  3. #
  4. # Note: NET.EXE ignores all lines beginning with a pound sign (#).
  5. #
  6. # For a fuller explanation of BM.RC and the Simple Mail Transfer
  7. # Protocol (SMTP) see their respective doc files in DOC/ARC which is 
  8. # contained in the \doc subdirectory of the Plug 'n Play disk.
  9. # BM.DOC contains detailed information on the commands available.
  10. #
  11. #  BM is designed to serve as the mail user-interface for the 
  12. #  KA9Q TCP/IP internetworking package. It provides a full set 
  13. #  of mail services to the user.
  14. #
  15. #  Incoming mail is placed in 'mailbox' files in the 
  16. #  \spool\mail directory. The name of the file is based on the 
  17. #  user name specified by the sender. New messages with the 
  18. #  same user name are appended. If a mailbox file does not 
  19. #  exist it will be created automagically. Mailbox files may 
  20. #  also be referred to as "notesfiles".
  21. #
  22. #  Outgoing mail messages consist of two files each in the
  23. #  spool\mqueue directory. The names of the two files will be 
  24. #  in the form  <integer>.WRK and <integer).TXT, where integer 
  25. #  is the sequence number. The current sequence number is the 
  26. #  number shown in the file called sequence.seq, also in the 
  27. #  mqueue sub-directory.
  28. #
  29. #  A basic ASCII editor is provided within BM. However if you 
  30. #  wish to use your own editor it can be called up from within  
  31. #  BM by identifying it at the "edit" entry shown below.
  32. #
  33. # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  34. #
  35. #  This file (BM.RC) must be configured to your specific site. 
  36. #  Following are configuration requirements followed by examples.
  37. #
  38. #------------------------------------------
  39. # host <space> this_host_name
  40. #
  41. host n0qrm.ampr
  42. #
  43. #------------------------------------------
  44. # user <space> this_user_name
  45. #
  46. user esmerelda
  47. #
  48. #------------------------------------------
  49. # fullname <space> your_full_name for mail headers (optional)
  50. #
  51. fullname Radio Active
  52. #
  53. #------------------------------------------
  54. # reply <space> address  An optional reply address if not to this machine,
  55. #                        useful for a pc on a network with a smart mailer.
  56. # reply esmerelda@bogus.arpa.host
  57. #
  58. #------------------------------------------
  59. # zone <space> timezone
  60. #
  61. zone MST
  62. #
  63. #------------------------------------------
  64. # maxlet <space> max messages in mbox at once
  65. #
  66. maxlet 300
  67. #
  68. #------------------------------------------
  69. # edit <space> name_of_editor_for_mail_entry
  70. #
  71. edit emacs
  72. #
  73. #------------------------------------------
  74. # smtp <space> path to mailboxes
  75. #
  76. smtp \spool\mail 
  77. #
  78. #------------------------------------------
  79. # The END
  80.  
  81.  
  82.