xref: /original-bsd/usr.sbin/sendmail/cf/cf/ucbvax.mc (revision 948d00a2)
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
10include(`../m4/cf.m4')
11VERSIONID(`@(#)ucbvax.mc	8.2 (Berkeley) 11/13/94')
12OSTYPE(bsd4.3)
13DOMAIN(cs.hidden)
14MAILER(local)
15MAILER(smtp)
16MAILER(uucp)
17undefine(`UUCP_RELAY')dnl
18DDBerkeley.EDU
19
20# names for which we act as a local forwarding agent
21CF CS
22FF/etc/sendmail.cw
23
24# local UUCP connections, and our local uucp name
25SITECONFIG(uucp.ucbvax, ucbvax, U)
26
27# remote UUCP connections, and the machine they are on
28SITECONFIG(uucp.ucbarpa, ucbarpa.Berkeley.EDU, W)
29
30SITECONFIG(uucp.cogsci, cogsci.Berkeley.EDU, X)
31
32LOCAL_RULE_3
33# map old UUCP names into Internet names
34UUCPSMTP(bellcore,	bellcore.com)
35UUCPSMTP(decvax,	decvax.dec.com)
36UUCPSMTP(decwrl,	decwrl.dec.com)
37UUCPSMTP(hplabs,	hplabs.hp.com)
38UUCPSMTP(lbl-csam,	lbl-csam.arpa)
39UUCPSMTP(pur-ee,	ecn.purdue.edu)
40UUCPSMTP(purdue,	purdue.edu)
41UUCPSMTP(research,	research.att.com)
42UUCPSMTP(sdcarl,	sdcarl.ucsd.edu)
43UUCPSMTP(sdcsvax,	sdcsvax.ucsd.edu)
44UUCPSMTP(ssyx,		ssyx.ucsc.edu)
45UUCPSMTP(sun,		sun.com)
46UUCPSMTP(ucdavis,	ucdavis.ucdavis.edu)
47UUCPSMTP(ucivax,	ics.uci.edu)
48UUCPSMTP(ucla-cs,	cs.ucla.edu)
49UUCPSMTP(ucla-se,	seas.ucla.edu)
50UUCPSMTP(ucsbcsl,	ucsbcsl.ucsb.edu)
51UUCPSMTP(ucscc,		c.ucsc.edu)
52UUCPSMTP(ucsd,		ucsd.edu)
53UUCPSMTP(ucsfcgl,	cgl.ucsf.edu)
54UUCPSMTP(unmvax,	unmvax.cs.unm.edu)
55UUCPSMTP(uwvax,		spool.cs.wisc.edu)
56
57LOCAL_RULE_0
58
59# make sure we handle the local domain as absolute
60R$* <  @ $* $D > $*		$: $1 < @ $2 $D . > $3
61
62# handle names we forward for as though they were local, so we will use UDB
63R< @ $=F . $D . > : $*		$@ $>7 $2		@here:... -> ...
64R< @ $D . > : $*		$@ $>7 $1		@here:... -> ...
65R$* $=O $* < @ $=F . $D . >	$@ $>7 $1 $2 $3		...@here -> ...
66R$* $=O $* < @ $D . >		$@ $>7 $1 $2 $3		...@here -> ...
67
68R$* < @ $=F . $D . >		$#local $: $1		use UDB
69
70# handle local UUCP connections in the Berkeley.EDU domain
71R$+<@cnmat.$D . >		$#uucp$@cnmat$:$1
72R$+<@cnmat.CS.$D . >		$#uucp$@cnmat$:$1
73R$+<@craig.$D . >		$#uucp$@craig$:$1
74R$+<@craig.CS.$D . >		$#uucp$@craig$:$1
75