README revision 266692
1
2	SENDMAIL CONFIGURATION FILES INSTALLATION
3
4This document describes how to install the sendmail configuration files.
5Please see ../README about the sendmail configuration files themselves.
6
7By default you need two .mc files: sendmail.mc and submit.mc.  The
8latter is an OS independent configuration file for the mail submission
9program (MSP).  See ../README for details about both files.
10
11Installation of these two files can be done via:
12
13	make install-cf
14
15If you use a different name than "sendmail" for your main .mc file"
16then you should use
17
18	make install-cf CF=config
19
20where "config" is the name of your main .mc file.
21
22The default installation directory is /etc/mail and can be changed
23by specifying
24
25	MAILDIR=/other/dir
26
27The name of the source file for "submit.cf" can be overridden by
28
29	SUBMIT=msp
30
31For more details see Makefile.
32
33
34$Revision: 1.2 $, Last updated $Date: 2002-02-22 00:33:54 $
35