home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / comm / net / inetutils-amitcp / s / startsmtpd
Text File  |  1994-01-11  |  877b  |  26 lines

  1. ;
  2. ;   StartSMTPd
  3. ;
  4. ;    Copyright 1993 by Michael B. Smith.
  5. ;    All Rights Reserved.
  6. ;
  7. ;    Example script to start the STMPd Daemon.
  8. ;
  9. ;    SMTPMailDir points to where MailBoxes/Folders are located. It may be
  10. ;    shared with UUCP MailBoxes and Folders (they are the same format).
  11. ;
  12. ;    SMTPSpoolDir is the directory where SMTP spool files are to be located.
  13. ;    If SMTPpost cannot locate a destination host, it places the articles
  14. ;    in this directory, and retries sending the messages on a regular basis.
  15. ;    It *may not* be shared with UUSpool. The batch files are a different
  16. ;    format.
  17. ;
  18. ;    SMTPSmarterHost is the SMTP host where mail is sent if the destination
  19. ;    host is not reachable. It is presumed to be an Internet host which
  20. ;    has better routing information than do we.
  21. ;
  22. SetEnv SMTPMailDir    UUMail:
  23. SetEnv SMTPSpoolDir    UUStuff:SMTPSpoolDir/
  24. SetEnv SMTPSmarterHost    Mail.Virginia.EDU
  25. SMTPd
  26.