home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / HATCH / SINM10B1.ZIP / SINMAIL.CFG < prev    next >
Text File  |  1996-03-01  |  4KB  |  115 lines

  1. ; SinMail configuration file
  2. ; Copyright Singe, 1995-1996.  All Rights Reserved.
  3.  
  4. ; these point to certain files SinMail uses, which you may modify if you
  5. ; so desire.
  6.  
  7. log: C:\SINMAIL\SINMAIL.LOG
  8. resolve: C:\SINMAIL\RESOLVE
  9. sequence: C:\SINMAIL\SEQUENCE
  10. newsrc: C:\SINMAIL\NEWSRC
  11.  
  12. ; short text describing your time zone.  use the same format shown here,
  13. ; because everyone else on the internet does too.
  14. ; -0400 (EDT) ... -700 (PST) ... +0 (GMT) ... +2302 (MARS) ... j/k
  15.  
  16. tzone: -0400 (EDT)
  17.  
  18. ; define the method for resolving usernames
  19. ; explicit, wwiv, smart
  20.  
  21. rmethod: explicit
  22.  
  23. ; used for storing users plan files.
  24. ; SinMail v1.0 Beta method: \DIR\USERNAME\PLAN
  25. ; where \DIR\ is set in userdir:
  26.  
  27. userdir: C:\SINMAIL\USER
  28.  
  29. ; UUCP name of the system your BBS connects to for your internet connection.
  30. ; i hope SW fans will appreciate the theme.
  31.  
  32. remotehost: tatooine
  33.  
  34. ; these point to your WWIV DATA and MSGS directories.
  35. ; adding a trailing backslash is not necessary but will work.
  36.  
  37. wwivdata: C:\WWIV\DATA
  38. wwivmsgs: C:\WWIV\MSGS
  39.  
  40. ; this points to your outgoing/incoming spool directory
  41.  
  42. spool: C:\SINMAIL\SPOOL
  43.  
  44. ; mail waiting offset and user record length
  45. ; don't change these unless you know you have to.  you probably won't have to.
  46. ; mailwaitingoffset of 628 works properly with stock WWIV v4.24
  47. ; ureclen of 1024 works works properly with stock WWIV v4.24
  48.  
  49. mailwaitingoffset: 628
  50. ureclen: 1024
  51.  
  52. ; this is your NIC registered domain, if you have one.  you probably should,
  53. ; but if you do not, use your system's name followed by .UUCP
  54. ; 30 character maximum
  55.  
  56. domain: luke.foo.bar
  57.  
  58. ; this is the name your service provider recognizes your system as.
  59. ; it is probably the same as your domain name.
  60. ; (i.e. "hostname" from hostname.com)
  61. ; 20 character maximum
  62.  
  63. uucpname: luke
  64.  
  65. ; in order to keep all mail-based finger queries standard, we do not suggest
  66. ; that you change this field unless you intend to keep others informed about
  67. ; how to finger your user's PLAN files.  
  68.  
  69. fingername: finger
  70.  
  71. ; tell the world about your organization!  this is a free for all!
  72. ; SMAIL will truncate this to 78 characters long if necessary (64 char max)
  73.  
  74. Organization: Singe / The Ethereal Plane (609)435-5991
  75.  
  76. ; any option that has the RFC 822 permitted "X-text:" before it will be
  77. ; included into the header of all news and mail.  it's okay to use this for
  78. ; informational purposes but you will probably be flamed if this contains
  79. ; excessive nonsense.  we appreciate you reading this part of the commented
  80. ; messages so we will suggest that you add a semicolon to the beginning of
  81. ; the X-Flame and X-Spam lines so you will not be called mean names.
  82. ; make sure there are no spaces between the hyphen and the colon.
  83. ; SMAIL will truncate this to 78 characters long if necessary.
  84.  
  85. X-Flame: Flame the sysop here for not commenting this out in the config file.
  86. X-Spam: This system likes to waste bandwidth and welcomes verbal insults.
  87.  
  88. ; for WWIV pride, we ask you to leave this line in.  show your spirit.  :)
  89.  
  90. X-System: WWIV v4.24
  91.  
  92. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  93.  
  94. ; newsremove contains header fields to be taken out of the header during the
  95. ; conversion from internet news batches to wwiv posts.  feel free to use
  96. ; more than one line for this SMAIL configuration option.
  97. ;
  98. ; using an asterisk (*) will remove all fields.
  99. ;
  100. ; common fields include: From To Date NNTP-Posting-Host Subject
  101. ; Lines References Path Message-ID Reply-To Newsgroups Organization
  102.  
  103. ;newsremove: from: date: message-id: subject: content-type: content-length:
  104. ;newsremove: path: references: in-reply-to: lines: newsgroups:
  105. newsremove: *
  106.  
  107. ; mailremove is the same as newsremove except it takes these fields
  108. ; out of incoming mail.
  109.  
  110. ;mailremove: from: date: message-id: subject: content-type: content-length:
  111. ;mailremove: >received: received: to: from
  112. mailremove: *
  113.  
  114.