unicosmp.m4 revision 266692
176105Sphantomdivert(-1)
276105Sphantom#
376105Sphantom# Copyright (c) 2003 Proofpoint, Inc. and its suppliers.
476105Sphantom#	All rights reserved.
576105Sphantom#
676105Sphantom# By using this file, you agree to the terms and conditions set
776105Sphantom# forth in the LICENSE file which can be found at the top level of
876105Sphantom# the sendmail distribution.
976105Sphantom#
1076105Sphantom#
1176105Sphantom#
1276105Sphantom
13#
14# Notes:
15# - In UNICOSMP seems that TZ variable is needed that correct time is marked
16#   to syslog
17#
18
19divert(0)
20VERSIONID(`$Id: unicosmp.m4,v 1.2 2013-11-22 20:51:15 ca Exp $')
21_DEFIFNOT(`LOCAL_MAILER_FLAGS', `Ehm9')dnl
22ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail -s -d $u')')dnl
23ifdef(`QUEUE_DIR',, `define(`QUEUE_DIR', /var/spool/mqueue)')dnl
24ifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/log/sendmail.st')')dnl
25define(`LOCAL_MAILER_PATH', `/usr/bin/mail')dnl
26define(`confTIME_ZONE', USE_TZ)dnl
27define(`confEBINDIR', `/usr/lib')dnl
28