1PUSHDIVERT(-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#
9ifdef(`SMTP_MAILER_FLAGS',, `define(`SMTP_MAILER_FLAGS', `')')
10define(_NULL_CLIENT_ONLY_, `1')
11ifelse(_ARG_, `', `errprint(`Feature "nullclient" requires argument')',
12	`define(`MAIL_HUB', _ARG_)')
13POPDIVERT
14
15#
16#  This is used only for relaying mail from a client to a hub when
17#  that client does absolutely nothing else -- i.e., it is a "null
18#  mailer".  In this sense, it acts like the "R" option in Sun
19#  sendmail.
20#
21
22VERSIONID(`@(#)nullclient.m4	8.4 (Berkeley) 07/02/94')
23
24PUSHDIVERT(7)
25############################################
26###   Null Client Mailer specification   ###
27############################################
28
29ifdef(`confRELAY_MAILER',,
30	`define(`confRELAY_MAILER', `nullclient')')dnl
31
32Mnullclient,	P=[IPC], F=CONCAT(mDFMuXa, SMTP_MAILER_FLAGS),ifdef(`SMTP_MAILER_MAX', ` M=SMTP_MAILER_MAX,')
33		A=IPC $h
34POPDIVERT
35