Figure 2: Excerpt from sendmail.cf generated by the M4 processor
##################################################
### Local and Program Mailer specification ###
##################################################
##### @(#)local.m4 8.6 (Berkeley) 10/24/93 #####
Mlocal, P=/usr/local/bin/procmail, F=lsDFMShPfn, S=10, R=20/40,
A=procmail -a $h -d $u
Mprog, P=/bin/sh, F=lsDFMeu, S=10, R=20/40, D=$z:/,
A=sh -c $u
#####################################
### SMTP Mailer specification ###
#####################################
##### @(#)smtp.m4 8.15 (Berkeley) 2/14/94 #####
Msmtp, P=[IPC], F=mDFMuX, S=11/31, R=21, E=\r\n,
L=990, A=IPC $h
Mesmtp, P=[IPC], F=mDFMuXa, S=11/31, R=21, E=\r\n,
L=990, A=IPC $h
Mrelay, P=[IPC], F=mDFMuXa, S=11/31, R=61, E=\r\n,
L=2040, A=IPC $h
#####################################
### UUCP Mailer specification ###
#####################################
##### @(#)uucp.m4 8.16 (Berkeley) 4/14/94 #####
#
# There are innumerable variations on the UUCP mailer. It really
# is rather absurd.
#
# old UUCP mailer (two names)
Muucp, P=/usr/bin/uux, F=DFMhuU, S=12, R=22/42, M=100000,
A=uux - -r -a$f -gC $h!rmail ($u)
Muucp-old, P=/usr/bin/uux, F=DFMhuU, S=12, R=22/42, M=100000,
A=uux - -r -a$f -gC $h!rmail ($u)
|