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 10# 11# This is the prototype for a configuration that only supports UUCP 12# and does not have DNS support at all. 13# 14# You MUST change the `OSTYPE' macro to specify the operating system 15# on which this will run; this will set the location of various 16# support files for your operating system environment. You MAY 17# create a domain file in ../domain and reference it by adding a 18# `DOMAIN' macro after the `OSTYPE' macro. I recommend that you 19# first copy this to another file name so that new sendmail releases 20# will not trash your changes. 21# 22 23include(`../m4/cf.m4') 24VERSIONID(`@(#)uucpproto.mc 8.4 (Berkeley) 04/21/95') 25OSTYPE(unknown) 26FEATURE(nodns)dnl 27MAILER(local)dnl 28MAILER(uucp)dnl 29