home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / ka9q / pcelm321.zip / PCELM.RC < prev    next >
Text File  |  1994-01-05  |  11KB  |  304 lines

  1. #            PCElm RUNTIME CONFIGURATION  (PCElm.RC)
  2. #-------------------------------------------------------------------#
  3. #
  4. # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  5. #
  6. #  This file (PCELM.RC) must be configured to your specific site.
  7. #
  8. #
  9. #        DO NOT USE THIS FILE AS-IS. YOU   M U S T  EDIT
  10. #
  11. #         THIS FILE TO REFLECT   Y O U R   INSTALLATION
  12. #
  13. #                     BEFORE USING PCELM.
  14. #
  15. #
  16. #
  17. #  Following are configuration requirements followed by examples.
  18. #
  19. # Lines beginning with # or ; are comments. Empty lines are disregarded.
  20. #------------------------------------------
  21. # host <space> this_host_name
  22. # this is the hostname to be used for the hamradio mode. It usually
  23. # is your callsign followed by .ampr.org, as in "dg5kx.ampr.org"
  24.  
  25. host dg5kx.ampr.org
  26.  
  27. #------------------------------------------
  28. # uucphost <space> this_uucp_host_name
  29. # this is the hostname to be used for uucp mode. Note: traditional
  30. # uucp hostnames need to be unique, so know what you are doing here.
  31. # This is usually either your hostname followed by .uucp as in
  32. # "dg5kx.uucp" or a fully qualified domain name (FQDN) as in
  33. # "dg5kx.rmi.de".
  34.  
  35. uucphost dg5kx.uucp
  36.  
  37. #------------------------------------------
  38. # user <space> this_user_name
  39. # also MAILBOX from environment
  40. # This is the name of your mailbox. It usually is your username (login)
  41. # at this system. (Note that this puts an 8 character length restriction
  42. # on your username, as MessDOS can't handle more characters).
  43. # If this entry is commented out, the value of the environment variable
  44. # 'mailbox' is used.
  45.  
  46. user marvin
  47.  
  48. #------------------------------------------
  49. # fullname <space> your_full_name for mail headers
  50. # also NAME from environment
  51. # Your real life name belongs here. This is so that other people can see
  52. # who you really are, even if your username is 'gandalf' or 'blackadder'.
  53. # If this entry is commented out, the value of the environment variable
  54. # 'name' is used.
  55.  
  56. fullname "Martin W Freiss"
  57.  
  58. #------------------------------------------
  59. # reply <space> address  An optional reply address if not to this machine,
  60. #                        useful for a pc on a network with a smart mailer.
  61. # Use this if you want replies to your messages to go to another machine
  62. # or if you are on a network where headers are mangled so bad people
  63. # can't reply to you otherwise. Only works for hamradio.
  64.  
  65. reply freiss.pad@sni.de
  66.  
  67. #------------------------------------------
  68. # A reply-address for uucp mode. See above for an explanation.
  69.  
  70. uucpreply freiss.pad@sni.de
  71.  
  72. #------------------------------------------
  73. # zone <space> timezone
  74. # The timezone you are living in. Should be 3 characters, not more, not less.
  75. # There is an ISO standard for time zone names if memory serves me correctly,
  76. # but the ISO number escapes me.
  77.  
  78. zone MEZ
  79.  
  80. #------------------------------------------
  81. # maxlet <space> max messages in mbox at once
  82. # The maximum number of messages that may be in a mailbox at once.
  83. # Decrease this number if you are short on memory. PCElm startup will slow
  84. # down considerably if you have a huge mailbox; on the other hand I doubt
  85. # anybody can find his way around 300 messages in a single mailbox.
  86.  
  87. maxlet 300
  88.  
  89. #------------------------------------------
  90. # edit <space> name_of_editor_for_mail_entry
  91. # also EDITOR from environment
  92. # The filename of your favorite editor goes here. This should be a small
  93. # editor capable of producing true ASCII files (if possible with no
  94. # Control-Z at the end, though PCElm tries to zap Cntrl-Z's if it sees them).
  95. # What I'm trying to convey here is that Word for Windows ((C) Microsoft)
  96. # is not the sort of thing you want to put here.
  97. # If this entry is commented out, the value of the environment variable
  98. # 'editor' is used.
  99.  
  100. edit builtin+
  101.  
  102. #------------------------------------------
  103. # smtp <space> path to mailboxes
  104. # also MAILDIR from environment
  105. # This is where you put the directory where your mailboxes reside. All
  106. # mailboxes, i.e. both the hamradio and uucp mailboxes should be in one
  107. # directory.
  108. # If this entry is commented out, the value of the environment variable
  109. # 'maildir' is used.
  110.  
  111. smtp d:/spool/mail
  112.  
  113. #------------------------------------------
  114. # queuedir <space> path to mail queue
  115. # This is where you put the directory where outgoing mail gets queued up.
  116. # Typically, this is called /spool/mqueue or something like that.
  117.  
  118. queuedir c:/spool/mqueue
  119.  
  120. #------------------------------------------
  121. # video <space> 0 || 1 for direct video write
  122. # Put a 1 here if you want direct writes into video ram, which is fast
  123. # but tends to confuse CGAs and not-so-very-compatible PCs. A 0 will
  124. # do all video updates through the BIOS, which is considerably slower.
  125.  
  126. video 1
  127.  
  128. #------------------------------------------
  129. # SOH for uucp
  130. # This is a sequence of words that tell PCElm that a new message begins.
  131. # Uh.. message delimiter is the word I was looking for. Usually "From ",
  132. # but may be "Control-A" if you are using MMDF or anything at all if
  133. # you are using weird mailers.
  134. # "From " (note the blank) or "Received" usually work.
  135. # If you are using UUPC or another package that uses MMDF delimiters
  136. # (i.e. a sequence of Control-A's to store mail, use the special keyword
  137. # mmdf.
  138.  
  139. SOH-UUCP mmdf
  140.  
  141. #------------------------------------------
  142. # SOH for amateur radio
  143. # See above, but for ham radio.
  144.  
  145. SOH-ham "From "
  146.  
  147. #------------------------------------------
  148. # Extension for amateur radio
  149. # The file extension your mailbox file has goes here. A mailbox is
  150. # construed from your username with the extension defined here appended to
  151. # it. Note that even if your mailbox has no extension, you still need
  152. # to define the dot "." as extension ! The dot is mandatory.
  153.  
  154. ham-ext ".txt"
  155.  
  156. #------------------------------------------
  157. # Extension for UUCP
  158. # See above, but for uucp.
  159. # UUPC usually has no extension, so we just define the dot as extension.
  160.  
  161. uucp-ext "."
  162.  
  163. #------------------------------------------
  164. # Startmode for PCElm. If Startmode is "uucp", PCElm will start in
  165. # uucp mode; anything else will cause PCElm to start in hamradio mode.
  166.  
  167. START uucp
  168.  
  169. #------------------------------------------
  170. # Define various colours for display:
  171. # The numbers below are hexadecimal numbers defining a foreground and
  172. # background colour for various scenarios. The routine determining the
  173. # colours is quite simpleminded, so please don't use spaces here.
  174. #
  175. # If you are confused as to what to enter here, either leave it alone
  176. # or consult an IBM PC programming manual as to how these numbers are
  177. # arrived at.
  178. #
  179. # The color codes are as follows:
  180. #
  181. #    Background    |    Foreground
  182. #  ---------------------------------
  183. #  0   0   0   1   |   1   1   1   1 ---> 0x1f ---> Bright white on blue
  184. #  ---------------------------------
  185. #  B   R   G   B   |   I   R   G   B
  186. #  L   E   R   L   |   N   E   R   L
  187. #  I   D   E   U   |   T   D   E   U
  188. #  N       E   E   |   E       E   E
  189. #  K       N       |   N       N
  190. #
  191. # This will definitely get more comfortable to configure in a later version
  192. # of PCElm.
  193. #
  194. # Values are: normal screen, bold, more prompt, default at exit, selection bar
  195.  
  196. COLORS 1f,4f,2f,07,6f
  197.  
  198. #------------------------------------------
  199. #
  200. #   Format of uucp command
  201. #   Supported macros are:
  202. #   $   filename containing message header and body
  203. #   %   name of receiver
  204. #   &   subject of the message
  205. #
  206. # PCElm constructs the workfiles and messagefiles that KA9Q NET and NOS
  207. # needs by itself, but execs an exterior mailer in uucp mode so that
  208. # headers peculiar to your particular implementation of uucp (or whatever)
  209. # can be written. The exterior mailer is usually called rmail.exe or
  210. # mail.exe. The macros $ and % are expanded _once_, they may not occur
  211. # multiple times in this line.
  212. # For my version of UUPC (quite old), the following line works.
  213.  
  214. uucpcall "rmail % < $"
  215.  
  216. # For UUPC/extendend, try
  217. # uucpcall "rmail -f % $"
  218. #
  219.  
  220. #------------------------------------------
  221. # Name of sequence file.
  222. # This is the file where the numbers for message id's are stored.
  223. # It is located in the mail spool directory.
  224.  
  225. sequence sequence.seq
  226.  
  227. #------------------------------------------
  228. # Headerlines to weed out
  229.  
  230. weedout "From: Message-Id: X-Mailer: Status: X-Status: Subject: To: X-Organization: Reply-To: Received: From\32"
  231.  
  232. #---------------------------------------------
  233. # The following options are new in version 3.1
  234. #---------------------------------------------
  235. # Set escape character for editing, default is '.'
  236.  
  237. escape .
  238.  
  239. #------------------------------------------
  240. # Enter the choosen editor for creating messages without .e from the
  241. # builtin line editor.
  242. # 1: yes, enter editor immediately
  243. # 0: no, use .e to enter editor
  244. use-ed 0
  245.  
  246. #------------------------------------------
  247. # define help level, 0 is full menu display. If changed to
  248. # 1, PCElm will display up to 16 `messages' on the title screen.
  249.  
  250. help 0
  251.  
  252. #------------------------------------------
  253. # Up to 10 user-defined header lines may be given here.
  254. # These lines will be inserted into the header of every
  255. # message. opthdr0 is the first, opthdr9 the last.
  256.  
  257. opthdr0 "X-Organization: private site"
  258. opthdr1 "X-PCElm-Version: 3.2"
  259.  
  260. #------------------------------------------
  261. # Define the string for quoting in reply_including...
  262. # default is ">"
  263.  
  264. quote "> "
  265.  
  266. #------------------------------------------
  267. # pager is used if you want to read your mail using a pager of your own
  268. # choice instead of the builtin pager. Comment this out if you want to use
  269. # the builtin pager only.
  270. # The macro $ denotes the temporary file passed to the pager.
  271.  
  272. #pager "c:/etc/dte $"
  273.  
  274. #------------------------------------------
  275. # Ask for new hostname and user name when toggling between mail systems.
  276. # 1: ask for new data
  277. # 0: do not ask for new data
  278.  
  279. ask-toggle 0
  280.  
  281. #------------------------------------------
  282. # Set this to 1 to enable MIME support, or to 0 if you want to ignore
  283. # the multimedia stuff.
  284.  
  285. enablemime 1
  286.  
  287. #------------------------------------------
  288. # Define the program used to process multimedia mail (MIME).
  289. # At the time of this writing, I know of only the mm package from
  290. # Bellcore, but I'm sure other packages will be available soon.
  291. # The macro $ denotes the temporary file passed to the MIME program.
  292.  
  293. multimedia "metamail $"
  294.  
  295. #------------------------------------------
  296. # Some people asked for this: If you set the following
  297. # to 1, you are allowed to delete unread messages too.
  298.  
  299. delete-unread 0
  300.  
  301. #------------------------------------------
  302. # The END
  303. #------------------------------------------
  304.