Import sendmail 8.13.7
[dragonfly.git] / contrib / sendmail-8.13.7 / cf / ostype / irix6.m4
1 divert(-1)
2 #
3 # Copyright (c) 1998, 1999 Sendmail, 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.  They have begun removing this flag in IRIX 6.5.
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
31 divert(0)
32 VERSIONID(`$Id: irix6.m4,v 8.14 1999/08/05 20:35:55 gshapiro Exp $')
33 _DEFIFNOT(`LOCAL_MAILER_FLAGS', `Ehmu9')dnl
34 ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail -s -d $u')')dnl
35 ifdef(`QUEUE_DIR',, `define(`QUEUE_DIR', /var/spool/mqueue)')dnl
36 ifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/sendmail.st')')dnl
37 define(`confDEF_USER_ID', `998:998')dnl
38 define(`confTIME_ZONE', USE_TZ)dnl
39 define(`confEBINDIR', `/usr/lib')dnl