irix6.m4 revision 98122
164562Sgshapirodivert(-1)
264562Sgshapiro#
398121Sgshapiro# Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
464562Sgshapiro#	All rights reserved.
564562Sgshapiro# Copyright (c) 1995 Eric P. Allman.  All rights reserved.
664562Sgshapiro# Copyright (c) 1988, 1993
764562Sgshapiro#	The Regents of the University of California.  All rights reserved.
864562Sgshapiro#
964562Sgshapiro# By using this file, you agree to the terms and conditions set
1064562Sgshapiro# forth in the LICENSE file which can be found at the top level of
1164562Sgshapiro# the sendmail distribution.
12132943Sgshapiro#
1364562Sgshapiro#
1464562Sgshapiro#  Contributed by Kari E. Hurtta <Kari.Hurtta@dionysos.fmi.fi>
15132943Sgshapiro#
1690792Sgshapiro
1790792Sgshapiro#
1890792Sgshapiro# Notes:
1998121Sgshapiro# - 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.
2171345Sgshapiro# - Perhaps is should also add define(`LOCAL_MAILER_CHARSET', iso-8859-1)
2298121Sgshapiro#   put some Asian sites may prefer otherwise -- or perhaps not.
2390792Sgshapiro# - SGI's /etc/sendmail.cf seems use: A=mail -s -d $u
2464562Sgshapiro#   It seems work without that -s however.
2564562Sgshapiro# - SGI's /etc/sendmail.cf set's default uid and gid to 998 (guest)
2664562Sgshapiro# - In SGI seems that TZ variable is needed that correct time is marked to
2790792Sgshapiro#   syslog
2864562Sgshapiro# - helpfile is in /etc/sendmail.hf in SGI's /etc/sendmail.cf
2990792Sgshapiro#
3090792Sgshapiro
3190792Sgshapirodivert(0)
3264562SgshapiroVERSIONID(`$Id: irix6.m4,v 8.14 1999/08/05 20:35:55 gshapiro Exp $')
3364562Sgshapiro_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