141139Sbostic/*- 2*65383Seric * @(#)READ_ME 8.8 (Berkeley) 01/04/94 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 1564313Seric 1664313Seric+--------------+ 1764313Seric| MANUAL PAGES | 1864313Seric+--------------+ 1964313Seric 2064313SericThe sendmail manual pages use contemporary Berkeley troff macros. If 2164313Sericyour system does not process these manual pages, you can pick up the 2264672Sericnew macros in a BSD Net/2 FTP site (e.g. on FTP.UU.NET, the files 2364672Seric/systems/unix/bsd-sources/share/tmac/me/strip.sed and 2464672Seric/systems/unix/bsd-sources/share/tmac/*). 2564313Seric 2664313SericThe strip.sed file is only used in installation. 2764313Seric 2864313SericAfter installation, edit tmac.doc and tmac.andoc to reflect the 2964313Sericinstallation path of the tmac files. Those files contain pointers to 3064313Seric/usr/share/tmac/, and those pointers are not changed by the `make 3164313Sericinstall` process. 3264313Seric 3364313SericRename the existing tmac.an to be tmac.an.old, and rename tmac.andoc 3464313Sericto be tmac.an. 3564313Seric 3664313Serictmac.an will choose between tmac.an.old, your old macros, or tmac.doc, 3764313Sericwhich are the new macros, so that both the new man pages and the 3864313Sericexisting man pages will be translated properly. 3964313Seric 4064392SericI'm also told that the groff distribution from MIT has a tmac.doc 4164392Sericmacro set that is compatible with these macros. 4264313Seric 4364392Seric 4465001Seric+-----------------------+ 4565001Seric| RELATED DOCUMENTATION | 4665001Seric+-----------------------+ 4765001Seric 4865001SericThere are other files you should read. Rooted in this directory are: 4965001Seric 5065001Seric CHANGES-R5-R8 5165001Seric Describes changes between Release 5 and Release 8 of sendmail. 5265001Seric There are some things that may behave somewhat differently. 5365001Seric For example, the rules governing when :include: files will 5465001Seric be read have been tightened up for security reasons. 5565001Seric FAQ 5665001Seric Answers to Frequently Asked Questions. 5765001Seric KNOWNBUGS 5865001Seric Known bugs in the current release. I try to keep this up 5965001Seric to date -- get the latest version from FTP.CS.Berkeley.EDU 6065001Seric in /ucb/sendmail/KNOWNBUGS. 6165001Seric RELEASE_NOTES 6265001Seric A detailed description of the changes in each version. This 6365001Seric is quite long, but informative. 6465001Seric src/READ_ME 6565001Seric Details on compiling and installing sendmail. 6665001Seric cf/README 6765001Seric Details on configuring sendmail. 68*65383Seric doc/op/op.me 69*65383Seric The sendmail Installation & Operations Guide. Be warned: if 70*65383Seric you are running this off on SunOS or some other system with an 71*65383Seric old version of -me, you need to add the following macro to the 72*65383Seric macros: 7365001Seric 74*65383Seric .de sm 75*65383Seric \s-1\\$1\\s0\\$2 76*65383Seric .. 7765001Seric 78*65383Seric This sets a word in a smaller pointsize. 79*65383Seric 80*65383Seric 8164313Seric+--------------+ 8264313Seric| RELATED RFCS | 8364313Seric+--------------+ 8464313Seric 8557979SericThere are several related RFCs that you may wish to read -- they are 8657979Sericavailable via anonymous FTP to several sites, including nic.ddn.mil 8757979Seric(directory rfc), ftp.nisc.sri.com (rfc), nis.nsf.net (RFC), 8857979Sericnisc.jvnc.net (rfc), venera.isi.edu (in-notes), and wuarchive.wustl.edu 8957979Seric(info/rfc). They can also be retrieved via electronic mail by sending 9057979Sericemail to one of: 9157979Seric 9257979Seric mail-server@nisc.sri.com 9357979Seric Put "send rfcNNN" in message body 9457979Seric nis-info@nis.nsf.net 9557979Seric Put "send RFCnnn.TXT-1" in message body 9657979Seric sendrfc@jvnc.net 9757979Seric Put "RFCnnn" as Subject: line 9857979Seric 9957979SericImportant RFCs for electronic mail are: 10057979Seric 10157979Seric RFC821 SMTP protocol 10257979Seric RFC822 Mail header format 10357979Seric RFC974 MX routing 10457979Seric RFC976 UUCP mail format 10557979Seric RFC1123 Host requirements (modifies 821, 822, and 974) 10659106Seric RFC1413 Identification server 10759742Seric RFC1341 MIME: Multipurpose Internet Mail Extensions 10859742Seric RFC1344 Implications of MIME for Internet Mail Gateways 10957979Seric 11057979SericOther standards that may be of interest (but which are less directly 11157979Sericrelevant to sendmail) are: 11257979Seric 11357979Seric RFC987 Mapping between RFC822 and X.400 11457979Seric RFC1049 Content-Type header field (extension to RFC822) 11557979Seric 11657979SericUnfortunately, for a variety of reasons the Makefiles are for the new 11757979SericBerkeley "make" and will not work on the old, traditional make. I urge 11857979Sericyou to get this make from Net2 (available on many public FTP archives). 11957979SericFailing that, some directories have a "Makefile.dist" that will work on 12057979Sericolder versions of make (but don't have the niceties included). 12157979Seric 12257979Seric 12364313Seric+-------------------+ 12464313Seric| DATABASE ROUTINES | 12564313Seric+-------------------+ 12664313Seric 12757979SericIF YOU WANT TO RUN THE NEW BERKELEY DB SOFTWARE: **** DO NOT **** 12857979Sericuse the version that was on the Net2 tape -- it has a number of 12957979Sericnefarious bugs that were bad enough when I got them; you shouldn't have 13057979Sericto go through the same thing. Instead, get a new version via public 13162535SbosticFTP from ftp.CS.Berkeley.EDU, file ucb/4bsd/db.tar.Z. This software 13257979Sericis highly recommended; it gets rid of several stupid limits, it's much 13357979Sericfaster, and the interface is nicer to animals and plants. You will 13457979Sericalso probably find that you have to add -I/where/you/put/db/include 13557979Sericto the sendmail makefile to get db.h to work properly. 13657979Seric 13764313Seric 13865113Seric+-------------+ 13965113Seric| USE WITH MH | 14065113Seric+-------------+ 14165113Seric 14265113SericThis version of sendmail notices and reports certain kinds of SMTP 14365113Sericprotocol violations that were ignored by older versions. If you 14465113Sericare running MH you may wish to install the patch in contrib/mh.patch 14565113Sericthat will prevent these warning reports. This patch also works 14665113Sericwith the old version of sendmail, so it's safe to go ahead and 14765113Sericinstall it. 14865113Seric 14965113Seric 150*65383Seric+-----------+ 151*65383Seric| MAKEFILES | 152*65383Seric+-----------+ 153*65383Seric 154*65383SericThe Makefiles in this release use the new Berkeley "make" that is 155*65383Sericavailable in BSD Net/2 and 4.4BSD. If you are using this version 156*65383Sericof make, you may notice one or two places where the Makefile includes 157*65383Seric"../../Makefile.inc". This file is not included with the sendmail 158*65383Sericdistribution because it's not part of sendmail. However, it is, 159*65383Sericin toto: 160*65383Seric 161*65383Seric # @(#)Makefile.inc 8.1 (Berkeley) 6/6/93 162*65383Seric 163*65383Seric BINDIR?= /usr/sbin 164*65383Seric 165*65383SericThe other directories should all have Makefile.dist files that work 166*65383Sericon the old make. For more details, see src/READ_ME. 167*65383Seric 168*65383Seric 16964313Seric+---------------------+ 17064313Seric| DIRECTORY STRUCTURE | 17164313Seric+---------------------+ 17264313Seric 17357979SericThe structure of this directory tree is: 17457979Seric 17557210Sericcf Source for Berkeley configuration files. These are 17657210Seric different than what you've seen before. They are a 17757210Seric fairly dramatic rewrite, requiring the new sendmail 17857210Seric (since they use new features). 17959106Sericcontrib Some contributed tools to help with sendmail. THESE 18059106Seric ARE NOT SUPPORTED by Berkeley -- contact the original 18162535Sbostic authors if you have problems. (This directory is not 18262535Sbostic on the 4.4BSD tape.) 18357210Sericdoc Documentation. If you are getting source, read 18457210Seric op.me -- it's long, but worth it. 18557210Sericmailstats Statistics printing program. It has the pathname of 18657210Seric sendmail.st compiled in, so if you've changed that, 18757210Seric beware. This isn't all that useful. 18857210Sericmakemap A program that creates the keyed maps used by the $( ... $) 18957210Seric construct in sendmail. It is primitive but effective. 19057210Seric It takes a very simple input format, so you will probably 19157210Seric expect to preprocess must human-convenient formats 19257210Seric using sed scripts before this program will like them. 19357210Seric But it should be functionally complete. 19457210Sericpraliases A program to print the DBM version of the aliases file. 19557210Seric It hasn't been converted to understand the new Berkeley 19657210Seric DB format (which we are using). 19757210Sericrmail Source for rmail(8). This is used as a delivery 19857210Seric agent for for UUCP, and could presumably be used by 19957635Seric other non-socket oriented mailers. Older versions of 20057635Seric rmail are probably deficient. 20154987Sericsrc Source for the sendmail program itself. 20263901Serictest Some test scripts (currently only for compilation aids). 203