From 41242af02e904884b4b938aa04d5815b5ef73a46 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Sat, 21 Aug 1993 22:14:36 -0800 Subject: [PATCH] date and time created 93/08/21 15:14:36 by eric SCCS-vsn: usr.sbin/sendmail/cf/cf/clientproto.mc 8.1 --- .../usr.sbin/sendmail/cf/cf/clientproto.mc | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 usr/src/usr.sbin/sendmail/cf/cf/clientproto.mc diff --git a/usr/src/usr.sbin/sendmail/cf/cf/clientproto.mc b/usr/src/usr.sbin/sendmail/cf/cf/clientproto.mc new file mode 100644 index 0000000000..0e604af0fb --- /dev/null +++ b/usr/src/usr.sbin/sendmail/cf/cf/clientproto.mc @@ -0,0 +1,24 @@ +divert(-1) +# +# Copyright (c) 1983 Eric P. Allman +# Copyright (c) 1988, 1993 +# The Regents of the University of California. All rights reserved. +# +# %sccs.include.redist.sh% +# + +# +# This the prototype for a "null client" -- that is, a client that +# does nothing except forward all mail to a mail hub. +# +# To use this, you MUST define MAIL_HUB and include the "nullclient" +# mailer. You MAY also define an OSTYPE to define the location of +# the queue directories and the like. Other than these, it should +# never contain any other lines. +# + +include(`../m4/cf.m4') +VERSIONID(`@(#)clientproto.mc 8.1 (Berkeley) %G%') + +define(`MAIL_HUB', `mailhost.$m') +MAILER(nullclient) -- 2.20.1