"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "sendmail-8.14.3/cf/cf/README" of archive sendmail.8.14.3.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 
    2 	SENDMAIL CONFIGURATION FILES INSTALLATION
    3 
    4 This document describes how to install the sendmail configuration files.
    5 Please see ../README about the sendmail configuration files themselves.
    6 
    7 By default you need two .mc files: sendmail.mc and submit.mc.  The
    8 latter is an OS independent configuration file for the mail submission
    9 program (MSP).  See ../README for details about both files.
   10 
   11 Installation of these two files can be done via:
   12 
   13 	make install-cf
   14 
   15 If you use a different name than "sendmail" for your main .mc file"
   16 then you should use
   17 
   18 	make install-cf CF=config
   19 
   20 where "config" is the name of your main .mc file.
   21 
   22 The default installation directory is /etc/mail and can be changed
   23 by specifying
   24 
   25 	MAILDIR=/other/dir
   26 
   27 The name of the source file for "submit.cf" can be overridden by
   28 
   29 	SUBMIT=msp
   30 
   31 For more details see Makefile.
   32 
   33 
   34 $Revision: 1.2 $, Last updated $Date: 2002/02/22 00:33:54 $