home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / PPP15B41.ZIP / SAMPLE.INI < prev    next >
INI File  |  1997-09-13  |  3KB  |  117 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 = 207.114.0.130
  65. ;
  66. ; Your mail domain (usually the trailing part of your mail address).
  67. DOMAIN = erols.com
  68. ;
  69. ; Gateway or router address.  0.0.0.0 uses router port on current IP net.
  70. GATEWAY = 0.0.0.0
  71. ;
  72. ; User account name for forwarding service, if used.
  73. FWDNAME = jdoe
  74. ;
  75. ; Mail domain for forwarding services, if used.
  76. FWDDOM = bigfoot.com
  77. ;
  78. ; Information needed by NEWS and other programs.
  79. ;
  80. [NEWS]
  81. ;
  82. ; Your news host where your authorized to retrieve newsgroup articles.
  83. NEWSHOST = news.erols.com
  84. ;
  85. ; Username, when provider requires a login to use the news host.
  86. NEWSNAME = edare
  87. ;
  88. ; Associated password for news host login.
  89. NEWSPASS = password
  90. ;
  91. ; Account to send inbound mail which isn't addressed to a specific user.
  92. POSTMASTER = 7
  93. ;
  94. ; Use WWIV real name (USER.LST) instead of the alias on outbound mail.
  95. REALNAME = Y
  96. ;
  97. ; Use a fake name on newsgroup posts to prevent getting unsolicited mail.
  98. SPAMCONTROL = Y
  99. ;
  100. ; User-defined fake name when SPAMCONTROL=Y (must have an '@' and a '.').
  101. SPAMADDRESS = wwiv@ppp.project.org
  102. ;
  103. ; Signature file to append to newsgroup posts and Internet mail (ASCII only!)
  104. SIGNATURE = D:\WWIV\GFILES\INTERNET.TAG
  105. ;
  106. ; Maximum number of cross-posts before discarding a newsgroup article.
  107. XPOSTS = 5
  108. ;
  109. ; Mailing List Section - used to define internet mailing lists that are to
  110. ; be retrieved into a message base rather than EMAIL.
  111. ;
  112. [MAILLIST]
  113. ; email_name   subtype    (NOTE: Asterisk (*) is required!)
  114. my_listserv@domain.com *1000
  115.  
  116.  
  117.