home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / communic / inetutils / s / startsmtpd
Text File  |  1995-02-27  |  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.