• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..22-Jun-202113

chez.cs.mcH A D22-Jun-20211.1 KiB

clientproto.mcH A D22-Jun-2021913

cs-hpux10.mcH A D22-Jun-20211 KiB

cs-hpux9.mcH A D22-Jun-20211 KiB

cs-osf1.mcH A D22-Jun-20211,015

cs-solaris2.mcH A D22-Jun-20211 KiB

cs-sunos4.1.mcH A D22-Jun-20211 KiB

cs-ultrix4.mcH A D22-Jun-20211 KiB

cyrusproto.mcH A D22-Jun-20211.5 KiB

generic-bsd4.4.mcH A D22-Jun-2021865

generic-hpux10.mcH A D22-Jun-2021810

generic-hpux9.mcH A D22-Jun-2021801

generic-linux.mcH A D22-Jun-2021796

generic-mpeix.mcH A D22-Jun-2021684

generic-nextstep3.3.mcH A D22-Jun-2021821

generic-osf1.mcH A D22-Jun-2021795

generic-solaris.mcH A D22-Jun-2021880

generic-sunos4.1.mcH A D22-Jun-2021809

generic-ultrix4.mcH A D22-Jun-2021806

huginn.cs.mcH A D22-Jun-20211.2 KiB

knecht.mcH A D22-Jun-20218.5 KiB

mail.cs.mcH A D22-Jun-20211.3 KiB

mail.eecs.mcH A D22-Jun-20211.3 KiB

mailspool.cs.mcH A D22-Jun-20211 KiB

MakefileH A D22-Jun-20216.2 KiB

python.cs.mcH A D22-Jun-20211.3 KiB

READMEH A D22-Jun-2021901

s2k-osf1.mcH A D22-Jun-20211,012

s2k-ultrix4.mcH A D22-Jun-20211,023

submit.cfH A D22-Jun-202141.4 KiB

submit.mcH A D22-Jun-2021819

tcpproto.mcH A D22-Jun-20211.1 KiB

ucbarpa.mcH A D22-Jun-2021951

ucbvax.mcH A D22-Jun-20212.8 KiB

uucpproto.mcH A D22-Jun-20211.1 KiB

vangogh.cs.mcH A D22-Jun-20211 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