home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / SNEWS190.ZIP / SNEWS.RC < prev    next >
Encoding:
Text File  |  1992-05-26  |  5.0 KB  |  137 lines

  1. #       SAMPLE SNEWS.RC file
  2. #
  3. # The first five variables can be found in UUPC.RC, which Snews reads
  4. # as well. If you uncomment these in this file, they will override the
  5. # ones set in UUPC.RC.
  6. #
  7. # They are included in this sample file PURELY as a sample setup.
  8. #
  9. # WARNING: This can create an UNSTABLE system with outbound articles
  10. # created by SNEWS. It is highly recommended these values NOT be
  11. # uncommented!
  12. #
  13. #NodeName=izumi
  14. #Domain=izumi.DIALix.oz.au
  15. #MailServ=DIALix
  16. #NewsDir=e:/uupc/news/incoming
  17. #TempDir=g:
  18. #
  19. #
  20. #       Essential information for SNEWS.RC
  21. #
  22. #       MAILBOX is the variable for your account's name. It should be a
  23. #       one-word name. For instance, in the following example "account"
  24. #       is the Mailbox name.
  25. #       (account@machine.area.country)
  26. #
  27. #       Change 'moi' to your userid
  28. #
  29. Mailbox=moi
  30.  
  31. #       The NAME variable reflects your "real name". It can be set to a
  32. #       false name, or alias, but for purposes of net identification it
  33. #       is best set to your real name.
  34. #       Change 'John Smith' to your full name
  35. #
  36. Name=John Smith
  37.  
  38. #       Directory where your personal mail files, including your Signature
  39. #       file, outgoing mail, and mail saved via the "s" command with no
  40. #       file name or with the '=' prefix is placed.
  41. #
  42. Home=c:/uupc
  43.  
  44. #       Signature defines a file to be appended to all your outgoing
  45. #       mail.  This file should, in general, include your name, E-mail
  46. #       address, and optionally your Snail Mail address and/or phone
  47. #       number.  You must create this file yourself, otherwise comment
  48. #       out the following statement.
  49. #
  50. Signature=personal.sig
  51.  
  52. #       ALIASES defines the UUPC mail compatible alias file. SNEWS now
  53. #       allows you to specify aliases defined within this file when
  54. #       using the "m" (mail article to someone) or "R" (reply to an
  55. #       address). For the purpose of SNEWS, this file need not exist,
  56. #       and this line may be commented out.
  57. #
  58. Aliases=c:/uupc/aliases.txt
  59.  
  60. #
  61. #       Editor for editing outgoing articles or mail.
  62. #       (eg. for vi, it should be "vi %s", Q-edit: "q %s").
  63. #       Ensure that the editor is located within your DOS path,
  64. #       otherwise please include the exact location of the editor
  65. #       (eg. "c:\dos\util\q %s" for Qedit).
  66. #
  67. Editor=vi %s
  68.  
  69. #       OPTIONAL VARIABLES
  70. #
  71. #       Optional mail header items; these headers are not generated if
  72. #       these lines don't exist.   Note that the lines are commented
  73. #       out via a (#) in this sample file.
  74. #
  75. #       Organization is basically a comment, included in the mail header
  76. #       if it exists.
  77. #       It should reflect the name of your system, company or
  78. #       institution. It indicates to the reader "where" you're writing
  79. #       from.
  80. #
  81. #Organization= Yoyodyne Propulsion Systems, Earth, Solar System
  82.  
  83. #
  84. #       Replyto forces RFC-822 mailers to generate answers to the
  85. #       specified address.  Automatic reply commands (including the
  86. #       UUPC/extended MAIL reply command) will respond to this address.
  87. #       This variable should reflect a valid return email address for
  88. #       your system. It should be uncommented if replies to your normal
  89. #       address do not work.
  90. #
  91. #Replyto= nobody@dummy.address.com
  92.  
  93. #
  94. #       These new colour variables define the LOOK of your system, and
  95. #       allow people on monochrome systems to define the screen output
  96. #       differently from colour-screen users.
  97. #
  98. #               color helpf <col>  - Help screen foreground
  99. #               color helpb <col>  - Help screen background
  100. #               color textf <col>  - Text window foreground
  101. #               color textb <col>  - Text window background
  102. #               color headb <col>  - Screen header background
  103. #               color headf <col>  - Screen header foreground
  104. #               color msgb  <col>  - Message line (bottom) background
  105. #               color msgf  <col>  - Message line foreground
  106. #
  107. #         <col> can be of the following colours:
  108. #
  109. #           whi  - grey             note: the shortened names do not have
  110. #           bla  - black                  to be used - only the first 3
  111. #           blu  - blue                   letters of the colour are checked.
  112. #           gre  - green
  113. #           red  - red
  114. #           mag  - magenta
  115. #           cya  - cyan
  116. #           yel  - yellow
  117. #
  118. #         add "+" to the end of these and you will get the high intensity
  119. #         version of the same colour.  eg:  whi+  = white  cya+ = light cyan
  120. #         and so on.  Fiddle round with it till you get the colours you want.
  121. #
  122. color helpf whi+
  123. #color helpb gre
  124. color textf whi+
  125. #color textb bla
  126. color headb blu
  127. color headf whi
  128. color msgb blu
  129. color msgf whi
  130.  
  131. #       The above example gives you white news article text on a black
  132. #       background. The help screen foreground is white. The screen
  133. #       header is grey on blue, as is the msg line at the bottom of the
  134. #       screen.
  135. #
  136. #       END OF SAMPLE SNEWS.RC FILE
  137.