Import sendmail 8.13.6
[dragonfly.git] / contrib / sendmail-8.13.6 / cf / cf / README
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 $