irix5.m4 revision 266692
1divert(-1)
2#
3# Copyright (c) 1998, 1999 Proofpoint, Inc. and its suppliers.
4#	All rights reserved.
5# Copyright (c) 1995 Eric P. Allman.  All rights reserved.
6# Copyright (c) 1988, 1993
7#	The Regents of the University of California.  All rights reserved.
8#
9# By using this file, you agree to the terms and conditions set
10# forth in the LICENSE file which can be found at the top level of
11# the sendmail distribution.
12#
13#
14#  Contributed by Kari E. Hurtta <Kari.Hurtta@dionysos.fmi.fi>
15#
16
17#
18# Notes:
19# - SGI's /etc/sendmail.cf defines also 'u' for local mailer flags -- you
20#   perhaps don't want it.
21# - Perhaps is should also add define(`LOCAL_MAILER_CHARSET', iso-8859-1)
22#   put some Asian sites may prefer otherwise -- or perhaps not.
23# - SGI's /etc/sendmail.cf seems use: A=mail -s -d $u
24#   It seems work without that -s however.
25# - SGI's /etc/sendmail.cf set's default uid and gid to 998 (guest)
26# - In SGI seems that TZ variable is needed that correct time is marked to
27#   syslog
28# - helpfile is in /etc/sendmail.hf in SGI's /etc/sendmail.cf
29#
30
31divert(0)
32VERSIONID(`$Id: irix5.m4,v 8.17 2013-11-22 20:51:15 ca Exp $')
33_DEFIFNOT(`LOCAL_MAILER_FLAGS', `Ehmu9')dnl
34ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail -s -d $u')')dnl
35ifdef(`QUEUE_DIR',, `define(`QUEUE_DIR', /var/spool/mqueue)')dnl
36ifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/sendmail.st')')dnl
37define(`confDEF_USER_ID', `998:998')dnl
38define(`confTIME_ZONE', USE_TZ)dnl
39define(`confEBINDIR', `/usr/lib')dnl
40