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