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