138032Speterdivert(-1)
238032Speter#
3261363Sgshapiro# Copyright (c) 1998, 1999 Proofpoint, Inc. and its suppliers.
464562Sgshapiro#	All rights reserved.
538032Speter# Copyright (c) 1995 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#  Contributed by Kari E. Hurtta <Kari.Hurtta@dionysos.fmi.fi>
1538032Speter#
1638032Speter
1738032Speter#
1838032Speter# Notes:
1938032Speter# - SGI's /etc/sendmail.cf defines also 'u' for local mailer flags -- you
2064562Sgshapiro#   perhaps don't want it.  They have begun removing this flag in IRIX 6.5.
2138032Speter# - Perhaps is should also add define(`LOCAL_MAILER_CHARSET', iso-8859-1)
2238032Speter#   put some Asian sites may prefer otherwise -- or perhaps not.
2338032Speter# - SGI's /etc/sendmail.cf seems use: A=mail -s -d $u
2438032Speter#   It seems work without that -s however.
2538032Speter# - SGI's /etc/sendmail.cf set's default uid and gid to 998 (guest)
2638032Speter# - In SGI seems that TZ variable is needed that correct time is marked to
2738032Speter#   syslog
2838032Speter# - helpfile is in /etc/sendmail.hf in SGI's /etc/sendmail.cf
2938032Speter#
3038032Speter
3138032Speterdivert(0)
32266692SgshapiroVERSIONID(`$Id: irix6.m4,v 8.15 2013-11-22 20:51:15 ca Exp $')
3364562Sgshapiro_DEFIFNOT(`LOCAL_MAILER_FLAGS', `Ehmu9')dnl
3438032Speterifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail -s -d $u')')dnl
3538032Speterifdef(`QUEUE_DIR',, `define(`QUEUE_DIR', /var/spool/mqueue)')dnl
3664562Sgshapiroifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/sendmail.st')')dnl
3738032Speterdefine(`confDEF_USER_ID', `998:998')dnl
3838032Speterdefine(`confTIME_ZONE', USE_TZ)dnl
3938032Speterdefine(`confEBINDIR', `/usr/lib')dnl
40