home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / PPP20A02.ZIP / SAMPLE.INI < prev    next >
INI File  |  1999-06-27  |  6KB  |  183 lines

  1. ; NET.INI
  2. ; Standard .INI format, e.g. semicolons denote comments, TAG=value, etc.
  3. ;
  4. ; Network section... both [PPPNET] and [FILENET] are honored here.
  5. ;
  6. [NETWORK]
  7. ;
  8. ; Controls behavior when operating multi-network.  If defined, POP sessions are
  9. ; initiated only on the primary network (to prevent DEAD.NET packets).
  10. PRIMENET = FILEnet
  11. ;
  12. ; SMTP or mail relay host where mail is sent to other systems.
  13. SMTPHOST = smtp.erols.com
  14. ;
  15. ; TIME server sets DOS clock based upon received time.  Ensure the TZ variable
  16. ; is set in AUTOEXEC.BAT, e.g. SET TZ=CST6CDT.  (Defaults to EST5EDT.)
  17. TIMEHOST = time.nist.gov
  18. ;
  19. ; POP or mailbox host where mail is stored until you retrieve it.
  20. POPHOST = pop.netcom.com
  21. ;
  22. ; POP account or mailbox name, not to be confused with login ID.
  23. POPNAME = edare
  24. ;
  25. ; POP account password, again sometimes different from login password.
  26. POPPASS = password
  27. ;
  28. ; Proxy address.  Used by Wingate, firewalls and network address translation
  29. ; devices.  If defined, POP account becomes "user#real.host@proxy".
  30. ;PROXY = 192.168.0.1
  31. ;
  32. ; General section for various defaults.
  33. ;
  34. [GENERAL]
  35. ;
  36. ; PPP packet driver to use for connection.  PPPD is for the drivers in DOSPPP
  37. ; and KLOS is for the Klos shareware PPPSHARE.EXE.
  38. DRIVER = PPPD
  39. ;
  40. ; Retries when dialing. If set, will try to connect up to 10 times if
  41. ; connection is not successful (busy, etc).
  42. RETRIES = 5
  43. ;
  44. ; Rewrite WATTCP.CFG on each run?  If 'Y', the existing WATTCP.CFG is assumed
  45. ; to be an accurate net configuration.  If 'N', WATTCP.CFG is created each run.
  46. NOWATTCP = N
  47. ;
  48. ; Timeout when dialing, in seconds.  60 or 90 usually suffices.
  49. TIMEOUT = 90
  50. ;
  51. ; Delay between socket send/receive packets, in seconds.  Higher than 60
  52. ; usually indicates other problems.
  53. SOCK_DELAY = 60
  54. ;
  55. ; Socket inactivity maximum, in seconds.  Increase if you use a non-local
  56. ; sendmail or POP host.
  57. INACTIVE = 120
  58. ;
  59. ; Keep a copy of all messages sent for 'xx' days.  '0' disables copying.
  60. KEEPSENT = 0
  61. ;
  62. ; If KEEPSENT is set, whether to purge sent messages during program run or
  63. ; during external event.  (PURGE=N requires PPPURGE.EXE in external event!)
  64. PURGE = Y
  65. ;
  66. ; Retrieve all mail from POP host or just network packets.  If ALLMAIL=N,
  67. ; no Internet mail for you or your users will be received!
  68. ALLMAIL = Y
  69. ;
  70. ; Composes outbound Internet messages with an extended address to identify the
  71. ; user, e.g. "edare@ix.netcom.com (frank_reid)".  If USERMAIL=N, the address
  72. ; remains simply "edare@ix.netcom.com".
  73. USERMAIL = Y
  74. ;
  75. ; Get both mail and news on a single call.  Callout should be forced to
  76. ; system other than @32767.
  77. ONECALL = Y
  78. ;
  79. ; Shows or suppresses program information and client-server activity during
  80. ; runtime.  Default N.
  81. MOREINFO = N
  82. ;
  83. ; Shows or suppresses other recipients on the mailing list.  When set to 'Y'
  84. ; a generic "To: Multiple Recipients of Mailing List XXXX" is sent instead.
  85. ; Default N.
  86. NOLISTNAMES = Y
  87. ;
  88. ; Spawns FLINK.EXE and/or LINKER.EXE to clean-up packets after calls.
  89. CLEANUP = Y
  90. ;
  91. ; Static IP address, if assigned by ISP.  0.0.0.0 uses dynamic IP address.
  92. IPADDR = 0.0.0.0
  93. ;
  94. ; Network broadcast mask.  255.255.255.0 is standard subnetting.
  95. NETMASK = 255.255.255.0
  96. ;
  97. ; Domain Name System server for IP address lookup (provided by your ISP).
  98. DNS = 138.145.2.3
  99. ;
  100. ; Secondary Domain Name System server for lookup (provided by your ISP).
  101. SDNS = 138.145.3.3
  102. ;
  103. ; Your mail domain (usually the trailing part of your mail address).
  104. DOMAIN = erols.com
  105. ;
  106. ; POP account domain name, if used.  This should only be enabled if all mail
  107. ; sent to the domain goes to a single mailbox defined by the POPNAME/POPHOST
  108. ; variables. The user addresses then become user_name@popdom.com.
  109. ;POPDOMAIN = n123.filenet.wwiv.net
  110. ;
  111. ; Whether outbound Internet mail should use the user number or name when
  112. ; domain-based addressing is used, e.g. "u123@n456.filenet.wwiv.net" or
  113. ; "your_name@n456.filenet.wwiv.net".
  114. ;USERNUM = Y
  115. ;
  116. ; Gateway or router address.  0.0.0.0 uses router port on current IP net.
  117. GATEWAY = 0.0.0.0
  118. ;
  119. ; User account name for forwarding service, if used.
  120. ;FWDNAME = jdoe
  121. ;
  122. ; Mail domain for forwarding services, if used.
  123. ;FWDDOM = bigfoot.com
  124. ;
  125. ; Information needed by NEWS and other programs.
  126. ;
  127. [NEWS]
  128. ;
  129. ; Your news host where your authorized to retrieve newsgroup articles.
  130. NEWSHOST = news.erols.com
  131. ;
  132. ; Username, when provider requires a login to use the news host.
  133. ;NEWSNAME = edare
  134. ;
  135. ; Associated password for news host login.
  136. ;NEWSPASS = password
  137. ;
  138. ; Account to send inbound mail which isn't addressed to a specific user.
  139. POSTMASTER = 1
  140. ;
  141. ; Use WWIV real name (USER.LST) instead of the alias on outbound mail.
  142. REALNAME = Y
  143. ;
  144. ; Use a fake name on newsgroup posts to prevent getting unsolicited mail.
  145. SPAMCONTROL = Y
  146. ;
  147. ; User-defined fake name when SPAMCONTROL=Y (must have an '@' and a '.').
  148. SPAMADDRESS = wwiv@pppproject.org
  149. ;
  150. ; User-defined fake name when SPAMCONTROL=Y (must have an '@' and a '.').
  151. REPLYTO = edare@SPAMix.netcom.com (remove SPAM)
  152. ;
  153. ; Signature file to append to newsgroup posts and Internet mail (ASCII only!)
  154. SIGNATURE = D:\WWIV\GFILES\INTERNET.TAG
  155. ;
  156. ; Maximum number of cross-posts before discarding a newsgroup article.
  157. XPOSTS = 5
  158. ;
  159. ; Bypass crosspost check on binary newsgroups?  If 'Y' will *not* perform a
  160. ; check against the number of crossposts.
  161. BINXPOST = Y
  162. ;
  163. ; Mailing List Section - used to define internet mailing lists that are to
  164. ; be retrieved into a message base rather than EMAIL.
  165. ;
  166. ; Update the NEWSRC (newsgroups listing) from your provider on each connect?
  167. ; If 'Y', the NEWGROUPS command is issued each day and a complete listing is
  168. ; retrieved the first of each month.
  169. NEWSRC_UPD = Y
  170. ;
  171. ; Operate in "stealth" mode with streamlined display, no display of subjects,
  172. ; etc.  This will be enhanced in the future.
  173. QUIET = N
  174. ;
  175. [MAILLIST]
  176. ;
  177. ; Issue mailing lists in "digest" mode, where posts are collected during the
  178. ; day and sent as a single, large message the subsequent day.  This will be
  179. ; further enhanced in the future.
  180. DIGEST = Y
  181. ; email_name   subtype    (NOTE: Asterisk (*) is required!)
  182. my_listserv@domain.com *1000
  183.