home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / tcp / tcpip1-2 / bm.rc < prev    next >
Encoding:
Text File  |  1989-04-22  |  2.4 KB  |  73 lines

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