1141858Sgshapirodivert(-1)
2141858Sgshapiro#
3261363Sgshapiro# Copyright (c) 2001, 2004 Proofpoint, Inc. and its suppliers.
4141858Sgshapiro#	All rights reserved.
5141858Sgshapiro#
6141858Sgshapiro# By using this file, you agree to the terms and conditions set
7141858Sgshapiro# forth in the LICENSE file which can be found at the top level of
8141858Sgshapiro# the sendmail distribution.
9141858Sgshapiro#
10141858Sgshapiro#
11141858Sgshapiro
12141858Sgshapirodivert(0)
13266692SgshapiroVERSIONID(`$Id: dragonfly.m4,v 1.2 2013-11-22 20:51:15 ca Exp $')
14141858Sgshapiroifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/log/sendmail.st')')dnl
15141858Sgshapirodnl turn on S flag for local mailer
16141858SgshapiroMODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl
17141858Sgshapiroifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', /usr/libexec/mail.local)')dnl
18141858Sgshapiroifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail $u')')dnl
19141858Sgshapiroifdef(`UUCP_MAILER_PATH',, `define(`UUCP_MAILER_PATH', `/usr/local/bin/uux')')dnl
20141858Sgshapiroifdef(`UUCP_MAILER_ARGS',, `define(`UUCP_MAILER_ARGS', `uux - -r -z -a$g $h!rmail ($u)')')dnl
21