1divert(-1)
2#
3# Copyright (c) 1983 Eric P. Allman
4# Copyright (c) 1988, 1993
5#	The Regents of the University of California.  All rights reserved.
6#
7# %sccs.include.redist.sh%
8#
9
10#
11#  This is a Berkeley-specific configuration file for a specific
12#  machine in the Computer Science Division at Berkeley, and should
13#  not be used elsewhere.   It is provided on the sendmail distribution
14#  as a sample only.
15#
16#  This file is for a home machine that wants to masquerade as an
17#  on-campus machine.  Additionally, all addresses without a hostname
18#  will be forwarded to that machine.
19#
20
21include(`../m4/cf.m4')
22VERSIONID(`@(#)python.cs.mc	8.2 (Berkeley) 04/21/95')
23OSTYPE(bsd4.4)dnl
24DOMAIN(CS.Berkeley.EDU)dnl
25define(`LOCAL_RELAY', vangogh.CS.Berkeley.EDU)dnl
26MASQUERADE_AS(vangogh.CS.Berkeley.EDU)dnl
27MAILER(local)dnl
28MAILER(smtp)dnl
29
30# accept mail sent to the domain head
31DDBostic.COM
32
33LOCAL_RULE_0
34# accept mail sent to the domain head
35R< @ $D . > : $*		$@ $>7 $1		@here:... -> ...
36R$* $=O $* < @ $D . >		$@ $>7 $1 $2 $3		...@here -> ...
37R$* < @ $D . >			$#local $: $1		user@here -> user
38