irix5.m4
上传用户:xu_441
上传日期:2007-01-04
资源大小:1640k
文件大小:1k
源码类别:

Email客户端

开发平台:

Unix_Linux

  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. # 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. divert(0)
  30. VERSIONID(`$Id: irix5.m4,v 8.16 1999/04/24 05:37:41 gshapiro Exp $')
  31. _DEFIFNOT(`LOCAL_MAILER_FLAGS', `Ehmu9')dnl
  32. ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail -s -d $u')')dnl
  33. ifdef(`QUEUE_DIR',, `define(`QUEUE_DIR', /var/spool/mqueue)')dnl
  34. ifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/sendmail.st')')dnl
  35. define(`confDEF_USER_ID', `998:998')dnl
  36. define(`confTIME_ZONE', USE_TZ)dnl
  37. define(`confEBINDIR', `/usr/lib')dnl