138032Speterdivert(-1)
238032Speter#
3261194Sgshapiro# Copyright (c) 1998, 1999 Proofpoint, Inc. and its suppliers.
464562Sgshapiro#	All rights reserved.
538032Speter# Copyright (c) 1996 Eric P. Allman.  All rights reserved.
638032Speter# Copyright (c) 1988, 1993
738032Speter#	The Regents of the University of California.  All rights reserved.
838032Speter#
938032Speter# By using this file, you agree to the terms and conditions set
1038032Speter# forth in the LICENSE file which can be found at the top level of
1138032Speter# the sendmail distribution.
1238032Speter#
1338032Speter#
1438032Speter#	Concurrent Computer Corporation Maxion system support contributed
1538032Speter#	by Donald R. Laster Jr. <Laster@access.digex.com>.
1638032Speter#
1738032Speter
1838032Speterdivert(0)
19266527SgshapiroVERSIONID(`$Id: maxion.m4,v 8.18 2013-11-22 20:51:15 ca Exp $')
2038032Speter
2138032Speterdefine(`QUEUE_DIR',         `/var/spool/mqueue')dnl
2264562Sgshapirodefine(`STATUS_FILE',       `/var/adm/log/sendmail.st')dnl
2338032Speterdefine(`LOCAL_MAILER_PATH', `/usr/bin/mail')dnl
2438032Speterdefine(`LOCAL_SHELL_FLAGS', `ehuP')dnl
2538032Speterdefine(`LOCAL_MAILER_ARGS', `mail $u')dnl
2638032Speterdefine(`UUCP_MAILER_ARGS',  `uux - -r -a$g -gmedium $h!rmail ($u)')dnl
2738032Speterdefine(`confEBINDIR',	    `/usr/ucblib')dnl
2838032Speterdivert(-1)
29