baseline commit of sendmail release 8 version 8.1B
(this is the sendmail stuff as it will appear in 4.4BSD)
This commit is contained in:
parent
4e47609c49
commit
ae87789673
|
@ -1,79 +1,54 @@
|
||||||
#
|
# @(#)Makefile 8.1 (Berkeley) 6/7/93
|
||||||
# Sendmail
|
|
||||||
# Copyright (c) 1983 Eric P. Allman
|
|
||||||
# Berkeley, California
|
|
||||||
#
|
|
||||||
# Copyright (c) 1983 Regents of the University of California.
|
|
||||||
# All rights reserved. The Berkeley software License Agreement
|
|
||||||
# specifies the terms and conditions for redistribution.
|
|
||||||
#
|
|
||||||
######################################################################
|
|
||||||
#
|
|
||||||
# Makefile for Sendmail UCB configuration files
|
|
||||||
#
|
|
||||||
######################################################################
|
|
||||||
|
|
||||||
|
M4= m4
|
||||||
|
#M4= /usr/src/usr.bin/m4/obj/m4
|
||||||
|
CHMOD= chmod
|
||||||
|
ROMODE= 444
|
||||||
|
RM= rm -f
|
||||||
|
|
||||||
NSSRCS = cad.mc cadgroup.mc cogsci.mc okeeffe.mc ucbarpa.mc ucbvax.mc \
|
.SUFFIXES: .mc .cf
|
||||||
cc.mc cchem.mc ic.mc id.mc
|
|
||||||
|
|
||||||
GENSRCS = proto.mc
|
|
||||||
|
|
||||||
NSALL = cad.cf cadgroup.cf cogsci.cf okeeffe.cf ucbarpa.cf ucbvax.cf \
|
|
||||||
cc.cf cchem.cf ic.cf id.cf
|
|
||||||
|
|
||||||
PROTOS = ucbtcp.cf uucpproto.cf tcpproto.cf tcpuucpproto.cf
|
|
||||||
|
|
||||||
EXP = x-ucbtcp_fw.cf
|
|
||||||
|
|
||||||
UUCP = ../m4/uucpm.m4 ../m4/suucpm.m4 ../m4/rule5.m4 \
|
|
||||||
../m4/smtpuucpm.m4
|
|
||||||
|
|
||||||
ALL = $(NSALL) $(PROTOS) $(EXP)
|
|
||||||
|
|
||||||
GET = sccs get
|
|
||||||
|
|
||||||
BLDFILE = buildinfo
|
|
||||||
|
|
||||||
.SUFFIXES: .mc .cf
|
|
||||||
|
|
||||||
.mc.cf:
|
.mc.cf:
|
||||||
rm -f $(BLDFILE)
|
$(RM) $@
|
||||||
echo "# built by `whoami` on `date`" > $(BLDFILE)
|
(cd ${.CURDIR} && $(M4) ${@:R}.mc > obj/$@)
|
||||||
echo "# in `pwd` on `hostname`" >> $(BLDFILE)
|
$(CHMOD) $(ROMODE) $@
|
||||||
m4 < $*.mc > $*.cf
|
|
||||||
rm -f $(BLDFILE)
|
ALL= cs-hidden.cf cs-exposed.cf \
|
||||||
|
hpux-cs-exposed.cf hpux-cs-hidden.cf \
|
||||||
|
sunos3.5-cs-exposed.cf sunos3.5-cs-hidden.cf \
|
||||||
|
sunos4.1-cs-exposed.cf sunos4.1-cs-hidden.cf \
|
||||||
|
ultrix4.1-cs-exposed.cf ultrix4.1-cs-hidden.cf \
|
||||||
|
mail.cs.cf mail.eecs.cf ucbvax.cf vangogh.cf \
|
||||||
|
chez.cf knecht.cf cogsci.cf alpha.cf s2k.cf auspex.cf \
|
||||||
|
python.cf \
|
||||||
|
tcpproto.cf uucpproto.cf
|
||||||
|
|
||||||
all: $(ALL)
|
all: $(ALL)
|
||||||
|
|
||||||
clean:
|
clean cleandir:
|
||||||
rm -f $(ALL) a.out core make.out
|
$(RM) $(ALL) core
|
||||||
rm -f ,*
|
|
||||||
|
|
||||||
#
|
depend install:
|
||||||
# Standard files included by all
|
|
||||||
#
|
|
||||||
$(ALL): ../m4/nsmacros.m4 ../m4/nsclasses.m4 ../sitedep/nicregistered.m4 \
|
|
||||||
../m4/version.m4 ../m4/boilerplate.m4 ../m4/prewriterule.m4 \
|
|
||||||
../m4/postwriterule.m4 ../m4/rule3.m4 ../m4/localm.m4 ../m4/nstcpm.m4 \
|
|
||||||
../m4/nstcpldm.m4 ../m4/rule0.m4 ../m4/fake_domains.m4
|
|
||||||
|
|
||||||
#
|
# this is overkill, but....
|
||||||
# Special include files used only by specific hosts
|
M4FILES=../domain/cs.exposed.m4 \
|
||||||
#
|
../domain/cs.hidden.m4 \
|
||||||
cad.cf: proto.mc $(UUCP) ../sitedep/uucp.cad.m4 \
|
../domain/Berkeley.m4 \
|
||||||
../sitedep/smtpuucp.cad.m4
|
../feature/use_cw_file.m4 \
|
||||||
cadgroup.cf: proto.mc
|
../hack/cssubdomain.m4 \
|
||||||
cc.cf: proto.mc
|
../m4/cf.m4 \
|
||||||
cchem.cf: proto.mc
|
../m4/proto.m4 \
|
||||||
ic.cf: proto.mc $(UUCP) ../sitedep/uucp.ic.m4
|
../m4/version.m4 \
|
||||||
id.cf: proto.mc $(UUCP) ../sitedep/uucp.id.m4
|
../mailer/local.m4 \
|
||||||
cogsci.cf: proto.mc $(UUCP) ../sitedep/uucp.cogsci.m4
|
../mailer/smtp.m4 \
|
||||||
okeeffe.cf: proto.mc $(UUCP) ../sitedep/uucp.okeeffe.m4
|
../mailer/uucp.m4 \
|
||||||
ucbarpa.cf: proto.mc $(UUCP) ../sitedep/uucp.ucbarpa.m4
|
../ostype/bsd4.3.m4 \
|
||||||
ucbvax.cf: $(UUCP) ../sitedep/uucp.cad.m4 ../sitedep/uucp.cogsci.m4 \
|
../ostype/bsd4.4.m4 \
|
||||||
../sitedep/uucp.ucbarpa.m4 ../sitedep/uucp.ucbvax.m4 \
|
../ostype/riscos4.5.m4 \
|
||||||
../sitedep/smtpuucp.ucbvax.m4
|
../ostype/sunos3.5.m4 \
|
||||||
# prototypes
|
../ostype/sunos4.1.m4 \
|
||||||
uucpproto.cf: proto.mc $(UUCP) ../sitedep/uucp.proto.m4
|
../ostype/ultrix4.1.m4 \
|
||||||
tcpproto.cf: proto.mc
|
|
||||||
|
$(ALL): $(M4FILES)
|
||||||
|
|
||||||
|
.include <bsd.prog.mk>
|
||||||
|
|
|
@ -0,0 +1,41 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)alpha.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(osf1)dnl
|
||||||
|
DOMAIN(s2k)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
|
@ -0,0 +1,42 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)auspex.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(sunos4.1)dnl
|
||||||
|
DOMAIN(cs.hidden)dnl
|
||||||
|
FEATURE(use_cw_file)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
|
@ -0,0 +1,44 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)chez.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(bsd4.4)dnl
|
||||||
|
DOMAIN(cs.exposed)dnl
|
||||||
|
define(`LOCAL_RELAY', vangogh.CS.Berkeley.EDU)dnl
|
||||||
|
define(`MASQUERADE_NAME', vangogh.CS.Berkeley.EDU)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
||||||
|
Fw/etc/sendmail.cw
|
|
@ -1,18 +1,41 @@
|
||||||
divert(10)dnl
|
divert(-1)
|
||||||
#
|
#
|
||||||
# cogsci configuration file
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
#
|
#
|
||||||
# @(#)cogsci.mc 1.6 (Berkeley) 1/3/89
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
#
|
#
|
||||||
define(DOMAIN, `DDBerkeley.EDU')
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
define(UUCP_NAME, DUcogsci)
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
define(UUCP_ALIASES, CUcogsci)
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
define(UUCP_HOSTS_FILE, ../sitedep/uucp.cogsci.m4)
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
define(INTERNET_RELAY, `DAucbvax.Berkeley.EDU')
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
define(UUCP_RELAY, DRucbvax.Berkeley.EDU)
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
define(BITNET_RELAY, `DBjade.Berkeley.EDU')
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
define(CSNET_RELAY, `DCrelay.cs.net')
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
define(ARPAKLUDGE, `1')
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
define(EXTERNAL_VERSION, ``#' `@(#)cogsci.mc 1.6' (Berkeley) `1/3/89'')
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
divert(0)dnl
|
# SUCH DAMAGE.
|
||||||
include(proto.mc)
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)cogsci.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
DOMAIN(cs.exposed)dnl
|
||||||
|
MAILER(smtp)dnl
|
||||||
|
MAILER(uucp)dnl
|
||||||
|
SITECONFIG(uucp.cogsci, Ucogsci, U)
|
||||||
|
|
|
@ -0,0 +1,40 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)cs-exposed.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
DOMAIN(cs.exposed)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
|
@ -0,0 +1,40 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)cs-hidden.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
DOMAIN(cs.hidden)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
|
@ -0,0 +1,41 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)hpux-cs-exposed.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(hpux)dnl
|
||||||
|
DOMAIN(cs.exposed)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
|
@ -0,0 +1,41 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)hpux-cs-hidden.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(hpux)dnl
|
||||||
|
DOMAIN(cs.hidden)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
|
@ -0,0 +1,44 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)knecht.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(ultrix4.1)dnl
|
||||||
|
DOMAIN(cs.exposed)dnl
|
||||||
|
define(`LOCAL_RELAY', CS.Berkeley.EDU)dnl
|
||||||
|
MAILER(smtp)dnl
|
||||||
|
|
||||||
|
# our local domain
|
||||||
|
DDCS.Berkeley.EDU
|
|
@ -0,0 +1,54 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)mail.cs.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(ultrix4.1)dnl
|
||||||
|
DOMAIN(cs.exposed)dnl
|
||||||
|
FEATURE(notsticky)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
||||||
|
define(`confUSERDB_SPEC', ``/usr/local/lib/users.cs.db,/usr/local/lib/users.eecs.db'')dnl
|
||||||
|
DDBerkeley.EDU
|
||||||
|
|
||||||
|
# hosts for which we accept and forward mail (must be in .Berkeley.EDU)
|
||||||
|
CF CS
|
||||||
|
FF/etc/sendmail.cw
|
||||||
|
|
||||||
|
LOCAL_RULE_0
|
||||||
|
R< @ $=F . $D . > : $* $@ $>7 $2 @here:... -> ...
|
||||||
|
R$* $=O $* < @ $=F . $D . > $@ $>7 $1 $2 $3 ...@here -> ...
|
||||||
|
|
||||||
|
R$* < @ $=F . $D . > $#local $: $1 use UDB
|
|
@ -0,0 +1,54 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)mail.eecs.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(ultrix4.1)dnl
|
||||||
|
DOMAIN(eecs.hidden)dnl
|
||||||
|
FEATURE(notsticky)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
||||||
|
define(`confUSERDB_SPEC', `/usr/local/lib/users.cs.db,/usr/local/lib/users.eecs.db')dnl
|
||||||
|
DDBerkeley.EDU
|
||||||
|
|
||||||
|
# hosts for which we accept and forward mail (must be in .Berkeley.EDU)
|
||||||
|
CF EECS
|
||||||
|
FF/etc/sendmail.cw
|
||||||
|
|
||||||
|
LOCAL_RULE_0
|
||||||
|
R< @ $=F . $D . > : $* $@ $>7 $2 @here:... -> ...
|
||||||
|
R$* $=O $* < @ $=F . $D . > $@ $>7 $1 $2 $3 ...@here -> ...
|
||||||
|
|
||||||
|
R$* < @ $=F . $D . > $#local $: $1 use UDB
|
|
@ -0,0 +1,52 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)python.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(bsd4.4)dnl
|
||||||
|
DOMAIN(cs.exposed)dnl
|
||||||
|
define(`LOCAL_RELAY', vangogh.CS.Berkeley.EDU)dnl
|
||||||
|
define(`MASQUERADE_NAME', vangogh.CS.Berkeley.EDU)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
||||||
|
|
||||||
|
# accept mail sent to the domain head
|
||||||
|
DDBostic.COM
|
||||||
|
|
||||||
|
LOCAL_RULE_0
|
||||||
|
# accept mail sent to the domain head
|
||||||
|
R< @ $D . > : $* $@ $>7 $1 @here:... -> ...
|
||||||
|
R$* $=O $* < @ $D . > $@ $>7 $1 $2 $3 ...@here -> ...
|
||||||
|
R$* < @ $D . > $#local $: $1 user@here -> user
|
|
@ -0,0 +1,42 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)s2k.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OLDSENDMAIL
|
||||||
|
OSTYPE(ultrix4.1)dnl
|
||||||
|
DOMAIN(s2k)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
|
@ -0,0 +1,41 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)sunos3.5-cs-exposed.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(sunos3.5)dnl
|
||||||
|
DOMAIN(cs.exposed)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
|
@ -0,0 +1,41 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)sunos3.5-cs-hidden.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(sunos3.5)dnl
|
||||||
|
DOMAIN(cs.hidden)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
|
@ -0,0 +1,41 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)sunos4.1-cs-exposed.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(sunos4.1)dnl
|
||||||
|
DOMAIN(cs.exposed)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
|
@ -0,0 +1,41 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)sunos4.1-cs-hidden.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(sunos4.1)dnl
|
||||||
|
DOMAIN(cs.hidden)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
|
@ -1,14 +1,40 @@
|
||||||
divert(10)dnl
|
divert(-1)
|
||||||
#
|
#
|
||||||
# Prototype configuration file for systems on TCP/IP (SMTP) based networks
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
#
|
#
|
||||||
# @(#)tcpproto.mc 1.2 (Berkeley) 1/24/89
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
#
|
#
|
||||||
define(DOMAIN, `DDYOUR_DOMAIN_GOES_HERE')
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
define(UUCP_RELAY, DRYOUR_UUCP_RELAY_GOES_HERE)
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
define(BITNET_RELAY, `DBYOUR_BITNET_RELAY_GOES_HERE')
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
define(CSNET_RELAY, `DCYOUR_CSNET_RELAY_GOES_HERE')
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
define(ARPAKLUDGE, `1')
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
define(EXTERNAL_VERSION, ``#' `@(#)tcpproto.mc 1.2' (Berkeley) `1/24/89'')
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
divert(0)dnl
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
include(proto.mc)dnl
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)tcpproto.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
FEATURE(nouucp)
|
||||||
|
MAILER(local)
|
||||||
|
MAILER(smtp)
|
||||||
|
|
|
@ -1,18 +1,43 @@
|
||||||
divert(10)dnl
|
divert(-1)
|
||||||
#
|
#
|
||||||
# ucbarpa configuration file
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
#
|
#
|
||||||
# @(#)ucbarpa.mc 1.3 (Berkeley) 1/3/89
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
#
|
#
|
||||||
define(DOMAIN, `DDBerkeley.EDU')
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
define(UUCP_NAME, DUucbarpa)
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
define(UUCP_ALIASES, CUucbarpa)
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
define(UUCP_HOSTS_FILE, ../sitedep/uucp.ucbarpa.m4)
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
define(INTERNET_RELAY, `DAucbvax.Berkeley.EDU')
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
define(UUCP_RELAY, DRucbvax.Berkeley.EDU)
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
define(BITNET_RELAY, `DBjade.Berkeley.EDU')
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
define(CSNET_RELAY, `DCrelay.cs.net')
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
define(ARPAKLUDGE, `1')
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
define(EXTERNAL_VERSION, ``#' `@(#)ucbarpa.mc 1.3' (Berkeley) `1/3/89'')
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
divert(0)dnl
|
# SUCH DAMAGE.
|
||||||
include(proto.mc)dnl
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)ucbarpa.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
DOMAIN(cs.exposed)dnl
|
||||||
|
OSTYPE(bsd4.4)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
||||||
|
MAILER(uucp)dnl
|
||||||
|
SITECONFIG(uucp.ucbarpa, ucbarpa, U)
|
||||||
|
|
|
@ -1,161 +1,101 @@
|
||||||
############################################################
|
divert(-1)
|
||||||
#
|
#
|
||||||
# Sendmail
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
# Copyright (c) 1983 Eric P. Allman
|
# Copyright (c) 1988, 1993
|
||||||
# Berkeley, California
|
# The Regents of the University of California. All rights reserved.
|
||||||
#
|
#
|
||||||
# Copyright (c) 1983 Regents of the University of California.
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# All rights reserved. The Berkeley software License Agreement
|
# modification, are permitted provided that the following conditions
|
||||||
# specifies the terms and conditions for redistribution.
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
#
|
#
|
||||||
# @(#)ucbvax.mc 1.39 (Berkeley) 1/3/89
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
sinclude(buildinfo)dnl
|
|
||||||
#
|
|
||||||
############################################################
|
|
||||||
############################################################
|
|
||||||
#####
|
|
||||||
##### SENDMAIL CONFIGURATION FILE
|
|
||||||
#####
|
|
||||||
##### This one is the big daddy. There is no "upstairs"
|
|
||||||
##### to bounce a message to -- except perhaps the arpanet.
|
|
||||||
#####
|
|
||||||
#####
|
|
||||||
############################################################
|
|
||||||
############################################################
|
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)ucbvax.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(bsd4.3)
|
||||||
|
DOMAIN(cs.hidden)
|
||||||
|
FEATURE(notsticky)
|
||||||
|
MAILER(local)
|
||||||
|
MAILER(smtp)
|
||||||
|
MAILER(uucp)
|
||||||
|
undefine(`UUCP_RELAY')dnl
|
||||||
|
DDBerkeley.EDU
|
||||||
|
|
||||||
|
# names for which we act as a local forwarding agent
|
||||||
|
CF CS
|
||||||
|
FF/etc/sendmail.cw
|
||||||
|
|
||||||
######################
|
# local UUCP connections, and our local uucp name
|
||||||
### local info ###
|
SITECONFIG(uucp.ucbvax, ucbvax, U)
|
||||||
######################
|
|
||||||
|
|
||||||
# internet hostnames
|
# remote UUCP connections, and the machine they are on
|
||||||
Cwucbvax vax k UCB-VAX Berkeley UCB-C70 UCB
|
SITECONFIG(uucp.ucbarpa, ucbarpa.Berkeley.EDU, W)
|
||||||
|
|
||||||
# UUCP hostnames
|
SITECONFIG(uucp.cogsci, cogsci.Berkeley.EDU, X)
|
||||||
DUucbvax
|
|
||||||
CUucbvax
|
|
||||||
|
|
||||||
# local UUCP connections
|
LOCAL_RULE_3
|
||||||
include(../sitedep/uucp.ucbvax.m4)dnl
|
# map old UUCP names into Internet names
|
||||||
|
UUCPSMTP(bellcore, bellcore.com)
|
||||||
|
UUCPSMTP(decvax, decvax.dec.com)
|
||||||
|
UUCPSMTP(decwrl, decwrl.dec.com)
|
||||||
|
UUCPSMTP(hplabs, hplabs.hp.com)
|
||||||
|
UUCPSMTP(lbl-csam, lbl-csam.arpa)
|
||||||
|
UUCPSMTP(pur-ee, ecn.purdue.edu)
|
||||||
|
UUCPSMTP(purdue, purdue.edu)
|
||||||
|
UUCPSMTP(research, research.att.com)
|
||||||
|
UUCPSMTP(sdcarl, sdcarl.ucsd.edu)
|
||||||
|
UUCPSMTP(sdcsvax, sdcsvax.ucsd.edu)
|
||||||
|
UUCPSMTP(ssyx, ssyx.ucsc.edu)
|
||||||
|
UUCPSMTP(sun, sun.com)
|
||||||
|
UUCPSMTP(ucdavis, ucdavis.ucdavis.edu)
|
||||||
|
UUCPSMTP(ucivax, ics.uci.edu)
|
||||||
|
UUCPSMTP(ucla-cs, cs.ucla.edu)
|
||||||
|
UUCPSMTP(ucla-se, seas.ucla.edu)
|
||||||
|
UUCPSMTP(ucsbcsl, ucsbcsl.ucsb.edu)
|
||||||
|
UUCPSMTP(ucscc, c.ucsc.edu)
|
||||||
|
UUCPSMTP(ucsd, ucsd.edu)
|
||||||
|
UUCPSMTP(ucsfcgl, cgl.ucsf.edu)
|
||||||
|
UUCPSMTP(unmvax, unmvax.cs.unm.edu)
|
||||||
|
UUCPSMTP(uwvax, spool.cs.wisc.edu)
|
||||||
|
|
||||||
# UUCP connections on ucbarpa
|
LOCAL_RULE_0
|
||||||
DWucbarpa.Berkeley.EDU
|
|
||||||
define(`CV', CW)dnl
|
|
||||||
include(../sitedep/uucp.ucbarpa.m4)dnl
|
|
||||||
undefine(`CV')dnl
|
|
||||||
|
|
||||||
# UUCP connections on ucbcad
|
# make sure we handle the local domain as absolute
|
||||||
DXcad.Berkeley.EDU
|
R$* < @ $* $D > $* $: $1 < @ $2 $D . > $3
|
||||||
define(`CV', CX)dnl
|
|
||||||
include(../sitedep/uucp.cad.m4)dnl
|
|
||||||
undefine(`CV')dnl
|
|
||||||
|
|
||||||
# UUCP connections on cogsci
|
# handle names we forward for as though they were local, so we will use UDB
|
||||||
DYcogsci.Berkeley.EDU
|
R< @ $=F . $D . > : $* $@ $>7 $2 @here:... -> ...
|
||||||
define(`CV', CY)dnl
|
R< @ $D . > : $* $@ $>7 $1 @here:... -> ...
|
||||||
include(../sitedep/uucp.cogsci.m4)dnl
|
R$* $=O $* < @ $=F . $D . > $@ $>7 $1 $2 $3 ...@here -> ...
|
||||||
undefine(`CV')dnl
|
R$* $=O $* < @ $D . > $@ $>7 $1 $2 $3 ...@here -> ...
|
||||||
|
|
||||||
# known uucp connections with a smart uucp
|
R$* < @ $=F . $D . > $#local $: $1 use UDB
|
||||||
CMdecvax
|
|
||||||
|
|
||||||
# we have full sendmail support here
|
# handle local UUCP connections in the Berkeley.EDU domain
|
||||||
Oa
|
R$+<@cnmat.$D . > $#uucp$@cnmat$:$1
|
||||||
|
R$+<@cnmat.CS.$D . > $#uucp$@cnmat$:$1
|
||||||
#############################
|
R$+<@craig.$D . > $#uucp$@craig$:$1
|
||||||
### Setup Information ###
|
R$+<@craig.CS.$D . > $#uucp$@craig$:$1
|
||||||
#############################
|
|
||||||
|
|
||||||
include(../m4/nsmacros.m4)
|
|
||||||
include(../m4/nsclasses.m4)
|
|
||||||
include(../sitedep/nicregistered.m4)
|
|
||||||
include(../m4/version.m4)
|
|
||||||
include(../m4/boilerplate.m4)
|
|
||||||
|
|
||||||
###########################
|
|
||||||
### Rewriting Rules ###
|
|
||||||
###########################
|
|
||||||
|
|
||||||
include(../m4/prewriterule.m4)
|
|
||||||
include(../m4/postwriterule.m4)
|
|
||||||
|
|
||||||
# addition to Post-rewrite Rule
|
|
||||||
R$+%$=w@$=w.EDU $1@$w u%UCB@UCB.edu => u@UCB.berk.edu
|
|
||||||
R$+%$=w@$=w.$=w.EDU $1@$w u%UCB@UCB.berk.edu => u@UCB
|
|
||||||
|
|
||||||
include(../m4/rule3.m4)
|
|
||||||
include(../m4/rule5.m4)
|
|
||||||
|
|
||||||
###################
|
|
||||||
### Mailers ###
|
|
||||||
###################
|
|
||||||
|
|
||||||
include(../m4/localm.m4)
|
|
||||||
define(`m4UUCP',TRUE)
|
|
||||||
include(../m4/suucpm.m4)
|
|
||||||
include(../m4/uucpm.m4)
|
|
||||||
include(../m4/smtpuucpm.m4)
|
|
||||||
include(../m4/nstcpm.m4)
|
|
||||||
include(../m4/nstcpldm.m4)
|
|
||||||
|
|
||||||
#####################
|
|
||||||
### Rule Zero ###
|
|
||||||
#####################
|
|
||||||
|
|
||||||
include(../m4/rule0.m4)
|
|
||||||
|
|
||||||
################################################
|
|
||||||
### Machine dependent part of ruleset zero ###
|
|
||||||
################################################
|
|
||||||
|
|
||||||
# resolve SMTP UUCP connections
|
|
||||||
include(../sitedep/smtpuucp.ucbvax.m4)
|
|
||||||
|
|
||||||
# resolve local UUCP links
|
|
||||||
R<@$=V.UUCP>:$+ $#uucp$@$1$:$1:$2 @host.UUCP: ...
|
|
||||||
R$+<@$=V.UUCP> $#uucp$@$2$:$1 user@host.UUCP
|
|
||||||
|
|
||||||
# resolve explicit arpanet names (to avoid with machine name "arpa" below)
|
|
||||||
R$*<@$*$-.ARPA>$* $#tcp$@$3.ARPA$:$1<@$2$3.ARPA>$4 user@domain.ARPA
|
|
||||||
|
|
||||||
# resolve fake top level domains by forwarding to other hosts
|
|
||||||
include(../m4/fake_domains.m4)
|
|
||||||
|
|
||||||
# resolve non-local UUCP links
|
|
||||||
R$*<@$=W.UUCP>$* $#tcpld$@$W$:$1<@$2.UUCP>$3 user@host.UUCP
|
|
||||||
R$*<@$=X.UUCP>$* $#tcpld$@$X$:$1<@$2.UUCP>$3 user@host.UUCP
|
|
||||||
R$*<@$=Y.UUCP>$* $#tcpld$@$Y$:$1<@$2.UUCP>$3 user@host.UUCP
|
|
||||||
|
|
||||||
# this uucp stuff is wrong for domain uucp addresses
|
|
||||||
# - we should pass the whole "host.domain" to uucp so it can
|
|
||||||
# find the best route. But that depends on a uucp router
|
|
||||||
# which doesn't exist here yet, so for now, we'll settle for
|
|
||||||
# trying to route to the domain (pretending its a host).
|
|
||||||
# Suitable L.sys entries can make this work. If it doesn't
|
|
||||||
# then returned mail will just say "dom unknown", which is true ..
|
|
||||||
|
|
||||||
# resolve smart UUCP links
|
|
||||||
R<@$=M.$-.UUCP>:$+ $#suucp$@$2$:@$1.$2.UUCP:$3 @host.domain.UUCP: ...
|
|
||||||
R<@$=M.UUCP>:$+ $#suucp$@$1$:$2 @host.UUCP: ...
|
|
||||||
R$+<@$=M.$-.UUCP> $#suucp$@$3$:$1@$2.$3.UUCP user@host.domain.UUCP
|
|
||||||
R$+<@$=M.UUCP> $#suucp$@$2$:$1 user@host.UUCP
|
|
||||||
|
|
||||||
# local domain sites
|
|
||||||
R$*<@$*.$D>$* $#tcpld$@$2.$D$:$1<@$2.$D>$3 user@host.our.domain
|
|
||||||
R$*<@$->$* $#tcpld$@$2.$D$:$1<@$2.$D>$3 user@host
|
|
||||||
R$*<@$-.UUCP>$* $#tcpld$@$2.$D$:$1<@$2.$D>$3 user@host.UUCP
|
|
||||||
|
|
||||||
# other non-local names will be kicked upstairs
|
|
||||||
R$*<@$+>$* $#tcp$@$2$:$1<@$2>$3 user@some.where
|
|
||||||
|
|
||||||
# remaining names must be local
|
|
||||||
R$+ $#local$:$1 everything else
|
|
||||||
|
|
||||||
########################################
|
|
||||||
### Host dependent address cleanup ###
|
|
||||||
########################################
|
|
||||||
|
|
||||||
S8
|
|
||||||
R$*$=U!$+@$+ $3@$4 drop uucp forward
|
|
||||||
|
|
|
@ -0,0 +1,41 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)udb.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(sunos4.1)dnl
|
||||||
|
DOMAIN(cs.hidden)dnl
|
||||||
|
MAILER(smtp)dnl
|
||||||
|
define(`USERDB_FILE', `/home/auspex/a/staff/gnn/UDB/UI')dnl
|
|
@ -0,0 +1,41 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)ultrix4.1-cs-exposed.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(ultrix4.1)dnl
|
||||||
|
DOMAIN(cs.exposed)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
|
@ -0,0 +1,41 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)ultrix4.1-cs-hidden.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
OSTYPE(ultrix4.1)dnl
|
||||||
|
DOMAIN(cs.hidden)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
|
@ -1,14 +1,39 @@
|
||||||
divert(10)dnl
|
divert(-1)
|
||||||
#
|
#
|
||||||
# Prototype configuration file for systems only on UUCP networks
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
#
|
#
|
||||||
# @(#)uucpproto.mc 1.2 (Berkeley) 1/24/89
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
#
|
#
|
||||||
define(DOMAIN, `DDUUCP')
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
define(UUCP_NAME, DUYOUR_UUCP_HOSTNAME_HERE)
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
define(UUCP_ALIASES, CUYOUR_UUCP_ALIASES_HERE)
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
define(UUCP_HOSTS_FILE, ../sitedep/uucp.proto.m4)
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
define(UUCP_ONLY, 1)
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
define(EXTERNAL_VERSION, ``#' `@(#)uucpproto.mc 1.2' (Berkeley) `1/24/89'')
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
divert(0)dnl
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
include(proto.mc)dnl
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)uucpproto.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(uucp)dnl
|
||||||
|
|
|
@ -0,0 +1,43 @@
|
||||||
|
divert(-1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 1983 Eric P. Allman
|
||||||
|
# Copyright (c) 1988, 1993
|
||||||
|
# The Regents of the University of California. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions
|
||||||
|
# are met:
|
||||||
|
# 1. Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
|
# documentation and/or other materials provided with the distribution.
|
||||||
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
|
# must display the following acknowledgement:
|
||||||
|
# This product includes software developed by the University of
|
||||||
|
# California, Berkeley and its contributors.
|
||||||
|
# 4. Neither the name of the University nor the names of its contributors
|
||||||
|
# may be used to endorse or promote products derived from this software
|
||||||
|
# without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
# SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
|
||||||
|
include(`../m4/cf.m4')
|
||||||
|
VERSIONID(`@(#)vangogh.mc 8.1 (Berkeley) 6/7/93')
|
||||||
|
DOMAIN(cs.exposed)dnl
|
||||||
|
OSTYPE(bsd4.4)dnl
|
||||||
|
MAILER(local)dnl
|
||||||
|
MAILER(smtp)dnl
|
||||||
|
define(`MCI_CACHE_SIZE', 5)
|
||||||
|
Cw okeeffe
|
Loading…
Reference in New Issue