138032Speterdivert(-1)
238032Speter#
3261370Sgshapiro# Copyright (c) 1998-2000 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 the prototype for a "null client" -- that is, a client that
1738032Speter#  does nothing except forward all mail to a mail hub.  IT IS NOT
1838032Speter#  USABLE AS IS!!!
1938032Speter#
2038032Speter#  To use this, you MUST use the nullclient feature with the name of
2138032Speter#  the mail hub as its argument.  You MUST also define an `OSTYPE' to
2238032Speter#  define the location of the queue directories and the like.
2338032Speter#
2438032Speter
2538032Speterdivert(0)dnl
26266711SgshapiroVERSIONID(`$Id: clientproto.mc,v 8.17 2013-11-22 20:51:08 ca Exp $')
2738032Speter
2838032SpeterOSTYPE(unknown)
2938032SpeterFEATURE(nullclient, mailhost.$m)
30