[1531] in SIPB_Linux_Development
A useful sendmail.mc
daemon@ATHENA.MIT.EDU (Jered J Floyd)
Tue Nov 26 00:31:32 1996
Date: Tue, 26 Nov 1996 00:31:03 -0500
From: Jered J Floyd <jered@MIT.EDU>
To: linux-dev@MIT.EDU
There seem to be a large number of questions about how to configure mail
in a nonstandard way on Linux systems. Below is a useful sendmail.mc which
Sam and I are mostly responsible for. Is there some useful place to put
it?
divert(-1)
#
# Copyright (c) 1983 Eric P. Allman
# Copyright (c) 1988, 1993
# The Regents of the University of California. All rights reserved.
# [...etc...]
#
# Revised by Jered Floyd <jered@mit.edu> for Athena personal
# workstations. Users listed in the file '/etc/localusers' will
# _not_ have their mail forwarded to athena, and will have outgoing
# mail appear to come from the machine. Everyone else will masquerade
# as mit.edu.
divert(0)
define(`LOCAL_RELAY',`athena.mit.edu')
define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')
dnl Uncomment this if you want to disable expn and vrfy
dnl define(`confPRIVACY_FLAGS',`noexpn,novrfy')
VERSIONID(`v1.3')
OSTYPE(linux)
MASQUERADE_AS(`mit.edu')
FEATURE(nouucp)
FEATURE(local_procmail)
FEATURE(allmasquerade)
FEATURE(always_add_domain)
MAILER(local)
MAILER(smtp)
FE/etc/localusers
FL/etc/localusers
divert(-1)