home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3411 / DOCU < prev    next >
Encoding:
Text File  |  1991-05-25  |  1.7 KB  |  57 lines

  1. This file describes briefly, how the fidogate software must be
  2. put to work.
  3.  
  4. Sat Sep 15 19:26:36 MEST 1990 / Martin Junius
  5.  
  6. --------------------------------------------------------------
  7.  
  8. Directories:
  9.  
  10.     Main spool directory SPOOL (/u/spool/fidonet)
  11.         ./           M.* packets generated by rfmail
  12.         in/          incoming mail packets
  13.         out/         outgoing mail packets
  14.         unpacked/    unpacked messages
  15.         bad/         messages rejected by rmail or rnews
  16.         
  17.     Lib directory LIBDIR       (/u/lib/fidonet)
  18.         Alias        aliases fido <-> unix user names
  19.         Areas        newsgroup <-> echo mail area
  20.         fnews.cf     echo mail config file
  21.         idseq        message-id sequence file
  22.         seq          mail message-id sequence file
  23.         msgidseq     news message id sequence file
  24.         log          error messages
  25.  
  26.  
  27. --------------------------------------------------------------
  28.  
  29. FIDO mail --> news | mail
  30.  
  31.     - fido mail packet must be in SPOOL/in (any name)
  32.     - program FUNPACK splits this packet into single
  33.       messages (either mail or news) in SPOOL/unpacked
  34.     - program FRECV feeds these messages to either
  35.       rmail or rnews
  36.  
  37.  
  38. news ---> FIDO echo mail
  39.  
  40.     - relaynews (CNews) calls rfmail -n with the article
  41.       as standard input. Put a line similar to the
  42.       following in news sys file:
  43.  
  44.           fidonet:all/all:L:/u/lib/fidonet/rfmail -n
  45.       
  46.       rfmail creates a spool file in SPOOL.
  47.  
  48.     - fpack creates a outbound packet in SPOOL/out
  49.  
  50.  
  51. mail --> FIDO mail
  52.  
  53.     - mail or similar program calls rmail, which 
  54.       passes the message to the real rmail (mail
  55.       for unix) or to rfmail (mail for FIDO).
  56.     - same as above
  57.