aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/cf/cf/README
blob: e61e21a91dae9ed7e1be4b9577ed5f5f2619dfd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

	SENDMAIL CONFIGURATION FILES INSTALLATION

This document describes how to install the sendmail configuration files.
Please see ../README about the sendmail configuration files themselves.

By default you need two .mc files: sendmail.mc and submit.mc.  The
latter is an OS independent configuration file for the mail submission
program (MSP).  See ../README for details about both files.

Installation of these two files can be done via:

	make install-cf

If you use a different name than "sendmail" for your main .mc file"
then you should use

	make install-cf CF=config

where "config" is the name of your main .mc file.

The default installation directory is /etc/mail and can be changed
by specifying

	MAILDIR=/other/dir

The name of the source file for "submit.cf" can be overridden by

	SUBMIT=msp

For more details see Makefile.


$Revision: 1.1.1.2 $, Last updated $Date: 2002/04/10 03:04:57 $