138032Speterdivert(-1)
238032Speter#
3261370Sgshapiro# Copyright (c) 1998, 1999 Proofpoint, Inc. and its suppliers.
464562Sgshapiro#	All rights reserved.
538032Speter# Copyright (c) 1983 Eric P. Allman.  All rights reserved.
638032Speter# Copyright (c) 1988, 1993
738032Speter#	The Regents of the University of California.  All rights reserved.
838032Speter#
938032Speter# By using this file, you agree to the terms and conditions set
1038032Speter# forth in the LICENSE file which can be found at the top level of
1138032Speter# the sendmail distribution.
1238032Speter#
1338032Speter#
1438032Speter
1538032Speter#
1638032Speter#  This is the prototype for a configuration that only supports UUCP
1738032Speter#  and does not have DNS support at all.
1838032Speter#
1938032Speter#  You MUST change the `OSTYPE' macro to specify the operating system
2038032Speter#  on which this will run; this will set the location of various
2138032Speter#  support files for your operating system environment.  You MAY
2238032Speter#  create a domain file in ../domain and reference it by adding a
2338032Speter#  `DOMAIN' macro after the `OSTYPE' macro.  I recommend that you
2438032Speter#  first copy this to another file name so that new sendmail releases
2538032Speter#  will not trash your changes.
2638032Speter#
2738032Speter
2838032Speterdivert(0)dnl
29266711SgshapiroVERSIONID(`$Id: uucpproto.mc,v 8.16 2013-11-22 20:51:08 ca Exp $')
3038032SpeterOSTYPE(unknown)
3138032SpeterFEATURE(promiscuous_relay)dnl
3238032SpeterFEATURE(accept_unresolvable_domains)dnl
3338032SpeterMAILER(local)dnl
3438032SpeterMAILER(uucp)dnl
35