141139Sbostic/*- 2*64313Seric * @(#)READ_ME 8.3 (Berkeley) 08/20/93 336585Sbostic */ 410221Seric 562535Sbostic SENDMAIL RELEASE 8 657210Seric 762535SbosticThis directory has the latest sendmail software from Berkeley. See 862535Sbosticdoc/op/op.me for a summary of changes since 5.67. 957210Seric 1062535SbosticReport any bugs to sendmail@CS.Berkeley.EDU. 1157210Seric 1262535SbosticThe latest version of sendmail is kept on FTP.CS.Berkeley.EDU, directory 1362535Sbostic/ucb/sendmail; check there for the latest revision. 1458285Seric 15*64313Seric 16*64313Seric+--------------+ 17*64313Seric| MANUAL PAGES | 18*64313Seric+--------------+ 19*64313Seric 20*64313SericThe sendmail manual pages use contemporary Berkeley troff macros. If 21*64313Sericyour system does not process these manual pages, you can pick up the 22*64313Sericnew macros in a BSD Net/2 FTP site (e.g. 23*64313Sericftp.uu.net:/systems/unix/bsd-unix/share/me/strip.sed and 24*64313Sericftp.uu.net:/systems/unix/bsd-unix/share/tmac/* ) 25*64313Seric 26*64313SericThe strip.sed file is only used in installation. 27*64313Seric 28*64313SericAfter installation, edit tmac.doc and tmac.andoc to reflect the 29*64313Sericinstallation path of the tmac files. Those files contain pointers to 30*64313Seric/usr/share/tmac/, and those pointers are not changed by the `make 31*64313Sericinstall` process. 32*64313Seric 33*64313SericRename the existing tmac.an to be tmac.an.old, and rename tmac.andoc 34*64313Sericto be tmac.an. 35*64313Seric 36*64313Serictmac.an will choose between tmac.an.old, your old macros, or tmac.doc, 37*64313Sericwhich are the new macros, so that both the new man pages and the 38*64313Sericexisting man pages will be translated properly. 39*64313Seric 40*64313Seric 41*64313Seric+--------------+ 42*64313Seric| RELATED RFCS | 43*64313Seric+--------------+ 44*64313Seric 4557979SericThere are several related RFCs that you may wish to read -- they are 4657979Sericavailable via anonymous FTP to several sites, including nic.ddn.mil 4757979Seric(directory rfc), ftp.nisc.sri.com (rfc), nis.nsf.net (RFC), 4857979Sericnisc.jvnc.net (rfc), venera.isi.edu (in-notes), and wuarchive.wustl.edu 4957979Seric(info/rfc). They can also be retrieved via electronic mail by sending 5057979Sericemail to one of: 5157979Seric 5257979Seric mail-server@nisc.sri.com 5357979Seric Put "send rfcNNN" in message body 5457979Seric nis-info@nis.nsf.net 5557979Seric Put "send RFCnnn.TXT-1" in message body 5657979Seric sendrfc@jvnc.net 5757979Seric Put "RFCnnn" as Subject: line 5857979Seric 5957979SericImportant RFCs for electronic mail are: 6057979Seric 6157979Seric RFC821 SMTP protocol 6257979Seric RFC822 Mail header format 6357979Seric RFC974 MX routing 6457979Seric RFC976 UUCP mail format 6557979Seric RFC1123 Host requirements (modifies 821, 822, and 974) 6659106Seric RFC1413 Identification server 6759742Seric RFC1341 MIME: Multipurpose Internet Mail Extensions 6859742Seric RFC1344 Implications of MIME for Internet Mail Gateways 6957979Seric 7057979SericOther standards that may be of interest (but which are less directly 7157979Sericrelevant to sendmail) are: 7257979Seric 7357979Seric RFC987 Mapping between RFC822 and X.400 7457979Seric RFC1049 Content-Type header field (extension to RFC822) 7557979Seric 7657979SericUnfortunately, for a variety of reasons the Makefiles are for the new 7757979SericBerkeley "make" and will not work on the old, traditional make. I urge 7857979Sericyou to get this make from Net2 (available on many public FTP archives). 7957979SericFailing that, some directories have a "Makefile.dist" that will work on 8057979Sericolder versions of make (but don't have the niceties included). 8157979Seric 8257979Seric 83*64313Seric+-------------------+ 84*64313Seric| DATABASE ROUTINES | 85*64313Seric+-------------------+ 86*64313Seric 8757979SericIF YOU WANT TO RUN THE NEW BERKELEY DB SOFTWARE: **** DO NOT **** 8857979Sericuse the version that was on the Net2 tape -- it has a number of 8957979Sericnefarious bugs that were bad enough when I got them; you shouldn't have 9057979Sericto go through the same thing. Instead, get a new version via public 9162535SbosticFTP from ftp.CS.Berkeley.EDU, file ucb/4bsd/db.tar.Z. This software 9257979Sericis highly recommended; it gets rid of several stupid limits, it's much 9357979Sericfaster, and the interface is nicer to animals and plants. You will 9457979Sericalso probably find that you have to add -I/where/you/put/db/include 9557979Sericto the sendmail makefile to get db.h to work properly. 9657979Seric 97*64313Seric 98*64313Seric+---------------------+ 99*64313Seric| DIRECTORY STRUCTURE | 100*64313Seric+---------------------+ 101*64313Seric 10257979SericThe structure of this directory tree is: 10357979Seric 10457210Sericcf Source for Berkeley configuration files. These are 10557210Seric different than what you've seen before. They are a 10657210Seric fairly dramatic rewrite, requiring the new sendmail 10757210Seric (since they use new features). 10859106Sericcontrib Some contributed tools to help with sendmail. THESE 10959106Seric ARE NOT SUPPORTED by Berkeley -- contact the original 11062535Sbostic authors if you have problems. (This directory is not 11162535Sbostic on the 4.4BSD tape.) 11257210Sericdoc Documentation. If you are getting source, read 11357210Seric op.me -- it's long, but worth it. 11457210Sericmailstats Statistics printing program. It has the pathname of 11557210Seric sendmail.st compiled in, so if you've changed that, 11657210Seric beware. This isn't all that useful. 11757210Sericmakemap A program that creates the keyed maps used by the $( ... $) 11857210Seric construct in sendmail. It is primitive but effective. 11957210Seric It takes a very simple input format, so you will probably 12057210Seric expect to preprocess must human-convenient formats 12157210Seric using sed scripts before this program will like them. 12257210Seric But it should be functionally complete. 12357210Sericpraliases A program to print the DBM version of the aliases file. 12457210Seric It hasn't been converted to understand the new Berkeley 12557210Seric DB format (which we are using). 12657210Sericrmail Source for rmail(8). This is used as a delivery 12757210Seric agent for for UUCP, and could presumably be used by 12857635Seric other non-socket oriented mailers. Older versions of 12957635Seric rmail are probably deficient. 13054987Sericsrc Source for the sendmail program itself. 13163901Serictest Some test scripts (currently only for compilation aids). 132