]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/sendmail/cf/ostype/irix6.m4
This commit was generated by cvs2svn to compensate for changes in r57429,
[FreeBSD/FreeBSD.git] / contrib / sendmail / cf / ostype / irix6.m4
1 divert(-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
30 divert(0)
31 VERSIONID(`@(#)irix6.m4 8.8 (Berkeley) 10/6/1998')
32 ifdef(`LOCAL_MAILER_FLAGS',, `define(`LOCAL_MAILER_FLAGS', Ehmu9)')dnl
33 ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail -s -d $u')')dnl
34 ifdef(`QUEUE_DIR',, `define(`QUEUE_DIR', /var/spool/mqueue)')dnl
35 define(`ALIAS_FILE', ifdef(`_USE_ETC_MAIL_', `/etc/mail/aliases', `/etc/aliases'))dnl
36 ifdef(`STATUS_FILE',, `define(`STATUS_FILE', ifdef(`_USE_ETC_MAIL_', `/etc/mail/statistics', `/var/sendmail.st'))')dnl
37 ifdef(`HELP_FILE',, `define(`HELP_FILE', ifdef(`_USE_ETC_MAIL_', `/etc/mail/helpfile', `/etc/sendmail.hf'))')dnl
38 define(`confDEF_USER_ID', `998:998')dnl
39 define(`confTIME_ZONE', USE_TZ)dnl
40 define(`confEBINDIR', `/usr/lib')dnl