NameDateSize

..20-Dec-201613

chez.cs.mcH A D08-Mar-20151.1 KiB

clientproto.mcH A D08-Mar-2015913

cs-hpux10.mcH A D08-Mar-20151 KiB

cs-hpux9.mcH A D08-Mar-20151 KiB

cs-osf1.mcH A D08-Mar-20151,015

cs-solaris2.mcH A D08-Mar-20151 KiB

cs-sunos4.1.mcH A D08-Mar-20151 KiB

cs-ultrix4.mcH A D08-Mar-20151 KiB

cyrusproto.mcH A D08-Mar-20151.5 KiB

generic-bsd4.4.mcH A D08-Mar-2015865

generic-hpux10.mcH A D08-Mar-2015810

generic-hpux9.mcH A D08-Mar-2015801

generic-linux.mcH A D08-Mar-2015796

generic-mpeix.mcH A D08-Mar-2015684

generic-nextstep3.3.mcH A D08-Mar-2015821

generic-osf1.mcH A D08-Mar-2015795

generic-solaris.mcH A D08-Mar-2015880

generic-sunos4.1.mcH A D08-Mar-2015809

generic-ultrix4.mcH A D08-Mar-2015806

huginn.cs.mcH A D08-Mar-20151.2 KiB

knecht.mcH A D08-Mar-20158.5 KiB

mail.cs.mcH A D08-Mar-20151.3 KiB

mail.eecs.mcH A D08-Mar-20151.3 KiB

mailspool.cs.mcH A D08-Mar-20151 KiB

MakefileH A D08-Mar-20156 KiB

python.cs.mcH A D08-Mar-20151.3 KiB

READMEH A D08-Mar-2015901

s2k-osf1.mcH A D08-Mar-20151,012

s2k-ultrix4.mcH A D08-Mar-20151,023

submit.cfH A D08-Mar-201540.5 KiB

submit.mcH A D08-Mar-2015801

tcpproto.mcH A D08-Mar-20151.1 KiB

ucbarpa.mcH A D08-Mar-2015951

ucbvax.mcH A D08-Mar-20152.8 KiB

uucpproto.mcH A D08-Mar-20151.1 KiB

vangogh.cs.mcH A D08-Mar-20151 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