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 the prototype for a "null client" -- that is, a client that
12#  does nothing except forward all mail to a mail hub.  IT IS NOT
13#  USABLE AS IS!!!
14#
15#  To use this, you MUST use the nullclient feature with the name of
16#  the mail hub as its argument.  You MUST also define an OSTYPE to
17#  define the location of the queue directories and the like.
18#  In addition, you MAY select the nocanonify feature.  This causes
19#  addresses to be sent unqualified via the SMTP connection; normally
20#  they are qualifed with the masquerade name, which defaults to the
21#  name of the hub machine.
22#  Other than these, it should never contain any other lines.
23#
24
25include(`../m4/cf.m4')
26VERSIONID(`@(#)clientproto.mc	8.4 (Berkeley) 04/21/95')
27
28OSTYPE(unknown)
29FEATURE(nullclient, mailhost.$m)
30