1170808Sdelphijdivert(-1)
2170808Sdelphij#
3182739Sdelphij# Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
4170808Sdelphij#	All rights reserved.
5170808Sdelphij# Copyright (c) 1983 Eric P. Allman.  All rights reserved.
6170808Sdelphij# Copyright (c) 1988, 1993
7170808Sdelphij#	The Regents of the University of California.  All rights reserved.
8170808Sdelphij#
9170808Sdelphij# By using this file, you agree to the terms and conditions set
10170808Sdelphij# forth in the LICENSE file which can be found at the top level of
11170808Sdelphij# the sendmail distribution.
12170808Sdelphij#
13170808Sdelphij#
14170808Sdelphij
15170808Sdelphij#
16170808Sdelphij#  This is a Berkeley-specific configuration file for a specific
17170808Sdelphij#  machine in the Computer Science Division at Berkeley, and should
18170808Sdelphij#  not be used elsewhere.   It is provided on the sendmail distribution
19170808Sdelphij#  as a sample only.
20170808Sdelphij#
21170808Sdelphij#  This file is for a home machine that wants to masquerade as an
22170808Sdelphij#  on-campus machine.  Additionally, all addresses without a hostname
23170808Sdelphij#  will be forwarded to that machine.
24170808Sdelphij#
25170808Sdelphij
26170808Sdelphijdivert(0)dnl
27170808SdelphijVERSIONID(`$Id: python.cs.mc,v 8.12 1999/02/07 07:26:04 gshapiro Exp $')
28170808SdelphijOSTYPE(bsd4.4)dnl
29170808SdelphijDOMAIN(CS.Berkeley.EDU)dnl
30170808Sdelphijdefine(`LOCAL_RELAY', vangogh.CS.Berkeley.EDU)dnl
31170808SdelphijMASQUERADE_AS(vangogh.CS.Berkeley.EDU)dnl
32170808SdelphijMAILER(local)dnl
33170808SdelphijMAILER(smtp)dnl
34170808Sdelphij
35170808Sdelphij# accept mail sent to the domain head
36170808SdelphijDDBostic.COM
37170808Sdelphij
38170808SdelphijLOCAL_RULE_0
39170808Sdelphij# accept mail sent to the domain head
40170808SdelphijR< @ $D . > : $*		$@ $>7 $1		@here:... -> ...
41170808SdelphijR$* $=O $* < @ $D . >		$@ $>7 $1 $2 $3		...@here -> ...
42170808SdelphijR$* < @ $D . >			$#local $: $1		user@here -> user
43170808Sdelphij