home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / WPPP50B2.ZIP / SAMPLE.INI < prev    next >
INI File  |  2001-05-09  |  6KB  |  170 lines

  1. ; NET.INI
  2. ; Standard .INI format, e.g. semicolons denote comments, TAG=value, etc.
  3. ;
  4. [NETWORK]
  5. ;
  6. ; Controls behavior when operating multi-network.  If defined, POP sessions are
  7. ; initiated only on the primary network (to prevent DEAD.NET packets).
  8. PRIMENET = FILEnet
  9. ;
  10. ; SMTP or mail relay host where mail is sent to other systems.
  11. SMTPHOST = smtp.erols.com
  12. ;
  13. ; TIME server sets DOS clock based upon received time.  Ensure the TZ variable
  14. ; is set in AUTOEXEC.BAT, e.g. SET TZ=CST6CDT for Central Standard Time, 6
  15. ; hours behind GMT, and adjusted for Daylight Saving time. Default is EST5EDT.
  16. TIMEHOST = time.nist.gov
  17. ;
  18. ; Quote of the Day server displays a network quote and, optionally, stores it
  19. ; in a file (QOTDFILE below) in the GFILES directory.  May be useful as a logon
  20. ; event, etc.
  21. QOTDHOST = ns.filenet.wwiv.net
  22. ;
  23. ; File to store retrieved QOTD quotes.  Directory will be GFILES.  If defined
  24. ; as AUTO.MSG, will overwrite the BBS active auto-message each run.
  25. QOTDFILE = QUOTES.TXT
  26. ;
  27. ; POP or mailbox host where mail is stored until you retrieve it.
  28. POPHOST = pop.netcom.com
  29. ;
  30. ; POP account or mailbox name, which may or may not be the same as login ID.
  31. POPNAME = edare
  32. ;
  33. ; POP account password, again sometimes different from login password.
  34. POPPASS = password
  35. ;
  36. ; Proxy address.  Used by Wingate, firewalls and network address translation
  37. ; devices.  If defined, POP account becomes "user#real.host@proxy".
  38. ;PROXY = 192.168.0.1
  39. ;
  40. ; Password used to access the BBS POP account at filenet.wwiv.net server
  41. ;NODEPASS = mynodepass
  42. ;
  43. ; General section for various defaults.
  44. ;
  45. [GENERAL]
  46. ;
  47. ; Keep a copy of all messages sent for 'xx' days.  '0' disables copying.
  48. KEEPSENT = 0
  49. ;
  50. ; If KEEPSENT is set, whether to purge sent messages during program run or
  51. ; during external event.  (PURGE=N requires PPPURGE.EXE in external event!)
  52. PURGE = Y
  53. ;
  54. ; Retrieve all mail from POP host or just network packets.  If ALLMAIL=N,
  55. ; no Internet mail for you or your users will be received!
  56. ALLMAIL = Y
  57. ;
  58. ; Composes outbound Internet messages with an extended address to identify the
  59. ; user, e.g. "edare@ix.netcom.com (frank_reid)".  If USERMAIL=N, the address
  60. ; remains simply "edare@ix.netcom.com".
  61. USERMAIL = Y
  62. ;
  63. ; Get both mail and news on a single call.  Callouts should be forced to a
  64. ; system other than @32767.
  65. ONECALL = Y
  66. ;
  67. ; Shows or suppresses program information and client-server activity during
  68. ; runtime.
  69. MOREINFO = N
  70. ;
  71. ; Shows or suppresses other recipients on the mailing list.  When set to 'Y'
  72. ; a generic "To: Multiple Recipients of Mailing List XXXX" is sent instead.
  73. ; Default N.
  74. NOLISTNAMES = Y
  75. ;
  76. ; Spawns FLINK.EXE and/or LINKER.EXE to clean-up packets after calls.
  77. CLEANUP = Y
  78. ;
  79. ; Your outgoing mail domain. This is used to talk with your SMTP server to
  80. ; send messages, and usually matches the ending part of the mail address
  81. ; that was assigned by your ISP (which may be different than the address
  82. ; you use for the BBS mail).
  83. ;
  84. DOMAIN = erols.com
  85. ;
  86. ; POP account domain name, if used.  This should only be enabled if all mail
  87. ; sent to the domain goes to a single mailbox defined by the POPNAME/POPHOST
  88. ; variables. The user addresses then become user_name@popdom.com.
  89. ;POPDOMAIN = n123.filenet.wwiv.net
  90. ;
  91. ; Whether outbound Internet mail should use the user number or name when
  92. ; domain-based addressing is used, e.g. "u123@n456.filenet.wwiv.net" or
  93. ; "your_name@n456.filenet.wwiv.net".
  94. ;USERNUM = Y
  95. ;
  96. ; User account name for forwarding service, if used.
  97. ;FWDNAME = jdoe
  98. ;
  99. ; Mail domain for forwarding services, if used.
  100. ;FWDDOM = bigfoot.com
  101. ;
  102. ; Information needed by NEWS and other programs.
  103. ;
  104. [NEWS]
  105. ;
  106. ; Your news host where your authorized to retrieve newsgroup articles. Multiple
  107. ; servers can be defined as indicated below.
  108. NEWSHOST = news.erols.com
  109. ;NEWSHOST0 = news.erols.com
  110. ;NEWSHOST1 = msnews.microsoft.com
  111. ;
  112. ; Authentication information for news servers.  Do NOT uncomment these lines
  113. ; unless you're sure your ISP requires it.  (Most don't.)
  114. ; Again, this may correspond to the multiple servers defined above.
  115. ;NEWSNAME = edare
  116. ;NEWSNAME0 = newsname
  117. ;
  118. ; Associated password for news host login, again corresponding to NEWSHOST.
  119. ;NEWSPASS = password
  120. ;NEWSPASS0 = newspassword
  121. ;
  122. ; Account to send inbound mail which isn't addressed to a specific user.
  123. POSTMASTER = 1
  124. ;
  125. ; Use WWIV real name (USER.LST) instead of the alias on outbound mail.
  126. REALNAME = Y
  127. ;
  128. ; Use a fake name on newsgroup posts to prevent getting unsolicited mail.
  129. SPAMCONTROL = Y
  130. ;
  131. ; User-defined fake name when SPAMCONTROL=Y (must have an '@' and a '.').
  132. SPAMADDRESS = wwiv@pppproject.org
  133. ;
  134. ; User-defined fake name when SPAMCONTROL=Y (must have an '@' and a '.').
  135. REPLYTO = myacct@NOSPAM.erols.com (remove SPAM)
  136. ;
  137. ; Signature file to append to newsgroup posts and Internet mail (ASCII only!)
  138. SIGNATURE = D:\WWIV\GFILES\INTERNET.TAG
  139. ;
  140. ; Maximum number of cross-posts before discarding a newsgroup article as spam.
  141. XPOSTS = 5
  142. ;
  143. ; Bypass crosspost check on binary newsgroups?  If 'Y' does *not* check the
  144. ; number of crossposts.
  145. BINXPOST = Y
  146. ;
  147. ; Update the NEWSRC (newsgroups listing) from your provider on each connect?
  148. ; If 'Y', the NEWGROUPS command is issued each day and a complete listing is
  149. ; retrieved the first of each month.
  150. NEWSRC_UPD = Y
  151. ;
  152. ; Operate in "stealth" mode with streamlined display, no display of subjects,
  153. ; etc.  Useful to prevent prying eyes from seeing what's being retrieved.
  154. QUIET = N
  155. ;
  156. ; Mailing List Section - used to define internet mailing lists that are to
  157. ; be retrieved into a message base rather than EMAIL.
  158. ;
  159. [MAILLIST]
  160. ;
  161. ; Issue mailing lists in "digest" mode, where posts are collected during the
  162. ; day and sent as a single, large message the subsequent day.  This will be
  163. ; further enhanced in the future.
  164. DIGEST = Y
  165. ;
  166. ; Add the subscribed mailing lists in the following format:
  167. ; email_name  *subtype  (NOTE: Asterisk is required on subtype!)
  168. my_listserv@domain.com *1000
  169. [END]
  170.