home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / uk-sendmail2.1 / Rules.a / base.m4 next >
Encoding:
Text File  |  1989-01-10  |  3.0 KB  |  138 lines

  1. ##################################################################
  2. ##################################################################
  3. #####
  4. #####        SENDMAIL CONFIGURATION FILE  UK-2.1
  5. #####
  6. ##### Copyright (C) November 1988, Jim Crammond, Imperial College
  7. #####                   Jem Taylor, Glasgow University
  8. #####
  9. #####    This configuration file maybe be freely distributed,
  10. #####    provided that this notice and copyright is preserved.
  11. #####    This software is provided as is without any warranty.
  12. #####
  13. ##################################################################
  14. ##################################################################
  15.  
  16. ##################################################################
  17. `###'    CONFIG configuration file
  18. ##################################################################
  19.  
  20. # offical site domain name
  21. DJ`'DOMAIN
  22.  
  23. # offical host domain name
  24. ifdef(`MULTIHOST',`Dj$w.$J',`Dj$J')
  25.  
  26. # uucp hostname
  27. ifdef(`UUCPNAME',DU`'UUCPSYSNAME)
  28.  
  29. ############################################################
  30. #
  31. #    General configuration information
  32. #
  33. ############################################################
  34.  
  35. DVUK-2.1
  36. ifdef(`HISTORY',`include(version.m4)')
  37.  
  38. ##########################
  39. ###   Special macros   ###
  40. ##########################
  41.  
  42. # my name
  43. Dn`'POSTMASTER
  44. # UNIX header format
  45. DlFrom $g $d remote from $U
  46. # delimiter (operator) characters (note '~' has been added)
  47. Do.:%@!^=/[]~
  48. # format of a total name
  49. Dq$?x$x <$g>$|$g$.
  50. # SMTP login message
  51. De$j Sendmail $v/$V ready at $b
  52.  
  53. ###################
  54. ###   Options   ###
  55. ###################
  56.  
  57. # location of alias file
  58. OA/usr/lib/aliases
  59. # default delivery mode (deliver in background)
  60. Odbackground
  61. # mail to me too (needed for multihost sites)
  62. Om
  63. # (don't) connect to "expensive" mailers
  64. #Oc
  65. # automatically do newaliases when aliases.dbm out of date
  66. #OD
  67. # temporary file mode 
  68. OF0644
  69. # default GID
  70. Og1
  71. # location of help file
  72. OH/usr/lib/sendmail.hf
  73. # log level
  74. OL9
  75. # default messages to old style
  76. Oo
  77. # Cc my postmaster on error replies I generate
  78. #OP`'POSTMASTER
  79. # queue directory
  80. OQ/usr/spool/mqueue
  81. # read timeout -- violates protocols
  82. Or2h
  83. # status file
  84. OS/usr/lib/sendmail.st
  85. # queue up everything before starting transmission
  86. # Os
  87. # default timeout interval
  88. OT3d
  89. # time zone names (V6 only)
  90. # OtGMT,BST
  91. # default UID
  92. Ou1
  93. # wizard's password
  94. OWz3GvK.dPUxieQ
  95. # load averages at which to start queuing/refuse connections
  96. Ox8
  97. OX12
  98. # penalty per recipient
  99. #Oy1000
  100. # memory-poor environmenet
  101. #OY
  102. # boost for high-priority messages
  103. #Oz1800
  104. # penalty for being retried
  105. #OZ0
  106.  
  107. ###############################
  108. ###   Message precedences   ###
  109. ###############################
  110.  
  111. Pfirst-class=0
  112. Pspecial-delivery=100
  113. Pjunk=-100
  114.  
  115. #########################
  116. ###   Trusted users   ###
  117. #########################
  118.  
  119. Troot
  120. Tdaemon
  121. Tuucp
  122. Tmail
  123.  
  124. #############################
  125. ###   Format of headers   ###
  126. #############################
  127.  
  128. H?F?From: $q
  129. H?D?Date: $a
  130. H?M?Message-Id: <$p.$t@$j>
  131. H?F?Resent-From: $q
  132. H?D?Resent-Date: $b
  133. H?M?Resent-Message-Id: <$p.$t@$j>
  134. HSubject:
  135. HReceived: $?sfrom $s by $j; $b$.
  136. HVia: $?S$S; $b$.
  137. undefine(`unix')
  138.