NameDateSize

..17-May-201913

chez.cs.mcH A D17-May-20191.1 KiB

clientproto.mcH A D17-May-2019913

cs-hpux10.mcH A D17-May-20191 KiB

cs-hpux9.mcH A D17-May-20191 KiB

cs-osf1.mcH A D17-May-20191,015

cs-solaris2.mcH A D17-May-20191 KiB

cs-sunos4.1.mcH A D17-May-20191 KiB

cs-ultrix4.mcH A D17-May-20191 KiB

cyrusproto.mcH A D17-May-20191.5 KiB

generic-bsd4.4.mcH A D17-May-2019865

generic-hpux10.mcH A D17-May-2019810

generic-hpux9.mcH A D17-May-2019801

generic-linux.mcH A D17-May-2019796

generic-mpeix.mcH A D17-May-2019684

generic-nextstep3.3.mcH A D17-May-2019821

generic-osf1.mcH A D17-May-2019795

generic-solaris.mcH A D17-May-2019880

generic-sunos4.1.mcH A D17-May-2019809

generic-ultrix4.mcH A D17-May-2019806

huginn.cs.mcH A D17-May-20191.2 KiB

knecht.mcH A D17-May-20198.5 KiB

mail.cs.mcH A D17-May-20191.3 KiB

mail.eecs.mcH A D17-May-20191.3 KiB

mailspool.cs.mcH A D17-May-20191 KiB

MakefileH A D17-May-20196.2 KiB

python.cs.mcH A D17-May-20191.3 KiB

READMEH A D17-May-2019901

s2k-osf1.mcH A D17-May-20191,012

s2k-ultrix4.mcH A D17-May-20191,023

submit.cfH A D17-May-201941.1 KiB

submit.mcH A D17-May-2019819

tcpproto.mcH A D17-May-20191.1 KiB

ucbarpa.mcH A D17-May-2019951

ucbvax.mcH A D17-May-20192.8 KiB

uucpproto.mcH A D17-May-20191.1 KiB

vangogh.cs.mcH A D17-May-20191 KiB

README

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