home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / PPP15B36.ZIP / SAMPLE.INI < prev    next >
INI File  |  1997-07-30  |  3KB  |  115 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 = mail.abs.net
  10. ;
  11. ; POP or mailbox host where mail is stored until you retrieve it.
  12. POPHOST = abs.net
  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 users can be received.
  44. ALLMAIL = Y
  45. ;
  46. ; Get both mail and news on a single call.
  47. ONECALL = Y
  48. ;
  49. ; Shows or suppresses Klos copyright program information during runtime.
  50. MOREINFO = N
  51. ;
  52. ; Spawns FLINK.EXE or LINKER.EXE to clean-up packets after calls.
  53. CLEANUP = N
  54. ;
  55. ; Static IP address, if assigned by ISP.  0.0.0.0 uses dynamic IP address.
  56. IPADDR = 0.0.0.0
  57. ;
  58. ; Network broadcast mask.  255.255.255.0 is standard subnetting.
  59. NETMASK = 255.255.255.0
  60. ;
  61. ; DNS for canonical name resolution, provided by your ISP.
  62. DNS = 207.114.0.130
  63. ;
  64. ; Your mail domain, usually the trailing part of your mail address.
  65. DOMAIN = abs.net
  66. ;
  67. ; Gateway or router address.  0.0.0.0 uses router port on current IP net.
  68. GATEWAY = 0.0.0.0
  69. ;
  70. ; User account name for forwarding service, if used.
  71. FWDNAME = jdoe
  72. ;
  73. ; Mail domain for forwarding services, if used.
  74. FWDDOM = bigfoot.com
  75. ;
  76. ; Information needed by NEWS and other programs.
  77. ;
  78. [NEWS]
  79. ;
  80. ; Your news host where your authorized to retrieve newsgroup articles.
  81. NEWSHOST = news.abs.net
  82. ;
  83. ; Username, when provider requires a login to use the news host.
  84. NEWSNAME = edare
  85. ;
  86. ; Associated password for news host login.
  87. NEWSPASS = password
  88. ;
  89. ; Default account to send inbound mail which isn't addressed to a user.
  90. POSTMASTER = 7
  91. ;
  92. ; Uses WWIV's real name from the user list instead of the alias.
  93. REALNAME = Y
  94. ;
  95. ; Uses a fake name on newsgroup posts to prevent getting spammed.
  96. SPAMCONTROL = Y
  97. ;
  98. ; User-definable fake name to be used when SPAMCONTROL=Y.
  99. SPAMADDRESS = wwiv@ppp.project.org
  100. ;
  101. ; Signature file to append to newsgroup posts and Internet mail (ASCII only!)
  102. SIGNATURE = D:\WWIV\GFILES\INTERNET.TAG
  103. ;
  104. ; Number of cross-posted newsgroups before discarding any newsgroup article.
  105. XPOSTS = 5
  106. ;
  107. ; Mailing List Section - used to define internet mailing lists that are to
  108. ; be retrieved into a message base rather than EMAIL.
  109. ;
  110. [MAILLIST]
  111. ; email_name   subtype    (NOTE: Asterisk (*) is required!)
  112. my_listserv@domain.com *1000
  113.  
  114.  
  115.