home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / PPP15B70.ZIP / SAMPLE.INI < prev    next >
INI File  |  1997-11-15  |  4KB  |  136 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.
  61. MOREINFO = N
  62. ;
  63. ; Spawns FLINK.EXE and/or LINKER.EXE to clean-up packets after calls.
  64. CLEANUP = Y
  65. ;
  66. ; Static IP address, if assigned by ISP.  0.0.0.0 uses dynamic IP address.
  67. IPADDR = 0.0.0.0
  68. ;
  69. ; Network broadcast mask.  255.255.255.0 is standard subnetting.
  70. NETMASK = 255.255.255.0
  71. ;
  72. ; Domain Name System server for IP address lookup (provided by your ISP).
  73. DNS = 138.145.2.3
  74. ;
  75. ; Secondary Domain Name System server for lookup (provided by your ISP).
  76. SDNS = 138.145.3.3
  77. ;
  78. ; Your mail domain (usually the trailing part of your mail address).
  79. DOMAIN = erols.com
  80. ;
  81. ; Gateway or router address.  0.0.0.0 uses router port on current IP net.
  82. GATEWAY = 0.0.0.0
  83. ;
  84. ; User account name for forwarding service, if used.
  85. FWDNAME = jdoe
  86. ;
  87. ; Mail domain for forwarding services, if used.
  88. FWDDOM = bigfoot.com
  89. ;
  90. ; Information needed by NEWS and other programs.
  91. ;
  92. [NEWS]
  93. ;
  94. ; Your news host where your authorized to retrieve newsgroup articles.
  95. NEWSHOST = news.erols.com
  96. ;
  97. ; Username, when provider requires a login to use the news host.
  98. NEWSNAME = edare
  99. ;
  100. ; Associated password for news host login.
  101. NEWSPASS = password
  102. ;
  103. ; Account to send inbound mail which isn't addressed to a specific user.
  104. POSTMASTER = 7
  105. ;
  106. ; Use WWIV real name (USER.LST) instead of the alias on outbound mail.
  107. REALNAME = Y
  108. ;
  109. ; Use a fake name on newsgroup posts to prevent getting unsolicited mail.
  110. SPAMCONTROL = Y
  111. ;
  112. ; User-defined fake name when SPAMCONTROL=Y (must have an '@' and a '.').
  113. SPAMADDRESS = wwiv@pppproject.org
  114. ;
  115. ; User-defined fake name when SPAMCONTROL=Y (must have an '@' and a '.').
  116. REPLYTO = edare@SPAMix.netcom.com (remove SPAM)
  117. ;
  118. ; Signature file to append to newsgroup posts and Internet mail (ASCII only!)
  119. SIGNATURE = D:\WWIV\GFILES\INTERNET.TAG
  120. ;
  121. ; Maximum number of cross-posts before discarding a newsgroup article.
  122. XPOSTS = 5
  123. ;
  124. ; Bypass crosspost check on binary newsgroups?  If 'Y' will *not* perform a
  125. ; check against the number of crossposts.
  126. BINXPOST = Y
  127. ;
  128. ; Mailing List Section - used to define internet mailing lists that are to
  129. ; be retrieved into a message base rather than EMAIL.
  130. ;
  131. [MAILLIST]
  132. ; email_name   subtype    (NOTE: Asterisk (*) is required!)
  133. my_listserv@domain.com *1000
  134.  
  135.  
  136.