home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / UFG_103.ZIP / MDAEMON.ZIP / MDAEMON.DOC next >
Encoding:
Text File  |  1988-04-23  |  1.3 KB  |  52 lines

  1.  
  2.  
  3.                  Mailer Daemon   Ver 04.23.88-0.0.3
  4.  
  5.  
  6.    This utility currently does two things :
  7.  
  8.      1. Scan orphans directory for mail, each message found will be
  9.         sent to the sysop (including contents of the *.x and *.d file)
  10.  
  11.      2. Scan orphans directory for any news articles.  It will tally
  12.         the newgroups that are found and send a message to the sysop
  13.         with a list of newsgroups and article counts.  This is useful
  14.         information so the sysop can update his/her uucp.ctl file.
  15.  
  16.  
  17.    The program is evoked as mdaemon (no options available at this time).
  18.    Also keep in mind that it will not delete any file in the orphans
  19.    directory.
  20.  
  21.    Here is an example batch file entry:
  22.  
  23.  
  24.  
  25.    uuslave -x1 -c 
  26.    mailin
  27.    cub
  28.    newsin
  29.  
  30.    rem send news to seeker
  31.    newsfrwd novavax seeker
  32.    rem send any articles from seeker back to the net
  33.    newsfrwd seeker novavax
  34.  
  35.    rem handling mailing lists
  36.    maillist
  37.  
  38.    rem check orphans
  39.    mdaemon
  40.    rem delete any orphans, remember del uucp\orphans\*.* will prompt the
  41.    rem   operator for input (in otherwords, hang the bbs)
  42.    del uucp\orphans\*.d
  43.    del uucp\orphans\*.x
  44.  
  45.  
  46.  
  47.    If you have any further suggestions for added functions please let me 
  48.    know.  I do plan on implementing a bounce back feature in the relatively
  49.    near future...
  50.  
  51.  
  52.