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