home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / PPP15B47.ZIP / SAMPLE.INI < prev    next >
INI File  |  1997-10-06  |  4KB  |  120 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. ; POP or mailbox host where mail is stored until you retrieve it.
  12. POPHOST = pop.netcom.com
  13. ;
  14. ; POP account or mailbox name, not to be confused with login ID.
  15. POPNAME = edare
  16. ;
  17. ; POP account password, again sometimes different from login password.
  18. POPPASS = password
  19. ;
  20. ; General section for various defaults.
  21. ;
  22. [GENERAL]
  23. ;
  24. ; Timeout when dialing, in seconds.  60 or 90 usually suffices.
  25. TIMEOUT = 90
  26. ;
  27. ; Delay between socket send/receive packets, in seconds.  Higher than 60
  28. ; usually indicates other problems.
  29. SOCK_DELAY = 60
  30. ;
  31. ; Socket inactivity maximum, in seconds.  Increase if you use a non-local
  32. ; sendmail or POP host.
  33. INACTIVE = 120
  34. ;
  35. ; Keep a copy of all messages sent for 'xx' days.  '0' disables copying.
  36. KEEPSENT = 0
  37. ;
  38. ; If KEEPSENT is set, whether to purge sent messages during program run or
  39. ; during external event.  (PURGE=N requires PPPURGE.EXE in external event!)
  40. PURGE = Y
  41. ;
  42. ; Retrieve all mail from POP host or just network packets.  If ALLMAIL=N,
  43. ; no Internet mail for you or your users will be received!
  44. ALLMAIL = Y
  45. ;
  46. ; Get both mail and news on a single call.  Callout should be forced to
  47. ; system other than @32767.
  48. ONECALL = Y
  49. ;
  50. ; Shows or suppresses program information and client-server activity during
  51. ; runtime.
  52. MOREINFO = N
  53. ;
  54. ; Spawns FLINK.EXE and/or LINKER.EXE to clean-up packets after calls.
  55. CLEANUP = Y
  56. ;
  57. ; Static IP address, if assigned by ISP.  0.0.0.0 uses dynamic IP address.
  58. IPADDR = 0.0.0.0
  59. ;
  60. ; Network broadcast mask.  255.255.255.0 is standard subnetting.
  61. NETMASK = 255.255.255.0
  62. ;
  63. ; Domain Name System server for IP address lookup (provided by your ISP).
  64. DNS = 138.145.2.3
  65. ;
  66. ; Secondary Domain Name System server for lookup (provided by your ISP).
  67. DNS = 138.145.3.3
  68. ;
  69. ; Your mail domain (usually the trailing part of your mail address).
  70. DOMAIN = erols.com
  71. ;
  72. ; Gateway or router address.  0.0.0.0 uses router port on current IP net.
  73. GATEWAY = 0.0.0.0
  74. ;
  75. ; User account name for forwarding service, if used.
  76. FWDNAME = jdoe
  77. ;
  78. ; Mail domain for forwarding services, if used.
  79. FWDDOM = bigfoot.com
  80. ;
  81. ; Information needed by NEWS and other programs.
  82. ;
  83. [NEWS]
  84. ;
  85. ; Your news host where your authorized to retrieve newsgroup articles.
  86. NEWSHOST = news.erols.com
  87. ;
  88. ; Username, when provider requires a login to use the news host.
  89. NEWSNAME = edare
  90. ;
  91. ; Associated password for news host login.
  92. NEWSPASS = password
  93. ;
  94. ; Account to send inbound mail which isn't addressed to a specific user.
  95. POSTMASTER = 7
  96. ;
  97. ; Use WWIV real name (USER.LST) instead of the alias on outbound mail.
  98. REALNAME = Y
  99. ;
  100. ; Use a fake name on newsgroup posts to prevent getting unsolicited mail.
  101. SPAMCONTROL = Y
  102. ;
  103. ; User-defined fake name when SPAMCONTROL=Y (must have an '@' and a '.').
  104. SPAMADDRESS = wwiv@ppp.project.org
  105. ;
  106. ; Signature file to append to newsgroup posts and Internet mail (ASCII only!)
  107. SIGNATURE = D:\WWIV\GFILES\INTERNET.TAG
  108. ;
  109. ; Maximum number of cross-posts before discarding a newsgroup article.
  110. XPOSTS = 5
  111. ;
  112. ; Mailing List Section - used to define internet mailing lists that are to
  113. ; be retrieved into a message base rather than EMAIL.
  114. ;
  115. [MAILLIST]
  116. ; email_name   subtype    (NOTE: Asterisk (*) is required!)
  117. my_listserv@domain.com *1000
  118.  
  119.  
  120.