xref: /csrg-svn/usr.sbin/sendmail/READ_ME (revision 59106)
141139Sbostic/*-
2*59106Seric *	@(#)READ_ME	6.7 (Berkeley) 04/16/93
336585Sbostic */
410221Seric
557210SericTHIS IS AN ALPHA VERSION OF SENDMAIL.  DON'T EVEN THINK ABOUT USING IT
657210SericIN A HEAVY PRODUCTION ENVIRONMENT.  We've been running it (in various
757210Sericforms) at Berkeley for several months, but our environment is far from
857210Sericgeneral.  In particular, it hasn't been heavily tested for non-SMTP
957210Sericenvironments.  The good news is that most of the changes have been
1057210SericInternet-related, and that has been tested.
1157210Seric
1257210SericREPORT ANY BUGS to sendmail@CS.Berkeley.EDU.
1357210Seric
1457210SericTHIS IS COPYRIGHTED CODE.  BY COMPILING AND RUNNING THIS CODE YOU AGREE
1557210Sericto upgrade to the production release when it comes out.  You understand
16*59106Sericthat we hope this will be by June, but if there are serious problems
1757210Sericit may be longer than that.
1857210Seric
1958285SericPLEASE DO NOT MAKE THIS AVAILABLE ON PUBLIC FTP.  Since it is still an
2058285Sericearly release, I'd prefer that people get copies directly from Berkeley
2158285Sericto make certain that they have the most recent version.  This isn't
2258285Serican attempt to limit access, just to make certain that everyone is able
2358285Sericto keep up.
2458285Seric
2557979SericYou don't have to install mail.local to run the new version of sendmail.
2657979SericMany versions of /bin/mail take a "-d" flag or do local delivery already.
2757979SericIn particular, mail.local is largely specific to 4.4 BSD, and will not
2857979Sericbe easy to compile elsewhere.  It was written by Keith Bostic, not myself,
2957979Sericand was not intended for the "general case".
3057210Seric
3157979SericThere are several related RFCs that you may wish to read -- they are
3257979Sericavailable via anonymous FTP to several sites, including nic.ddn.mil
3357979Seric(directory rfc), ftp.nisc.sri.com (rfc), nis.nsf.net (RFC),
3457979Sericnisc.jvnc.net (rfc), venera.isi.edu (in-notes), and wuarchive.wustl.edu
3557979Seric(info/rfc).  They can also be retrieved via electronic mail by sending
3657979Sericemail to one of:
3757979Seric
3857979Seric	mail-server@nisc.sri.com
3957979Seric		Put "send rfcNNN" in message body
4057979Seric	nis-info@nis.nsf.net
4157979Seric		Put "send RFCnnn.TXT-1" in message body
4257979Seric	sendrfc@jvnc.net
4357979Seric		Put "RFCnnn" as Subject: line
4457979Seric
4557979SericImportant RFCs for electronic mail are:
4657979Seric
4757979Seric	RFC821	SMTP protocol
4857979Seric	RFC822	Mail header format
4957979Seric	RFC974	MX routing
5057979Seric	RFC976	UUCP mail format
5157979Seric	RFC1123	Host requirements (modifies 821, 822, and 974)
52*59106Seric	RFC1413	Identification server
5357979Seric
5457979SericOther standards that may be of interest (but which are less directly
5557979Sericrelevant to sendmail) are:
5657979Seric
5757979Seric	RFC987	Mapping between RFC822 and X.400
5857979Seric	RFC1049	Content-Type header field (extension to RFC822)
5957979Seric
6057979SericUnfortunately, for a variety of reasons the Makefiles are for the new
6157979SericBerkeley "make" and will not work on the old, traditional make.  I urge
6257979Sericyou to get this make from Net2 (available on many public FTP archives).
6357979SericFailing that, some directories have a "Makefile.dist" that will work on
6457979Sericolder versions of make (but don't have the niceties included).
6557979Seric
6657979SericSimilar comments apply to the man pages -- they use the new Berkeley
6757979Seric-mandoc macros instead of the -man macros.  You can get these from
6857979SericNet2 as well.
6957979Seric
7057979SericIF YOU WANT TO RUN THE NEW BERKELEY DB SOFTWARE:  ****  DO NOT  ****
7157979Sericuse the version that was on the Net2 tape -- it has a number of
7257979Sericnefarious bugs that were bad enough when I got them; you shouldn't have
7357979Sericto go through the same thing.  Instead, get a new version via public
7457985SericFTP from vangogh.CS.Berkeley.EDU, file pub/db.tar.Z.  This software
7557979Sericis highly recommended; it gets rid of several stupid limits, it's much
7657979Sericfaster, and the interface is nicer to animals and plants.  You will
7757979Sericalso probably find that you have to add -I/where/you/put/db/include
7857979Sericto the sendmail makefile to get db.h to work properly.
7957979Seric
8057979SericThe structure of this directory tree is:
8157979Seric
8257210Sericcf		Source for Berkeley configuration files.  These are
8357210Seric		different than what you've seen before.  They are a
8457210Seric		fairly dramatic rewrite, requiring the new sendmail
8557210Seric		(since they use new features).
86*59106Sericcontrib		Some contributed tools to help with sendmail.  THESE
87*59106Seric		ARE NOT SUPPORTED by Berkeley -- contact the original
88*59106Seric		authors if you have problems.
8957210Sericdoc		Documentation.  If you are getting source, read
9057210Seric		op.me -- it's long, but worth it.
9157210Sericmail.local	Source for mail.local(8), a local delivery program.
9257210Seric		Older versions of sendmail called /bin/mail with a
9357210Seric		special -d flag to mean "really deliver this mail";
9457210Seric		this is a completely new (and much smaller) program
9557210Seric		that does absolutely nothing but deliver local mail.
9657635Seric		THIS IS SPECIFIC TO 4.4BSD, and is not under my
9757635Seric		control.
9857210Sericmailstats	Statistics printing program.  It has the pathname of
9957210Seric		sendmail.st compiled in, so if you've changed that,
10057210Seric		beware.  This isn't all that useful.
10157210Sericmakemap		A program that creates the keyed maps used by the $( ... $)
10257210Seric		construct in sendmail.  It is primitive but effective.
10357210Seric		It takes a very simple input format, so you will probably
10457210Seric		expect to preprocess must human-convenient formats
10557210Seric		using sed scripts before this program will like them.
10657210Seric		But it should be functionally complete.
10757210Sericpraliases	A program to print the DBM version of the aliases file.
10857210Seric		It hasn't been converted to understand the new Berkeley
10957210Seric		DB format (which we are using).
11057210Sericrmail		Source for rmail(8).  This is used as a delivery
11157210Seric		agent for for UUCP, and could presumably be used by
11257635Seric		other non-socket oriented mailers.  Older versions of
11357635Seric		rmail are probably deficient.
11454987Sericsrc		Source for the sendmail program itself.
115