home *** CD-ROM | disk | FTP | other *** search
/ YPA: Your Privacy Assured / YPA.ISO / other_goodies / utilities / iu-14-as225.lha / INetUtils-1.4 / INSTALL < prev    next >
Text File  |  1994-12-09  |  4KB  |  122 lines

  1. INetUtils 1.4
  2.  
  3. Copyright 1992 - 1994 by Michael B. Smith (mbs@adastra.cvl.va.us).
  4. All Rights Reserved.
  5.  
  6. This version of INetUtils is freely distributable.
  7.  
  8. The binaries included in the archive's C directory should be copied
  9. somewhere in your standard path (such as INet:C/ or AmiTCP:bin/). SMTPd
  10. especially expects to find SMTPpost somewhere in its path.
  11.  
  12. IF YOU ARE RUNNING AMITCP: You should copy the binaries from C, deleting
  13. the .amitcp from the end. You should also "assign inet: amitcp:".
  14.  
  15. With the exception of SMTPd, all of the binaries are residentable.
  16.  
  17. SMTPd should be started at boot. It is not executed by INetd. It is an
  18. active daemon. Verify that there is not an "smtp" entry in your copy
  19. of inetd.conf (in INet:DB for AS225, AmiTCP:DB for AmiTCP). SMTPd
  20. requires a few configuration variables. Refer to StartSMTPd for more
  21. information.
  22.  
  23. Each binary also has a *.debug version. If you have a problem, send the
  24. output from the debug version to me along with your bug report.
  25.  
  26. There are a variety of configuration options, which are, in general, based
  27. on AmigaUUCP. They may be either environment variables, contained in a file
  28. named "INet:S/Config" (or "UULib:Config" on the freeware version). They are
  29. hunted for in that order.
  30.  
  31. Some of them are:
  32.  
  33.     LIBDIR        Takes precedence over UULIB. It is the directory
  34.     UULIB        name where the Config file may be found, and where
  35.             signatures are stored.
  36.  
  37.             For the commercial version, this defaults to INet:S.
  38.             For the freeware version, UULib:.
  39.  
  40.  
  41.     NEWSDIR     Takes precedence over UUNEWS. The directory where
  42.     UUNEWS        news will be stored.
  43.  
  44.             For the commercial version, this defaults to INet:News.
  45.             For the freeware version, UUNews:.
  46.  
  47.  
  48.     LOGFILE     The name of the Logfile. Defaults to "INet:Logfile".
  49.  
  50.     NODENAME    The first part of the network hostname for this
  51.             computer.
  52.  
  53.     DOMAINNAME    The rest of the network hostname for this computer.
  54.             For example, this computer is named "adastra.cvl.va.us".
  55.             The NODENAME is "adastra". The DOMAINNAME is ".cvl.va.us".
  56.  
  57.     NNTPSERVER    The full network hostname for the computer where news
  58.             articles can be retrieved and submitted.
  59.  
  60.     ORGANIZATION    The text to be placed on the "Organization:" header for
  61.             news articles originated on this computer.
  62.  
  63.     NNTPUSERID    The user id to be used to log into a secure NNTP server
  64.             when posting articles.
  65.  
  66.     NNTPPASSWORD    The pasword for NNTPUSERID.
  67.  
  68.     SMTPSPOOLDIR    Where outgoing SMTP messages should be stored until
  69.             the destination host is reachable. This *may not*
  70.             be the same as UUSpool for AmigaUUCP sites.
  71.  
  72.     SMTPSMARTERHOST A smarter SMTP host which can route SMTP messages if
  73.             we cannot find the destination host.
  74.  
  75.     SMTPMAILDIR    Where mail for this host is to be stored (like UUMail
  76.             in AmigaUUCP).
  77.  
  78.     SMTPRMAIL    The (optional) program that SMTPd should run to
  79.             file mail.
  80.  
  81.     SMTPPOST    The name of SMTPpost for SMTPd to use.
  82.  
  83.     MAILREADYCMD    A (optional) command to be executed when SMTPd files
  84.             mail locally.
  85.  
  86.     HOSTALIASES    Defines other names by which you wish your host to be
  87.             known.
  88.  
  89. This is a sample config file:
  90.  
  91. NodeName    adastra
  92. DomainName    .cvl.va.us
  93. NNTPServer    my.NNTP.server.edu
  94. Organization    A Total Lack Thereof
  95. SMTPSpoolDir    INet:MailSpool/
  96. SMTPSmarterHost my.SMTP.server.edu
  97. SMTPMailDir    INet:Mail/
  98.  
  99. Or they may be set as environment variables:
  100.  
  101. setenv NodeName        adastra
  102. setenv DomainName      .cvl.va.us
  103. setenv NNTPServer      my.NNTP.server.edu
  104. setenv Organization    A Total Lack Thereof
  105. setenv SMTPSpoolDir    INet:MailSpool/
  106. setenv SMTPSmarterHost my.SMTP.server.edu
  107. setenv SMTPMailDir     INet:Mail/
  108.  
  109.  
  110. NOTE:
  111.     SMTPd does *not* do return-to-sender logic at this time. For
  112.     most things.
  113.  
  114.     You must do "newgroups" on a newsgroup before NNTPXfer will
  115.     transfer it. And you must be consistent with the active file
  116.     names.
  117.  
  118.     The active file format is not guaranteed to be consistent with
  119.     any other package's format.
  120.  
  121.     See the PROBLEMS file.
  122.