141139Sbostic/*- 2*59742Seric * @(#)READ_ME 6.8 (Berkeley) 05/05/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 1659106Sericthat 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) 5259106Seric RFC1413 Identification server 53*59742Seric RFC1341 MIME: Multipurpose Internet Mail Extensions 54*59742Seric RFC1344 Implications of MIME for Internet Mail Gateways 5557979Seric 5657979SericOther standards that may be of interest (but which are less directly 5757979Sericrelevant to sendmail) are: 5857979Seric 5957979Seric RFC987 Mapping between RFC822 and X.400 6057979Seric RFC1049 Content-Type header field (extension to RFC822) 6157979Seric 6257979SericUnfortunately, for a variety of reasons the Makefiles are for the new 6357979SericBerkeley "make" and will not work on the old, traditional make. I urge 6457979Sericyou to get this make from Net2 (available on many public FTP archives). 6557979SericFailing that, some directories have a "Makefile.dist" that will work on 6657979Sericolder versions of make (but don't have the niceties included). 6757979Seric 6857979SericSimilar comments apply to the man pages -- they use the new Berkeley 6957979Seric-mandoc macros instead of the -man macros. You can get these from 7057979SericNet2 as well. 7157979Seric 7257979SericIF YOU WANT TO RUN THE NEW BERKELEY DB SOFTWARE: **** DO NOT **** 7357979Sericuse the version that was on the Net2 tape -- it has a number of 7457979Sericnefarious bugs that were bad enough when I got them; you shouldn't have 7557979Sericto go through the same thing. Instead, get a new version via public 7657985SericFTP from vangogh.CS.Berkeley.EDU, file pub/db.tar.Z. This software 7757979Sericis highly recommended; it gets rid of several stupid limits, it's much 7857979Sericfaster, and the interface is nicer to animals and plants. You will 7957979Sericalso probably find that you have to add -I/where/you/put/db/include 8057979Sericto the sendmail makefile to get db.h to work properly. 8157979Seric 8257979SericThe structure of this directory tree is: 8357979Seric 8457210Sericcf Source for Berkeley configuration files. These are 8557210Seric different than what you've seen before. They are a 8657210Seric fairly dramatic rewrite, requiring the new sendmail 8757210Seric (since they use new features). 8859106Sericcontrib Some contributed tools to help with sendmail. THESE 8959106Seric ARE NOT SUPPORTED by Berkeley -- contact the original 9059106Seric authors if you have problems. 9157210Sericdoc Documentation. If you are getting source, read 9257210Seric op.me -- it's long, but worth it. 9357210Sericmail.local Source for mail.local(8), a local delivery program. 9457210Seric Older versions of sendmail called /bin/mail with a 9557210Seric special -d flag to mean "really deliver this mail"; 9657210Seric this is a completely new (and much smaller) program 9757210Seric that does absolutely nothing but deliver local mail. 9857635Seric THIS IS SPECIFIC TO 4.4BSD, and is not under my 9957635Seric control. 10057210Sericmailstats Statistics printing program. It has the pathname of 10157210Seric sendmail.st compiled in, so if you've changed that, 10257210Seric beware. This isn't all that useful. 10357210Sericmakemap A program that creates the keyed maps used by the $( ... $) 10457210Seric construct in sendmail. It is primitive but effective. 10557210Seric It takes a very simple input format, so you will probably 10657210Seric expect to preprocess must human-convenient formats 10757210Seric using sed scripts before this program will like them. 10857210Seric But it should be functionally complete. 10957210Sericpraliases A program to print the DBM version of the aliases file. 11057210Seric It hasn't been converted to understand the new Berkeley 11157210Seric DB format (which we are using). 11257210Sericrmail Source for rmail(8). This is used as a delivery 11357210Seric agent for for UUCP, and could presumably be used by 11457635Seric other non-socket oriented mailers. Older versions of 11557635Seric rmail are probably deficient. 11654987Sericsrc Source for the sendmail program itself. 117