home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / gigp1106.zip / gateway.cfg < prev    next >
Text File  |  1994-08-06  |  14KB  |  340 lines

  1. ;          ,ad8888ba,   88    ,ad8888ba,     ,ad8888ba,
  2. ;         d8"'    `"8b  88   d8"'    `"8b   d8"'    `"8b
  3. ;        d8'            88  d8'            d8'        `8b
  4. ;        88             88  88             88          88
  5. ;        88      88888  88  88      88888  88          88
  6. ;        Y8,        88  88  Y8,        88  Y8,        ,8P
  7. ;         Y8a.    .a88  88   Y8a.    .a88   Y8a.    .a8P
  8. ;          `"Y88888P"   88    `"Y88888P"     `"Y8888Y"'
  9. ;
  10. ;                "Garbage In = Garbage Out"
  11. ;
  12. ;  Warning:
  13. ;
  14. ;  This file is a mess.  Almost as bad as certain other config files
  15. ;  that I've seen.  :-)  However, you should be able to find all of
  16. ;  the information you need, IN the config file.
  17. ;
  18. ;  Try to take things one line at a time; it goes a bit easier that way.
  19. ;
  20. ;  If you still need help, there is a mailing list (internet) as well
  21. ;  as a fidonet echo devoted to GIGO help.  In addition, the UFGATE
  22. ;  conference seems to get a log of GIGO traffic :-)
  23. ;
  24. ;  When upgrading, _ALWAYS_, __ALWAYS__, read the NOTES file.
  25. ;
  26.  
  27.  
  28. ;  ***  A GIGO Config File
  29. ;
  30. ;  Lines leading with a semi-colon are comments and will not be
  31. ;  processed by GIGO.
  32.  
  33. ;
  34. ;  ***  Environment Parameters
  35. ;
  36.  
  37. ;  Registration Information.  Once you have registered GIGO, fill in the
  38. ;  SERIALNUMBER and REGISTRATION fields.  These values are keyed to your
  39. ;  MYSITE entry, so please ensure you report your site correctly when you
  40. ;  register.
  41.  
  42. SERIALNUMBER
  43. REGISTRATION
  44.  
  45. ;  TZ = Your timezone.  In most cases it will be EST5, CST6, MST7, PST8.
  46. ;  If you remove or leave out this field, the default is EST5
  47. ;  The numeric portion should be the number of hours away from UCT you
  48. ;  are;  positive numbers are west of the equator, and negative numbers
  49. ;  are to the right of the equator.
  50.  
  51. TZ PST8
  52.  
  53. ;  GIGO will run faster if you enable direct video, but direct screen
  54. ;  writes can cause problems with some systems, or if you are using
  55. ;  Desqview.  If you use Desqview in 50 line text mode, or if you have
  56. ;  other incompatibility, you should specify "/BIOS" on the startup line.
  57.  
  58. ;  GIGO can ALSO, simply turn off video once it has initialized.
  59. ;  Your only indication that it's working will be your drive access
  60. ;  indicator (drive light, norton disklight, etc).  You may either
  61. ;  specify NOVIDEO in the config, or add /NOVIDEO to your command line.
  62.  
  63. ;NOVIDEO
  64.  
  65. ;  For fastest results, use /NOLOGO /NOVIDEO when starting up.
  66.  
  67. ;  GIGO, by default, does not require swapping to disk.  It normally leaves
  68. ;  the DOS portion of memory available for shelling.  However, if you find
  69. ;  that you need more memory to work with, and would like to make this memory
  70. ;  available to GIGO, you should simply make sure that SHROOM.COM is in the
  71. ;  gateway directory.  GIGO's loader will automaticly load SHROOM.COM up
  72. ;  before loading the dos extender up.
  73.  
  74. ;  The following are if you wish to restrict GIGO by skipping
  75. ;  the RNEWS or RMAIL processes, or by not deleting the original file.
  76. ;
  77. ;  Alternately, you may use the following commands on the command line
  78. ;  when loading GIGO to specify the actions you *DO* want....  i.e.,
  79. ;  GATEWAY SACBBX.CFG /MAIL
  80. ;  Valid command line switches:  /MAIL /NEWS /FIDO
  81.  
  82. ;TEST         ; Do not delete files when done
  83.  
  84. ;
  85. ;  ***  Directories
  86. ;
  87.  
  88. ;  Where to place the log file.  There is no default.  Comment or remove
  89. ;  this line to skip making a log file.
  90.  
  91. LOG gigo.log
  92.  
  93. ;  GIGO is able to keep track of how each piece of news is processed.
  94. ;  LOGKEPT will log all newsgroups that were kept and what echo names they
  95. ;  were given.  LOGDUMPED logs which areas were dumped, i.e., because the
  96. ;  name of the area could not be found in your MAP file, they were not
  97. ;  added to your BBS.
  98. :
  99. ;  If you do not need these options, turn them off - they _will_ slow
  100. ;  processing down!
  101.  
  102. ;LOGKEPT     gigokeep.log    ; Which newsgroups you imported
  103. ;LOGDUMPED   gigodump.log    ; Which newsgroups you received but dumped
  104. ;LOGBOUNCED  gigobncd.log    ; Messages that were returned to sender
  105. ;LOGFILESERV gigoftp.log     ; FILESERV requests
  106. ;LOGTRAFFIC  gigotraf.log    ; All inbound and outbound traffic stats
  107.                              ; (straight ascii, requires processing)
  108.  
  109. ;  Don't forget to INCLUDE your other parts!
  110.  
  111. INCLUDE headers.cfg       ; Controls what headers are kept and allowed
  112. INCLUDE mapping.cfg       ; Controls which newsgroups you want
  113. INCLUDE options.cfg       ; Various options you can change
  114. INCLUDE users.cfg         ; USER and SITE statements to define your users etc
  115. ; INCLUDE maillist.cfg    ; Contains sample stuff for _running_ a mailing list
  116.  
  117.  
  118. ;  MAILER-DAEMON & FILESERV MESSAGES  +  SIGNATURES FILES
  119. ;
  120. ;  GIGO has a variety of messages that it can give it's users, usually
  121. ;  associated with user errors or permission errors.  These messages
  122. ;  are all sysop-definable; you can rewrite it to other languages, or
  123. ;  perhaps change the wording to better suit your users, or mention
  124. ;  certain pecularities about your specific system.
  125. ;
  126. ;  In addition, GIGO can automaticly add a signature at the bottom of
  127. ;  messages, on the behalf of the BBS or the user.  You can define these
  128. ;  signatures yourself;  you can define their behavior with wildcards,
  129. ;  etc.  The main drawback, is that this file has to be searched once
  130. ;  for every outgoing message that you send out.
  131. ;
  132. ;  The file that GIGO's messages and the signatures are stored in
  133. ;  is called "GATEWAY.MSG", unless you specify otherwise here.  Also,
  134. ;  signatures are only attemped _IF_ the SIGNATURES verb is used.
  135. ;  The format for the messages and for the signatures is in the sample
  136. ;  GATEWAY.MSG file provided in the archive.
  137. ;
  138. ;  Note that this file MUST be here for GIGO to run properly;
  139. ;  if the file is missing, or any of the messages are missing,
  140. ;  the messages sent to the users will be practically meaningless.
  141. ;  Signatures aren't required, but the messages themselves are.
  142.  
  143. MESSAGES GATEWAY.MSG       ; Location of message+signature file
  144. SIGNATURES                 ; comment out to disable auto-signatures
  145.                            ; (affects fidonet->usenet mail)
  146.  
  147. ;  COMPRESSION
  148. ;
  149. ;  Newsgroups are usually sent batched together and compressed.  These
  150. ;  files usually say "#! cunbatch" at the top, and it tells the receiving
  151. ;  end how to process them.
  152. ;
  153. ;  The following two parameters are the command lines needed for the
  154. ;  standard unix-world COMPRESS program.  This program is being included
  155. ;  in the GIGO extras.
  156. ;
  157. ;  Allow GIGO to handle compression of rnews files.  COMPRESS.EXE may be
  158. ;  replaced with GZIP.EXE if and only if your UUCP feed allows it on the
  159. ;  host system.  If commented out, GIGO will prepare mail to be sent
  160. ;  uncompressed.  This file must be in your GIGO directory or in the path.
  161.  
  162. COMPRESS    COMPRESS.EXE -m
  163.  
  164. ;  Allow GIGO to handle decompression of cunbatched files.  You may use
  165. ;  GZIP.EXE -d instead to allow decompression of both compressed and gzip'd
  166. ;  files (gzip autodetects the format being used).  This file must be in
  167. ;  your GIGO directory or in the path.
  168.  
  169. DECOMPRESS  COMPRESS.EXE -d
  170.  
  171. ;  FASTCOMPRESS tells GIGO that we are using a specially modified version
  172. ;  of the public domain COMPRESS program.  This modified version will
  173. ;  take care of adding or removing the "#! cunbatch" line on newsgroups
  174. ;  for us, saving the gateway a lot of time with messy tempory files.
  175.  
  176. FASTCOMPRESS
  177.  
  178.  
  179. ;┌─────────────────────────────────────────────────────────────────────┐
  180. ;│If you are NOT using GIGO's compress program, which has been tailored│
  181. ;│for use with the gateway, you will need to run the following instead.│
  182. ;└─────────────────────────────────────────────────────────────────────┘
  183. ;COMPRESS compress.exe
  184. ;DECOMPRESS compress.exe -d
  185. ;;;;FASTCOMPRESS should not be used.
  186.  
  187.  
  188.  
  189.  
  190. ;
  191. ;  ***  Gateway Addressing
  192. ;
  193. ; The Gateway address is the address for GIGO to use when sending and
  194. ; receiving mail from & to Fidonet.  This may be a real address, listed
  195. ; in the Nodelist, a fake address, or a point address.
  196.  
  197. ; Under _NO_circumstances_ should the gateway's address be the same as your
  198. ; address.  If you can not get a nodelist entry for it, then set it up
  199. ; as either a fake node, or as a point off of your system.  If you do not
  200. ; follow this precaution, you will find that the gateway will be attempting
  201. ; to process and bounce mail that was meant for you, instead of the gateway.
  202.  
  203. ; Gateway address, and where to look for _uncompressed_ FTSC files.
  204. ; Also, what extension to look for.  Use * if unsure and GIGO will
  205. ; search all files in the directory you specify.
  206. ;
  207. ;   Valid suggestions:  GATEWAY 1:203/2 C:\OUTBOUND\ ?UT
  208. ;                       GATEWAY 1:203/2 C:\GECHO\PKTS\ PKT
  209. ;                       GATEWAY 1:203/2 C:\INBOUND\ *
  210. ;   Note, you may only specify this _once_.
  211.  
  212. GATEWAY 1:125/110.99 C:\FD\OUTBOUND\ *
  213.  
  214. ;  SENDTO, SEEN-BY, and PATH control mail going into FidoNet. The address 
  215. ;  shows what address the .PKT files should be addressed to (usually your
  216. ;  BBS's main Fidonet-style address).  The directory should be your
  217. ;  protected inbound directory.
  218.  
  219. SENDTO 1:125/110.0 C:\FD\FILES\
  220.  
  221. ;  Seen-by adds whatever 2-dimensional address(es) to the seen-by's.
  222. ;  Generally, this is going to be the net/node of the gateway.  Do NOT
  223. ;  (*repeat*) do NOT place zone or point information here, as it breaks
  224. ;  some mail processors!
  225.  
  226. SEEN-BY 125/110
  227.  
  228. ;  PATH adds whatever 2-dimensional address(es) to the seen-by's.
  229. ;  Generally, this is going to be the net/node of the gateway.  Do NOT
  230. ;  (*repeat*) do NOT place zone or point information here, as it breaks
  231. ;  some mail processors!   For many mail processors, this line _may_
  232. ;  be commented out.   [This command added for compatability with WildCat's
  233. ;  mail processor, which _demands_ path information]
  234.  
  235. PATH 125/110
  236.  
  237. ;  Mail Address information about you and your feed.
  238. ;
  239. ;  EXAMPLES:
  240. ;
  241. ;  To get user.name@swizzle.com use:
  242. ;
  243. ;  MYSITE swizzle
  244. ;  DOMAIN com
  245. ;
  246. ;  To get user.name@swizzle.sacbbx.com use:
  247. ;
  248. ;  MYSITE swizzle
  249. ;  DOMAIN sacbbx.com
  250.  
  251. MYSITE swizzle                  ;Your site uucp name (single name)
  252. DOMAIN com                      ;Your site's address, minus the UUCP name
  253. MYFEED holonet                  ;Your feed's UUCP machine name (for spooling)
  254.                                 ;(See MAPSTYLE for more information)
  255.  
  256. ;MYPATH swizzle.com             ;If you want to override the site name used
  257.                                 ;in the Path: line, you may specify it here.
  258.                                 ;Leave alone unless you need it.
  259.  
  260. ;MYFROM swizzle.uucp            ;Only use this to modify your "From " line
  261.                                 ; (ie, From user xxxxdatexxxx remote from site
  262.                                 ; to  From myfrom!user xxxxdatexxx remote from site
  263.                                 ;Added for compatability w/centron.com's host
  264.  
  265. ;POSTMASTER_HACK                ;Use this to force the "From " line to
  266.                                 ;be sitename!postmaster ..  (also for centron.com)
  267.                                 ; (Can be used at same time as MYFROM)
  268.  
  269.  
  270. ;CASE_INSENSITIVE               ;This option tells gigo to convert all
  271.                                 ;addresses to lowercase before conversion.
  272.                                 ;Used when you have a feed that gives you
  273.                                 ;upper case names often.
  274.                                 ;Note, this will make _all_ outgoing addresses
  275.                                 ;lowercase, as well.
  276.  
  277. ;CRLF                           ; Uncomment this line if your feed is sending
  278.                                 ; mail or news bundles with carriage returns
  279.                                 ; at the end of the line, instead of just
  280.                                 ; line feeds.  Enabling this option _will_
  281.                                 ; slow down processing some, as it will have
  282.                                 ; to translate cr/lf lines to just lf lines.
  283.                                 ; (Most sites won't need this option.)
  284.                                 ; (It's prefered that they turn OFF the CR's)
  285.  
  286.  
  287. SPOOL C:\GIGO\SPOOL\            ; Where your Waffle style UUCICO spool dir is
  288.                                 ; (must be the same as UUCICO's spool!)
  289.  
  290. ;BAGS C:\BAGS\                  ; If you get .BAG files from Plannet
  291.                                 ; Connect you may specify this option here.
  292.                                 ; Note that you will still need to set up
  293.                                 ; the SPOOL, MYSITE, DOMAIN, and MYFEED
  294.                                 ; options.
  295.  
  296.  
  297.  
  298. ;
  299. ;  *** Packet Generation
  300. ;
  301.  
  302. ;  In messages from usenet to Fidonet, ORIGIN=ORGANIZATION will place
  303. ;  the "Organization" field from the usenet header into the Fidonet origin
  304. ;  line.  You may change the string following ORIGIN=ORGANIZATION to
  305. ;  meet your gateway's needs.  Example:
  306. ;
  307. ;  Organization: University of the World
  308. ;
  309. ;  - will become -
  310. ;
  311. ;  * Origin: Usenet: University of the World (1:125/110.99)
  312.  
  313. ORIGIN=ORGANIZATION Usenet:
  314.  
  315. ;  Along the same lines, ORGANIZATION=ORIGIN will place the Fidonet
  316. ;  origin line into the "Organization" field to messages bound for
  317. ;  usenet.  Example:
  318.  
  319. ;  * Origin: Swizzle Stick BBS (1:125/110)
  320. ;
  321. ;  - will become -
  322. ;
  323. ;  Organization: Fidonet: Swizzle Stick BBS
  324.  
  325. ;ORGANIZATION=ORIGIN Fidonet:
  326.  
  327. ;  If either ORGANIZATION=ORIGIN or ORIGIN=ORGANIZATION are excluded, _or_
  328. ;  simply left unspecified, the config verb(s) below will be used as their
  329. ;  respective place holders in the outbound mail.
  330.  
  331. ORIGIN       Swizzle Stick <-> Internet Gateway
  332. ORGANIZATION Swizzle Stick
  333.  
  334. ;   ORIGINADDRESS allows you to specify a fidonet address other than the
  335. ;   gateway's address, for echomail that is produced by the gateway.
  336. ;   Ie, ORIGINADDRESS 1:2/3.4  will make  * Origin: xxxxx (1:2/3.4)
  337. ;   Most people should leave this commented out.
  338. ;ORIGINADDRESS 1:2/3.4
  339.  
  340.