Unix and Linux Discussions Tagged with sendmail |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
29,341 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
7,511 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
7,571 |
Shell Programming and Scripting |
|
|
|
3 |
6,897 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
8,093 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
3,452 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,326 |
Shell Programming and Scripting |
|
|
|
3 |
20,514 |
Shell Programming and Scripting |
|
|
|
8 |
4,382 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
1,909 |
Shell Programming and Scripting |
|
|
|
20 |
25,471 |
Shell Programming and Scripting |
|
|
|
11 |
15,824 |
UNIX and Linux Applications |
|
|
|
2 |
2,065 |
Shell Programming and Scripting |
|
|
|
0 |
5,887 |
Shell Programming and Scripting |
|
|
|
3 |
15,490 |
Shell Programming and Scripting |
|
|
|
2 |
6,167 |
Web Development |
|
|
|
2 |
3,881 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
9,910 |
Web Development |
|
|
|
5 |
7,056 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
3,289 |
HP-UX |
|
|
|
6 |
11,367 |
AIX |
|
|
|
6 |
11,663 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
7,753 |
Solaris |
|
|
|
1 |
9,266 |
Proxy Server |
|
|
|
2 |
6,179 |
Shell Programming and Scripting |
|
|
|
1 |
3,570 |
Solaris |
|
|
|
1 |
4,007 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,433 |
AIX |
|
|
|
12 |
32,643 |
Shell Programming and Scripting |
|
|
|
5 |
8,008 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,078 |
Shell Programming and Scripting |
|
|
|
1 |
2,943 |
Shell Programming and Scripting |
|
|
|
3 |
5,104 |
Solaris |
|
|
|
8 |
16,980 |
Shell Programming and Scripting |
|
|
|
1 |
8,566 |
Linux |
|
|
|
5 |
2,777 |
Shell Programming and Scripting |
|
|
|
0 |
5,009 |
Solaris |
|
|
|
1 |
4,340 |
Red Hat |
|
|
|
0 |
6,471 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,248 |
Shell Programming and Scripting |
SENDMAILCONFIG(8) System Manager's Manual SENDMAILCONFIG(8)
NAME
sendmailconfig - configure sendmail for Debian systems
SYNOPSIS
sendmailconfig [--no-reload]
DESCRIPTION
sendmailconfig is used to simplify the configuration of sendmail(8) for use on Debian systems.
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.
For advanced configurations, you can modify the sendmail.mc file before generating sendmail.cf. Future invokations of sendmailconfig will
preserve these changes provided they are made at the end of the file.
Normally sendmailconfig will ask if you want to reload sendmail after making changes to its configuration. The --no-reload option will
avoid this question.
FILES
/etc/mail/sendmail.mc
sendmail m4 input to generate sendmail.cf
/etc/mail/sendmail.cf
actual sendmail configuration file
/etc/mail/sendmail.cw
names for which we will accept mail in the standard configuration
/etc/mail/sendmail.ct
names of trusted users in the standard configuration
SEE ALSO
sendmail(8)
AUTHOR
Robert Leslie <rob@mars.org>
21-Jan-1997 SENDMAILCONFIG(8)