Removed definition "LIB= rpc". We want libc.a to contain librpc.a, not
[unix-history] / .ref-386BSD-0.1-patchkit / usr / src / usr.sbin / sendmail / cf / m4 / boilerplate.m4,v
CommitLineData
c1176f28
WJ
1head 1.1;
2access;
3symbols;
4locks
5 rich:1.1; strict;
6comment @# @;
7
8
91.1
10date 92.05.10.06.50.34; author rich; state Exp;
11branches;
12next ;
13
14
15desc
16@virgin
17@
18
19
201.1
21log
22@Initial revision
23@
24text
25@divert(10)
26#
27# Sendmail
28# Copyright (c) 1983 Eric P. Allman
29# Berkeley, California
30#
31# Copyright (c) 1983 Regents of the University of California.
32# All rights reserved. The Berkeley software License Agreement
33# specifies the terms and conditions for redistribution.
34#
35# @@(#)boilerplate.m4 1.2 (Berkeley) 1/3/89
36#
37divert(0)
38######################
39# Special macros #
40######################
41
42# my name
43DnMAILER-DAEMON
44# UNIX header format
45DlFrom $g $d
46# delimiter (operator) characters
47Do.:%@@!^=/[]
48# format of a total name
49Dq$g$?x ($x)$.
50# SMTP login message
51De$j Sendmail $v/$Z ready at $b
52
53###############
54# Options #
55###############
56
57# location of alias file
58OA/usr/lib/aliases
59# wait up to ten minutes for alias file rebuild
60Oa10
61# substitution for space (blank) characters
62OB.
63# (don't) connect to "expensive" mailers
64#Oc
65# default delivery mode (deliver in background)
66Odbackground
67# temporary file mode
68OF0600
69# default GID
70Og1
71# location of help file
72OH/usr/lib/sendmail.hf
73# log level
74OL9
75# default network name
76ONARPA
77# default messages to old style
78Oo
79# queue directory
80OQ/usr/spool/mqueue
81# read timeout -- violates protocols
82Or2h
83# status file
84OS/usr/lib/sendmail.st
85# queue up everything before starting transmission
86Os
87# default timeout interval
88OT3d
89# time zone names (V6 only)
90OtPST,PDT
91# default UID
92Ou1
93# wizard's password
94OW*
95# load average at which we just queue messages
96Ox8
97# load average at which we refuse connections
98OX12
99
100###########################
101# Message precedences #
102###########################
103
104Pfirst-class=0
105Pspecial-delivery=100
106Pbulk=-60
107Pjunk=-100
108
109#####################
110# Trusted users #
111#####################
112
113Troot
114Tdaemon
115Tuucp
116
117#########################
118# Format of headers #
119#########################
120
121H?P?Return-Path: <$g>
122HReceived: $?sfrom $s $.by $j ($v/$Z)
123 id $i; $b
124H?D?Resent-Date: $a
125H?D?Date: $a
126H?F?Resent-From: $q
127H?F?From: $q
128H?x?Full-Name: $x
129HSubject:
130# HPosted-Date: $a
131# H?l?Received-Date: $b
132H?M?Resent-Message-Id: <$t.$i@@$j>
133H?M?Message-Id: <$t.$i@@$j>
134
135@