1147353Sgshapirodivert(-1)
2147353Sgshapiro#
3147353Sgshapiro# Copyright (c) 2001 Sendmail, Inc. and its suppliers.
4147353Sgshapiro#	All rights reserved.
5147353Sgshapiro#
6147353Sgshapiro# By using this file, you agree to the terms and conditions set
7147353Sgshapiro# forth in the LICENSE file which can be found at the top level of
8147353Sgshapiro# the sendmail distribution.
9147353Sgshapiro#
10147353Sgshapiro#
11147353Sgshapiro
12147353Sgshapirodivert(0)
13147353SgshapiroVERSIONID(`$Id: freebsd6.m4,v 1.1 2005/06/14 02:16:35 gshapiro Exp $')
14147353Sgshapiroifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/log/sendmail.st')')dnl
15147353Sgshapirodnl turn on S flag for local mailer
16147353SgshapiroMODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl
17147353Sgshapiroifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', /usr/libexec/mail.local)')dnl
18147353Sgshapiroifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail $u')')dnl
19147353Sgshapiroifdef(`UUCP_MAILER_PATH',, `define(`UUCP_MAILER_PATH', `/usr/local/bin/uux')')dnl
20147353Sgshapiroifdef(`UUCP_MAILER_ARGS',, `define(`UUCP_MAILER_ARGS', `uux - -r -z -a$g $h!rmail ($u)')')dnl
21