home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail-5.65c+IDA-1.4.4.1 / src / RCS / READ_ME,v < prev    next >
Encoding:
Text File  |  1991-04-04  |  3.6 KB  |  109 lines

  1. head    4.5;
  2. access;
  3. symbols
  4.     UICSO:4.5.0
  5.     VANILLA:4.5;
  6. locks; strict;
  7. comment    @# @;
  8.  
  9.  
  10. 4.5
  11. date    90.06.20.08.34.49;    author paul;    state Exp;
  12. branches;
  13. next    ;
  14.  
  15.  
  16. desc
  17. @The READ_ME file.
  18. @
  19.  
  20.  
  21.  
  22. 4.5
  23. log
  24. @5.64 Berkeley release
  25. @
  26. text
  27. @#
  28. # Copyright (c) 1983 Eric P. Allman
  29. # Copyright (c) 1988 Regents of the University of California.
  30. # All rights reserved.
  31. #
  32. # Redistribution and use in source and binary forms are permitted
  33. # provided that the above copyright notice and this paragraph are
  34. # duplicated in all such forms and that any documentation,
  35. # advertising materials, and other materials related to such
  36. # distribution and use acknowledge that the software was developed
  37. # by the University of California, Berkeley.  The name of the
  38. # University may not be used to endorse or promote products derived
  39. # from this software without specific prior written permission.
  40. # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  41. # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  42. # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  43. #
  44. #    @@(#)READ_ME    4.5 (Berkeley) 7/10/88
  45. #
  46. This directory contains the source files for sendmail.
  47.  
  48. For installation instructions, please read the document ../doc/op.me:
  49.  
  50.     nroff -me ../doc/op.me
  51.  
  52. The following list describes the files in this directory:
  53.  
  54. Makefile    The makefile used here; this is created from
  55.         makefile.m4.
  56. Makefile.m4    A makefile template.
  57. READ_ME        This file.
  58. TODO        New features to be put in (maybe) at some time.
  59. Version.c    The version number and information about this
  60.         version of sendmail.  Theoretically, this gets
  61.         modified on every change.
  62. alias.c        Does name aliasing in all forms.
  63. arpadate.c    A subroutine which creates ARPANET standard dates.
  64. clock.c        Routines to implement real-time oriented functions
  65.         in sendmail -- e.g., timeouts.
  66. collect.c    The routine that actually reads the mail into a temp
  67.         file.  It also does a certain amount of parsing of
  68.         the header, etc.
  69. conf.c        The configuration file.  This contains information
  70.         that is presumed to be quite static and non-
  71.         controversial, or code compiled in for efficiency
  72.         reasons.  Most of the configuration is in sendmail.cf.
  73. conf.h        Configuration that must be known everywhere.
  74. convtime.c    A routine to sanely process times.
  75. daemon.c    Routines to implement daemon mode.  This version is
  76.         specifically for Berkeley 4.1 IPC.
  77. deliver.c    Routines to deliver mail.
  78. err.c        Routines to print error messages.
  79. envelope.c    Routines to manipulate the envelope structure.
  80. headers.c    Routines to process message headers.
  81. macro.c        The macro expander.  This is used internally to
  82.         insert information from the configuration file.
  83. main.c        The main routine to sendmail.  This file also
  84.         contains some miscellaneous routines.
  85. parseaddr.c    The routines which do address parsing.
  86. queue.c        Routines to implement message queueing.
  87. readcf.c    The routine that reads the configuration file and
  88.         translates it to internal form.
  89. recipient.c    Routines that manipulate the recipient list.
  90. savemail.c    Routines which save the letter on processing errors.
  91. sendmail.h    Main header file for sendmail.
  92. srvrsmtp.c    Routines to implement server SMTP.
  93. stab.c        Routines to manage the symbol table.
  94. stats.c        Routines to collect and post the statistics.
  95. sysexits.c    List of error messages associated with error codes
  96.         in sysexits.h.
  97. trace.c        The trace package.  These routines allow setting and
  98.         testing of trace flags with a high granularity.
  99. trace.h        Definitions needed for the trace package.
  100. usersmtp.c    Routines to implement user SMTP.
  101. util.c        Some general purpose routines used by sendmail.
  102. version.c    A master file for Version.c -- it may not exist in
  103.         your distribution.
  104.  
  105. Eric Allman
  106.  
  107. (Version 4.5, last update 7/10/88 12:43:25)
  108. @
  109.