s2000 => s2k
[unix-history] / usr / src / usr.sbin / sendmail / READ_ME
CommitLineData
0d08c5aa 1/*-
a0f5c935 2 * @(#)READ_ME 6.1 (Berkeley) %G%
7a641c36
KB
3 */
4
05176eeb
EA
5THIS IS AN ALPHA VERSION OF SENDMAIL. DON'T EVEN THINK ABOUT USING IT
6IN A HEAVY PRODUCTION ENVIRONMENT. We've been running it (in various
7forms) at Berkeley for several months, but our environment is far from
8general. In particular, it hasn't been heavily tested for non-SMTP
9environments. The good news is that most of the changes have been
10Internet-related, and that has been tested.
11
12REPORT ANY BUGS to sendmail@CS.Berkeley.EDU.
13
14THIS IS COPYRIGHTED CODE. BY COMPILING AND RUNNING THIS CODE YOU AGREE
15to upgrade to the production release when it comes out. You understand
16that we hope this will be by March, but if there are serious problems
17it may be longer than that.
18
19The structure of this directory is:
20
21cf Source for Berkeley configuration files. These are
22 different than what you've seen before. They are a
23 fairly dramatic rewrite, requiring the new sendmail
24 (since they use new features).
25doc Documentation. If you are getting source, read
26 op.me -- it's long, but worth it.
27mail.local Source for mail.local(8), a local delivery program.
28 Older versions of sendmail called /bin/mail with a
29 special -d flag to mean "really deliver this mail";
30 this is a completely new (and much smaller) program
31 that does absolutely nothing but deliver local mail.
32mailstats Statistics printing program. It has the pathname of
33 sendmail.st compiled in, so if you've changed that,
34 beware. This isn't all that useful.
35makemap A program that creates the keyed maps used by the $( ... $)
36 construct in sendmail. It is primitive but effective.
37 It takes a very simple input format, so you will probably
38 expect to preprocess must human-convenient formats
39 using sed scripts before this program will like them.
40 But it should be functionally complete.
41praliases A program to print the DBM version of the aliases file.
42 It hasn't been converted to understand the new Berkeley
43 DB format (which we are using).
44rmail Source for rmail(8). This is used as a delivery
45 agent for for UUCP, and could presumably be used by
46 other non-socket oriented mailers.
0d08c5aa 47src Source for the sendmail program itself.
05176eeb
EA
48
49IF YOU WANT TO RUN THE NEW BERKELEY DB SOFTWARE: **** DO NOT ****
50use the version that was on the Net/2 tape -- it has a number of
51nefarious bugs that were bad enough when I got them; you shouldn't have
52to go through the same thing. Instead, get a new version via public
53FTP from okeeffe.CS.Berkeley.EDU, file pub/db.tar.Z. This software
54is highly recommended; it gets rid of several stupid limits, it's much
55faster, and the interface is nicer to animals and plants.