python.cs.mc revision 261363
1divert(-1)
2#
3# Copyright (c) 1998, 1999 Proofpoint, Inc. and its suppliers.
4#	All rights reserved.
5# Copyright (c) 1983 Eric P. Allman.  All rights reserved.
6# Copyright (c) 1988, 1993
7#	The Regents of the University of California.  All rights reserved.
8#
9# By using this file, you agree to the terms and conditions set
10# forth in the LICENSE file which can be found at the top level of
11# the sendmail distribution.
12#
13#
14
15#
16#  This is a Berkeley-specific configuration file for a specific
17#  machine in the Computer Science Division at Berkeley, and should
18#  not be used elsewhere.   It is provided on the sendmail distribution
19#  as a sample only.
20#
21#  This file is for a home machine that wants to masquerade as an
22#  on-campus machine.  Additionally, all addresses without a hostname
23#  will be forwarded to that machine.
24#
25
26divert(0)dnl
27VERSIONID(`$Id: python.cs.mc,v 8.13 2013/11/22 20:51:08 ca Exp $')
28OSTYPE(bsd4.4)dnl
29DOMAIN(CS.Berkeley.EDU)dnl
30define(`LOCAL_RELAY', vangogh.CS.Berkeley.EDU)dnl
31MASQUERADE_AS(vangogh.CS.Berkeley.EDU)dnl
32MAILER(local)dnl
33MAILER(smtp)dnl
34
35# accept mail sent to the domain head
36DDBostic.COM
37
38LOCAL_RULE_0
39# accept mail sent to the domain head
40R< @ $D . > : $*		$@ $>7 $1		@here:... -> ...
41R$* $=O $* < @ $D . >		$@ $>7 $1 $2 $3		...@here -> ...
42R$* < @ $D . >			$#local $: $1		user@here -> user
43