1132943Sgshapirodivert(-1)
2132943Sgshapiro#
3261363Sgshapiro# Copyright (c) 2003 Proofpoint, Inc. and its suppliers.
4132943Sgshapiro#	All rights reserved.
5132943Sgshapiro#
6132943Sgshapiro# By using this file, you agree to the terms and conditions set
7132943Sgshapiro# forth in the LICENSE file which can be found at the top level of
8132943Sgshapiro# the sendmail distribution.
9132943Sgshapiro#
10132943Sgshapiro#
11132943Sgshapiro#
12132943Sgshapiro
13132943Sgshapiro#
14132943Sgshapiro# Notes:
15132943Sgshapiro# - In UNICOSMP seems that TZ variable is needed that correct time is marked
16132943Sgshapiro#   to syslog
17132943Sgshapiro#
18132943Sgshapiro
19132943Sgshapirodivert(0)
20266692SgshapiroVERSIONID(`$Id: unicosmp.m4,v 1.2 2013-11-22 20:51:15 ca Exp $')
21132943Sgshapiro_DEFIFNOT(`LOCAL_MAILER_FLAGS', `Ehm9')dnl
22132943Sgshapiroifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail -s -d $u')')dnl
23132943Sgshapiroifdef(`QUEUE_DIR',, `define(`QUEUE_DIR', /var/spool/mqueue)')dnl
24132943Sgshapiroifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/log/sendmail.st')')dnl
25132943Sgshapirodefine(`LOCAL_MAILER_PATH', `/usr/bin/mail')dnl
26132943Sgshapirodefine(`confTIME_ZONE', USE_TZ)dnl
27132943Sgshapirodefine(`confEBINDIR', `/usr/lib')dnl
28