home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / INET12.ZIP / INET.CFG < prev    next >
Text File  |  1994-12-03  |  4KB  |  96 lines

  1. ; This is the initialization file for I-Net.  Each line beginning with
  2. ; a space or semi-colon is a comment.
  3. ;
  4.  
  5. ; Sysop is your name
  6.  
  7. Sysop     Mark Williamson
  8.  
  9. ; Origin is your fidonet address
  10.  
  11. Origin    1:202/750
  12.  
  13. ; Gate is the destination, where the UUCP messages are sent.
  14.  
  15. Gate      1:202/723
  16.  
  17. ; Outbound is where your outgoing netmail messages are stored.
  18.  
  19. Outbound C:\RA\MAIL
  20.  
  21. ; Flags are the attributes to assigned to each message.
  22. ;
  23. ; They can be:  Kill Crash Hold Private Local
  24. ;
  25. ; If you do not specify Kill, your tosser may be configured to import
  26. ; the outgoing messages back into the message base so your user's can see
  27. ; that their messages are being sent.
  28.  
  29. Flags Crash Private Local
  30.  
  31. ; AppendText is a file or just text that you want added to the end of each
  32. ; message.  If you specify a filename, be sure to specify the full path.
  33. ; If you specify text, it must only be one line, up to 255 characters.
  34. ; You may force a carriage return by using '\n', thus, the following
  35. ; text:
  36. ;
  37. ; This message does not reflect the views of the System Operator\nnor the CoSysop.
  38. ;
  39. ; would appear as:
  40. ;
  41. ; This message does not reflect the views of the System Operator
  42. ; nor the CoSysop.
  43. ;
  44. ; when appended to the message.
  45.  
  46. AppendText C:\RA\FD\SIGNOFF.TXT
  47.  
  48. ; AddressBook will install the address book system.  If you do not specify
  49. ; this option, your user's will not be able to store commonly used addresses
  50. ; in their personal address book.  The address book file contains all the
  51. ; addresses, for all users.  The address file is not a text file, therefore
  52. ; you will not be able to edit it directly.  Each record contains the
  53. ; user's name, the address they stored, and the date they last accessed
  54. ; that particular address (used for packing the file).
  55. ;
  56. ; When Inet runs, it will ask the user if they want to store the address in
  57. ; their address book.  If they do, the address they typed will be added to the
  58. ; address book.  Each time the user uses Inet, they may have type the pound
  59. ; symbol '/' alone in the To: field to bring up their address list.
  60. ; They may also type the '/' and a partial string, and Inet will match
  61. ; the string with an address in the file.  If a match is found, it will
  62. ; be inserted into the To: field for them, and they will have an
  63. ; opportunity to change it if the wish.  If not match is found, a blank field
  64. ; will be presented again.
  65.  
  66. AddressBook C:\INET\INET.ADD
  67.  
  68. ; MaxAddress is the maximum number of address each user can have on file.
  69. ; For example, specifying 30 means allow a max of 30 address for each
  70. ; user.  When a user attempts to add an address to the file, their
  71. ; current addresses will be counted and compared to this value.
  72. ; If they have room in the address book, the address will be stored,
  73. ; else they will get an error message and the address will not be
  74. ; stored.
  75. ;
  76. ; Future plans may add to this, for example, different maximums for
  77. ; specific security levels.
  78.  
  79. MaxAddresses 30
  80.  
  81. ; MsgInfo is the filename and path to the MSGINF (or MSG.INF, or your bbs
  82. ; sytem's equivelant.)  This file contains the From, To, Subject, Conference
  83. ; Name of the message being posted.  This is used by many editors to display
  84. ; the information on the user's screen.
  85.  
  86. MsgInfo C:\RA\MSGINF
  87.  
  88. ; MsgTemp is the filename and path to the MSGTMP (or MSGTEMP, or your bbs
  89. ; sytem's equivelant.)  This file contains the actual message text that the
  90. ; user will write, and will be imported to the message.  This may also be the
  91. ; quoted text that the BBS wrote when if the message is a Reply to another
  92. ; message.
  93.  
  94. MsgTemp C:\RA\MSGTMP
  95.  
  96.