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

Email客户端

开发平台:

Unix_Linux

  1. PUSHDIVERT(-1)
  2. #
  3. # Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
  4. # All rights reserved.
  5. # Copyright (c) 1983 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. _DEFIFNOT(`_DEF_LOCAL_MAILER_FLAGS', `lsDFMAw5:/|@q')
  15. _DEFIFNOT(`LOCAL_MAILER_FLAGS', `Prmn9')
  16. ifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', /bin/mail)')
  17. ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail -d $u')')
  18. ifdef(`LOCAL_MAILER_DSN_DIAGNOSTIC_CODE',, `define(`LOCAL_MAILER_DSN_DIAGNOSTIC_CODE', `X-Unix')')
  19. _DEFIFNOT(`_DEF_LOCAL_SHELL_FLAGS', `lsDFMoq')
  20. _DEFIFNOT(`LOCAL_SHELL_FLAGS', `eu9')
  21. ifdef(`LOCAL_SHELL_PATH',, `define(`LOCAL_SHELL_PATH', /bin/sh)')
  22. ifdef(`LOCAL_SHELL_ARGS',, `define(`LOCAL_SHELL_ARGS', `sh -c $u')')
  23. ifdef(`LOCAL_SHELL_DIR',, `define(`LOCAL_SHELL_DIR', `$z:/')')
  24. POPDIVERT
  25. ##################################################
  26. ###   Local and Program Mailer specification   ###
  27. ##################################################
  28. VERSIONID(`$Id: local.m4,v 8.50 1999/11/21 19:02:08 ca Exp $')
  29. #
  30. #  Envelope sender rewriting
  31. #
  32. SEnvFromL=10
  33. R<@> $n errors to mailer-daemon
  34. R@ <@ $*> $n temporarily bypass Sun bogosity
  35. R$+ $: $>AddDomain $1 add local domain if needed
  36. R$* $: $>MasqEnv $1 do masquerading
  37. #
  38. #  Envelope recipient rewriting
  39. #
  40. SEnvToL=20
  41. R$+ < @ $* > $: $1 strip host part
  42. ifdef(`_FFR_ADDR_TYPE', `dnl
  43. ifdef(`confUSERDB_SPEC', `dnl',
  44. `dnl Do not forget to bump V9 to V10 before removing _FFR_ADDR_TYPE check
  45. R$+ + $* $: < $&{addr_type} > $1 + $2 mark with addr type
  46. R<e s> $+ + $* $: $1 remove +detail for sender
  47. R< $* > $+ $: $2 else remove mark')', `dnl')
  48. #
  49. #  Header sender rewriting
  50. #
  51. SHdrFromL=30
  52. R<@> $n errors to mailer-daemon
  53. R@ <@ $*> $n temporarily bypass Sun bogosity
  54. R$+ $: $>AddDomain $1 add local domain if needed
  55. R$* $: $>MasqHdr $1 do masquerading
  56. #
  57. #  Header recipient rewriting
  58. #
  59. SHdrToL=40
  60. R$+ $: $>AddDomain $1 add local domain if needed
  61. ifdef(`_ALL_MASQUERADE_',
  62. `R$* $: $>MasqHdr $1 do all-masquerading',
  63. `R$* < @ *LOCAL* > $* $: $1 < @ $j . > $2')
  64. #
  65. #  Common code to add local domain name (only if always-add-domain)
  66. #
  67. SAddDomain=50
  68. ifdef(`_ALWAYS_ADD_DOMAIN_', `dnl
  69. R$* < @ $* > $*  $@ $1 < @ $2 > $3 already fully qualified
  70. R$+ $@ $1 < @ *LOCAL* > add local qualification',
  71. `dnl')
  72. Mlocal, P=LOCAL_MAILER_PATH, F=_MODMF_(CONCAT(_DEF_LOCAL_MAILER_FLAGS, LOCAL_MAILER_FLAGS), `LOCAL'), S=EnvFromL/HdrFromL, R=EnvToL/HdrToL,_OPTINS(`LOCAL_MAILER_EOL', ` E=', `, ')
  73. _OPTINS(`LOCAL_MAILER_MAX', `M=', `, ')_OPTINS(`LOCAL_MAILER_MAXMSGS', `m=', `, ')_OPTINS(`LOCAL_MAILER_CHARSET', `C=', `, ')T=DNS/RFC822/LOCAL_MAILER_DSN_DIAGNOSTIC_CODE,
  74. A=LOCAL_MAILER_ARGS
  75. Mprog, P=LOCAL_SHELL_PATH, F=CONCAT(_DEF_LOCAL_SHELL_FLAGS, LOCAL_SHELL_FLAGS), S=EnvFromL/HdrFromL, R=EnvToL/HdrToL, D=LOCAL_SHELL_DIR,
  76. _OPTINS(`LOCAL_MAILER_MAX', `M=', `, ')T=X-Unix/X-Unix/X-Unix,
  77. A=LOCAL_SHELL_ARGS