1N/Adivert(-1)
1N/A#
1N/A# Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
1N/A# All rights reserved.
1N/A# Copyright (c) 1983 Eric P. Allman. All rights reserved.
1N/A# Copyright (c) 1988, 1993
1N/A# The Regents of the University of California. All rights reserved.
1N/A#
1N/A# By using this file, you agree to the terms and conditions set
1N/A# forth in the LICENSE file which can be found at the top level of
1N/A# the sendmail distribution.
1N/A#
1N/A#ident "%Z%%M% %I% %E% SMI"
1N/A#
1N/Aifelse(defn(`_ARG_'), `', `errprint(`Feature "nullclient" requires argument')',
1N/A `define(`_NULL_CLIENT_', _ARG_)')
1N/A
1N/A#
1N/A# This is used only for relaying mail from a client to a hub when
1N/A# that client does absolutely nothing else -- i.e., it is a "null
1N/A# mailer". In this sense, it acts like the "R" option in Sun
1N/A# sendmail.
1N/A#
1N/A
1N/Adivert(0)
1N/AVERSIONID(`$Id: nullclient.m4,v 8.24 2000/09/17 17:30:00 gshapiro Exp $')
1N/Adivert(-1)
1N/A
1N/Aundefine(`ALIAS_FILE')
1N/Adefine(`MAIL_HUB', _NULL_CLIENT_)
1N/Adefine(`SMART_HOST', _NULL_CLIENT_)
1N/Adefine(`confFORWARD_PATH', `')
1N/Aifdef(`confFROM_HEADER',, `define(`confFROM_HEADER', `<$g>')')
1N/Adefine(`_DEF_LOCAL_MAILER_FLAGS', `lsDFM5q')
1N/AMASQUERADE_AS(_NULL_CLIENT_)
1N/AFEATURE(`allmasquerade')
1N/AFEATURE(`masquerade_envelope')
1N/AMAILER(`local')
1N/AMAILER(`smtp')