clientproto.mc revision 261363
1divert(-1)
2#
3# Copyright (c) 1998-2000 Proofpoint, Inc. and its suppliers.
4#	All rights reserved.
5# Copyright (c) 1983 Eric P. Allman.  All rights reserved.
6# Copyright (c) 1988, 1993
7#	The Regents of the University of California.  All rights reserved.
8#
9# By using this file, you agree to the terms and conditions set
10# forth in the LICENSE file which can be found at the top level of
11# the sendmail distribution.
12#
13#
14
15#
16#  This the prototype for a "null client" -- that is, a client that
17#  does nothing except forward all mail to a mail hub.  IT IS NOT
18#  USABLE AS IS!!!
19#
20#  To use this, you MUST use the nullclient feature with the name of
21#  the mail hub as its argument.  You MUST also define an `OSTYPE' to
22#  define the location of the queue directories and the like.
23#
24
25divert(0)dnl
26VERSIONID(`$Id: clientproto.mc,v 8.17 2013/11/22 20:51:08 ca Exp $')
27
28OSTYPE(unknown)
29FEATURE(nullclient, mailhost.$m)
30