home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / communic / inetutils / install < prev    next >
Text File  |  1995-02-27  |  4KB  |  117 lines

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