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