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