blob: b2cd52c978b5c09af01a7b4757710ff161c82885 (
plain)
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
35
36
37
38
39
40
41
|
.TH SENDMAILCONFIG 8 21-Jan-1997
.SH NAME
sendmailconfig \- configure sendmail for Debian systems
.SH SYNOPSIS
sendmailconfig [--no-reload]
.SH DESCRIPTION
.B sendmailconfig
is used to simplify the configuration of sendmail(8) for use on Debian
systems.
.PP
In the simplest case, you may run this program to (re)configure sendmail for
your Debian system at any time. It will modify the file /etc/mail/sendmail.mc
in order to create a working sendmail configuration which will be written to
the file /etc/mail/sendmail.cf.
.PP
For advanced configurations, you can modify the sendmail.mc file before
generating sendmail.cf. Future invokations of
.B sendmailconfig
will preserve these changes provided they are made at the end of the file.
.PP
Normally
.B sendmailconfig
will ask if you want to reload sendmail after making changes to its
configuration. The --no-reload option will avoid this question.
.SH FILES
.TP
/etc/mail/sendmail.mc
sendmail m4 input to generate sendmail.cf
.TP
/etc/mail/sendmail.cf
actual sendmail configuration file
.TP
/etc/mail/sendmail.cw
names for which we will accept mail in the standard configuration
.TP
/etc/mail/sendmail.ct
names of trusted users in the standard configuration
.SH SEE ALSO
sendmail(8)
.SH AUTHOR
Robert Leslie <rob@mars.org>
|