386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sun, 10 May 1992 06:50:56 +0000 (22:50 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sun, 10 May 1992 06:50:56 +0000 (22:50 -0800)
Work on file usr/src/usr.sbin/sendmail/cf/m4/boilerplate.m4,v

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/src/usr.sbin/sendmail/cf/m4/boilerplate.m4,v [new file with mode: 0644]

diff --git a/usr/src/usr.sbin/sendmail/cf/m4/boilerplate.m4,v b/usr/src/usr.sbin/sendmail/cf/m4/boilerplate.m4,v
new file mode 100644 (file)
index 0000000..e41fb23
--- /dev/null
@@ -0,0 +1,135 @@
+head   1.1;
+access;
+symbols;
+locks
+       rich:1.1; strict;
+comment        @# @;
+
+
+1.1
+date   92.05.10.06.50.34;      author rich;    state Exp;
+branches;
+next   ;
+
+
+desc
+@virgin
+@
+
+
+1.1
+log
+@Initial revision
+@
+text
+@divert(10)
+#
+#  Sendmail
+#  Copyright (c) 1983  Eric P. Allman
+#  Berkeley, California
+#
+#  Copyright (c) 1983 Regents of the University of California.
+#  All rights reserved.  The Berkeley software License Agreement
+#  specifies the terms and conditions for redistribution.
+#
+#      @@(#)boilerplate.m4     1.2 (Berkeley) 1/3/89
+#
+divert(0)
+######################
+#   Special macros   #
+######################
+
+# my name
+DnMAILER-DAEMON
+# UNIX header format
+DlFrom $g  $d
+# delimiter (operator) characters
+Do.:%@@!^=/[]
+# format of a total name
+Dq$g$?x ($x)$.
+# SMTP login message
+De$j Sendmail $v/$Z ready at $b
+
+###############
+#   Options   #
+###############
+
+# location of alias file
+OA/usr/lib/aliases
+# wait up to ten minutes for alias file rebuild
+Oa10
+# substitution for space (blank) characters
+OB.
+# (don't) connect to "expensive" mailers
+#Oc
+# default delivery mode (deliver in background)
+Odbackground
+# temporary file mode
+OF0600
+# default GID
+Og1
+# location of help file
+OH/usr/lib/sendmail.hf
+# log level
+OL9
+# default network name
+ONARPA
+# default messages to old style
+Oo
+# queue directory
+OQ/usr/spool/mqueue
+# read timeout -- violates protocols
+Or2h
+# status file
+OS/usr/lib/sendmail.st
+# queue up everything before starting transmission
+Os
+# default timeout interval
+OT3d
+# time zone names (V6 only)
+OtPST,PDT
+# default UID
+Ou1
+# wizard's password
+OW*
+# load average at which we just queue messages
+Ox8
+# load average at which we refuse connections
+OX12
+
+###########################
+#   Message precedences   #
+###########################
+
+Pfirst-class=0
+Pspecial-delivery=100
+Pbulk=-60
+Pjunk=-100
+
+#####################
+#   Trusted users   #
+#####################
+
+Troot
+Tdaemon
+Tuucp
+
+#########################
+#   Format of headers   #
+#########################
+
+H?P?Return-Path: <$g>
+HReceived: $?sfrom $s $.by $j ($v/$Z)
+       id $i; $b
+H?D?Resent-Date: $a
+H?D?Date: $a
+H?F?Resent-From: $q
+H?F?From: $q
+H?x?Full-Name: $x
+HSubject:
+# HPosted-Date: $a
+# H?l?Received-Date: $b
+H?M?Resent-Message-Id: <$t.$i@@$j>
+H?M?Message-Id: <$t.$i@@$j>
+
+@