home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / UUPC11QD.ZIP / PERSONAL.RC < prev    next >
Encoding:
Text File  |  1991-10-29  |  8.4 KB  |  186 lines

  1. #
  2. #       SAMPLE FILE ONLY -- Do not use if you have already installed
  3. #                           UUPC and customized this file.
  4. #
  5. #                Comment lines begin with a pound sign (#) in column 1.
  6.  
  7. #
  8. #       Sample User configuration file for user John Smith
  9. #
  10.  
  11. #       Essential information
  12.  
  13. #       Change 'moi' to your userid
  14. Mailbox=moi
  15.  
  16. #       Change 'John Smith' to your full name
  17. Name=John Smith
  18.  
  19. #       Directory where your personal mail files, including your Signature
  20. #       file, outgoing mail, and mail saved via the "s" command with no
  21. #       file name or with the '=' prefix is placed.
  22. Home=c:/usr/mail
  23.  
  24. #       FileSent defines where a copy of all outgoing mail is saved.
  25. #       This file will be created, if needed, in your Home directory.
  26. #       If you don't want your outgoing mail saved, comment out the
  27. #       following.
  28. FileSent=MailSent
  29.  
  30. #       Signature defines a file to be appended to all your outgoing
  31. #       mail.  This file should, in general, include your name, E-mail
  32. #       address, and optionally your Snail Mail address and/or phone
  33. #       number.  You must create this file yourself, otherwise comment
  34. #       out the following.
  35. #
  36. #       Note: Also see options=autosign, below.
  37. Signature=personal.sig
  38.  
  39. #       Altsignature defines an alternate signature file, included by
  40. #       the ~S command when sending mail.
  41. altsignature=alt.sig
  42.  
  43. #       Aliases defines a file with names and addresses of people you
  44. #       often send mail to.  You must create this file.  Unlike the
  45. #       FileSent and Signature, you must include the path name in
  46. #       the Aliases file; like the other files, to not use an alias
  47. #       file, you may comment the line out.
  48. Aliases=c:/usr/mail/aliases.txt
  49.  
  50. #       Optional mail header items; these headers are not generated if
  51. #       these lines don't exist.   Note that the lines are commented
  52. #       out via a pound sign (#) in this sample file.
  53.  
  54. #       Organization is basically a comment, included in the mail header
  55. #       if it exists.
  56. #Organization=Me?  Organized?
  57.  
  58. #       Replyto forces RFC-822 mailers to generate answers to the
  59. #       specified address.  Automatic reply commands (including the
  60. #       UUPC/extended MAIL reply command) will respond this address.
  61. #Replyto=alternate@node
  62.  
  63. # *--------------------------------------------------------------------*
  64. # *   The OPTIONS line.  There can be one or more options lines,       *
  65. # *   each with one or more keywords separated by tabs or spaces,      *
  66. # *   in the UUPC.RC and PERSONAL.RC files.  Options are set and       *
  67. # *   reset in the order that they are read.  The defaults are         *
  68. # *   ALWAYS false for these options, as if you specified:             *
  69. # *--------------------------------------------------------------------*
  70. options=noaskcc noautoedit noautoprint nodot nofromsep
  71. #       ... and so forth.
  72.  
  73. #       Use the 'fromsep' option if you must read a mailbox that
  74. #       does not have UUPC separators in it, and then UUPC/extended
  75. #       will also search for From lines to separate messages.
  76. #       messages.  Otherwise, use 'nofromsep'.
  77. options=nofromsep
  78.  
  79. # *--------------------------------------------------------------------*
  80. # *   With 'autoprint', messages are automatically printed when        *
  81. # *   you move to them by deleting the previous message.  Setting      *
  82. # *   noautoprint disables this feature.  "autoprint" was the          *
  83. # *   default behavior of versions up through 1.07i.                   *
  84. # *--------------------------------------------------------------------*
  85. options=autoprint
  86.  
  87. # *--------------------------------------------------------------------*
  88. # *   By default, the mail program prompts you in line mode for        *
  89. # *   your input, and then you can enter the editor when it            *
  90. # *   prompts you.  By setting 'autoedit', it doesn't prompt for       *
  91. # *   mail from the console if an editor is defined, and instead       *
  92. # *   goes into the editor immediately for all interactive mail.       *
  93. # *   autoedit is ignored if no editor is defined.                     *
  94. # *--------------------------------------------------------------------*
  95. options=autoedit
  96.  
  97. # *--------------------------------------------------------------------*
  98. # *   To automatically have the text of mail you are replying to       *
  99. # *   included in the mail you send, use the "autoinclude" option      *
  100. # *--------------------------------------------------------------------*
  101. options=autoinclude
  102.  
  103. # *--------------------------------------------------------------------*
  104. # *   If you want to be prompted for carbon copies, use the            *
  105. # *   "askcc" option.  "askcc" was the default behavior of             *
  106. # *   versions up through 1.07i.                                       *
  107. # *--------------------------------------------------------------------*
  108. options=askcc
  109.  
  110. # *--------------------------------------------------------------------*
  111. # *   If you want your signature file to be automatically              *
  112. # *   appended, specify "autosign".  "autosign" was the default of     *
  113. # *   versions up through 1.07j.                                       *
  114. # *--------------------------------------------------------------------*
  115. options=autosign
  116.  
  117. # *--------------------------------------------------------------------*
  118. # *   "backup" causes old mailboxes to be renamed to a file with       *
  119. # *   the extension defined by "BackupExt" rather then be deleted.     *
  120. # *--------------------------------------------------------------------*
  121. options=backup
  122.  
  123. # *--------------------------------------------------------------------*
  124. # *   If you want to be able to terminate your mail with a period      *
  125. # *   (.), use the "dot" option.                                       *
  126. # *--------------------------------------------------------------------*
  127. options=dot
  128.  
  129. # *--------------------------------------------------------------------*
  130. # *   Option "doskey" enables use of the MS-DOS 5.0 DOSKEY command     *
  131. # *   installed, you'll get a nasty message.                           *
  132. # *   line editor.  If you specify doskey but not have the TSR         *
  133. # *   installed, you'll get a nasty message.                           *
  134. # *--------------------------------------------------------------------*
  135. options=nodoskey
  136.  
  137. # *--------------------------------------------------------------------*
  138. # *   Option "expert" turns off selected redundant messages and        *
  139. # *   re-enables the empty line command when DOSKEY is installed.      *
  140. # *--------------------------------------------------------------------*
  141. options=noexpert
  142.  
  143. # *--------------------------------------------------------------------*
  144. # *   Option "forwardsave" causes resent mail to be saved in your      *
  145. # *   outgoing mail box.  The default, "noforwardsave" doesn't         *
  146. # *   save mail resent with the forward (f) command.                   *
  147. # *--------------------------------------------------------------------*
  148. options=noforwardsave
  149.  
  150. #       "pager" reverses the meanings of the P/p commands and the
  151. #       T/t commands; "nopager" makes "p" and "t" use the external
  152. #       pager if available, and "pager" makes "P" and "T" use the
  153. #       external pager.  This option also affects the help (?) and
  154. #       tilde help (~?) commands.
  155. options=nopager
  156.  
  157. #       If you want empty mailboxes deleted automatically, specify
  158. #       "purge".
  159. options=purge
  160.  
  161. #       If you want new mail that you read and do not delete or save to
  162. #       be automatically saved in your default mailbox when you quit
  163. #       mail, specify "save".
  164. options=save
  165.  
  166. # *--------------------------------------------------------------------*
  167. # *   Verbose enables the printing of remote delivery messages.        *
  168. # *   Useful.                                                          *
  169. # *--------------------------------------------------------------------*
  170. options=verbose
  171.  
  172. #       Defaults for editing outgoing mail and viewing incoming
  173. #       mail.  The  %s is required to specify the file name.
  174.  
  175. #       Editor for editing outgoing mail with the Edit command.
  176. Editor=Edit %s
  177.  
  178. #       Program defined for displaying incoming mail.  By default,
  179. #       UUPC will use its own internal pager, suitable for most
  180. #       purposes.
  181. #Pager=more < %s
  182.  
  183. #       Information used by the Mail User's Shell, if installed
  184. #       Folder defines where to save your mail.
  185. #Folders=~/folders
  186.