Unix and Linux Discussions Tagged with sendmail |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
18,612 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
3,442 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,994 |
Shell Programming and Scripting |
|
|
|
3 |
3,845 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,534 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,097 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,589 |
Shell Programming and Scripting |
|
|
|
3 |
10,707 |
Shell Programming and Scripting |
|
|
|
8 |
2,122 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
1,058 |
Shell Programming and Scripting |
|
|
|
20 |
12,903 |
Shell Programming and Scripting |
|
|
|
11 |
7,965 |
UNIX and Linux Applications |
|
|
|
2 |
1,278 |
Shell Programming and Scripting |
|
|
|
0 |
2,935 |
Shell Programming and Scripting |
|
|
|
3 |
11,351 |
Shell Programming and Scripting |
|
|
|
2 |
3,652 |
Web Development |
|
|
|
2 |
2,602 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
6,685 |
Web Development |
|
|
|
5 |
4,705 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,939 |
HP-UX |
|
|
|
6 |
8,585 |
AIX |
|
|
|
6 |
8,287 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
6,116 |
Solaris |
|
|
|
1 |
5,671 |
Proxy Server |
|
|
|
2 |
4,912 |
Shell Programming and Scripting |
|
|
|
1 |
2,890 |
Solaris |
|
|
|
1 |
2,599 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,034 |
AIX |
|
|
|
12 |
28,434 |
Shell Programming and Scripting |
|
|
|
5 |
6,133 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
1,498 |
Shell Programming and Scripting |
|
|
|
1 |
2,050 |
Shell Programming and Scripting |
|
|
|
3 |
4,046 |
Solaris |
|
|
|
8 |
14,175 |
Shell Programming and Scripting |
|
|
|
1 |
6,849 |
Linux |
|
|
|
5 |
2,012 |
Shell Programming and Scripting |
|
|
|
0 |
3,967 |
Solaris |
|
|
|
1 |
2,917 |
Red Hat |
|
|
|
0 |
4,951 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
3,255 |
Shell Programming and Scripting |
SENSIBLE-MDA(8) System Manager's Manual SENSIBLE-MDA(8)
NAME
sensible-mda - a generic local MDA router for Debian systems
SYNOPSIS
sensible-mda from to detail client-addr
DESCRIPTION
sensible-mda is used to simplify the installation and configuration of sendmail(8) , or other MTAs for use on Debian systems. With sensi-
ble-mda, sendmail can support a plethora of MDAs (procmail, maildrop, deliver, etc.) without having pick any one of them as required.
FUNCTION
sensible-mda is called by sendmail as a local mailer when the following exists in sendmail.mc:
define(`LOCAL_MAILER_ARGS', `sensible-mda $g $u $h ${client_addr}')dnl
sensible-mda will look for the following MDAs (in this order), and pass the mail on to the first SUID MDA found (Or first found MDA, if run
w/euid=root): procmail(1), maildrop(1), deliver(8), mail.local(8)
OPTIONS
Available command line options are the following:
from The sender of this email (sendmail $g variable)
to The recipient of this email (sendmail $u variable)
detail The detail portion of the recipient userid (sendmail $h variable) - ie:
cowboy+sendmail@debian.org
client-addr
TCP/IP address of the sender (sendmail ${client_addr} variable) Not used (for the nonce)
FILES
/etc/mail/sendmail.mc
sendmail m4 input to generate sendmail.cf
/etc/mail/sendmail.cf
actual sendmail configuration file (treated as a binary file)
SEE ALSO
sendmail(8), procmail(1), maildrop(1), deliver(8), mail.local(8)
BUGS
None known so far.
AUTHOR
Richard Nelson <cowboy@debian.org>
HISTORY
4th Berkeley Distribution October 21 1999 SENSIBLE-MDA(8)