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.
13#
14#  To use this, you MUST use the nullclient feature with the name of
15#  the mail hub as its argument.  You MAY also define an OSTYPE to
16#  define the location of the queue directories and the like.
17#  In addition, you MAY select the nocanonify feature.  This causes
18#  addresses to be sent unqualified via the SMTP connection; normally
19#  they are qualifed with the masquerade name, which defaults to the
20#  name of the hub machine.
21#  Other than these, it should never contain any other lines.
22#
23
24include(`../m4/cf.m4')
25VERSIONID(`@(#)clientproto.mc	8.3 (Berkeley) 02/17/95')
26
27FEATURE(nullclient, mailhost.$m)
28