home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / HATCH / SINM10B2.ZIP / SINMAIL.CFG < prev    next >
Text File  |  1996-07-25  |  4KB  |  122 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) ... -0700 (PST) ... +0 (GMT) ... +2302 (MARS) ... j/k
  15.  
  16. tzone: -0400 (EDT)
  17.  
  18. ; specifies the method for resolving usernames of incoming mail recipients
  19. ;   explicit - strict RESOLVE file lookup
  20. ;   wwiv - RESOLVE and WWIV lookup
  21. ;   wwiv [A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P]*
  22. ;        - RESOLVE and WWIV lookup with AR(s) required
  23. ;          (eg. rmethod: wwiv ABI would require user to have ARs A, B, and I)
  24.  
  25. rmethod: wwiv I
  26.  
  27. ; location of users' plan files.
  28. ; must correspond with SinMail modifications to your source code.
  29. ; SinMail v1.0 Beta 2 method: \DIR\USERNUM.PLN
  30. ; where \DIR\ is set in userdir:
  31.  
  32. userdir: C:\SINMAIL\USER
  33.  
  34. ; UUCP name of the system your BBS connects to for your internet connection.
  35. ; i hope SW fans will appreciate the theme.
  36.  
  37. remotehost: tatooine
  38.  
  39. ; these point to your WWIV DATA and MSGS directories.
  40. ; adding a trailing backslash is not necessary but will work.
  41.  
  42. wwivdata: C:\WWIV\DATA
  43. wwivmsgs: C:\WWIV\MSGS
  44.  
  45. ; this points to your outgoing/incoming spool directory
  46.  
  47. spool: C:\SINMAIL\SPOOL
  48.  
  49. ; mail waiting offset, AR offset, and user record length
  50. ; don't change these unless you know you have to.  you probably won't have to.
  51. ; mailwaitingoffset of 628 works properly with stock WWIV v4.24
  52. ; aroffset of 706 works properly with stock WWIV v4.24
  53. ; ureclen of 1024 works properly with stock WWIV v4.24
  54.  
  55. mailwaitingoffset: 628
  56. aroffset: 706
  57. ureclen: 1024
  58.  
  59. ; this is your NIC registered domain, if you have one.  you probably should,
  60. ; but if you do not, use your system's name followed by .UUCP
  61. ; 30 character maximum
  62.  
  63. domain: han.solo.foo
  64.  
  65. ; this is the name your service provider recognizes your system as.
  66. ; it is probably the same as your domain name.
  67. ; (i.e. "hostname" from hostname.com)
  68. ; 20 character maximum
  69.  
  70. uucpname: han
  71.  
  72. ; in order to keep all mail-based finger queries standard, we do not suggest
  73. ; that you change this field unless you intend to keep others informed about
  74. ; how to finger your user's PLAN files.  
  75.  
  76. fingername: finger
  77.  
  78. ; tell the world about your organization!  this is a free for all!
  79. ; SMAIL will truncate this to 78 characters long if necessary (64 char max)
  80.  
  81. Organization: Singe / The Ethereal Plane (609)435-5991
  82.  
  83. ; any option that has the RFC 822 permitted "X-text:" before it will be
  84. ; included into the header of all news and mail.  it's okay to use this for
  85. ; informational purposes but you will probably be flamed if this contains
  86. ; excessive nonsense.  we appreciate you reading this part of the commented
  87. ; messages so we will suggest that you add a semicolon to the beginning of
  88. ; the X-Flame and X-Spam lines so you will not be called mean names.
  89. ; make sure there are no spaces between the hyphen and the colon.
  90. ; SMAIL will truncate this to 78 characters long if necessary.
  91.  
  92. X-Flame: Flame the sysop here for not commenting this out in the config file.
  93. X-Spam: This system likes to waste bandwidth and welcomes verbal insults.
  94.  
  95. ; for WWIV pride, we ask you to leave this line in.  show your spirit.  :)
  96.  
  97. X-System: WWIV v4.24
  98.  
  99. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  100.  
  101. ; newsremove contains header fields to be taken out of the header during the
  102. ; conversion from internet news batches to wwiv posts.  feel free to use
  103. ; more than one line for this SinMail configuration option.
  104. ;
  105. ; using an asterisk (*) will remove all fields.
  106. ;
  107. ; common fields include: From To Date NNTP-Posting-Host Subject
  108. ; Lines References Path Message-ID Reply-To Newsgroups Organization
  109.  
  110. ;newsremove: from: date: message-id: subject: content-type: content-length:
  111. ;newsremove: path: references: in-reply-to: lines: newsgroups:
  112. newsremove: *
  113.  
  114. ; mailremove is the same as newsremove except it takes these fields
  115. ; out of incoming mail.
  116.  
  117. ;mailremove: from: date: message-id: subject: content-type: content-length:
  118. ;mailremove: >received: received: to: from
  119. mailremove: *
  120.  
  121.