141139Sbostic/*- 2*67175Seric * @(#)READ_ME 8.11 (Berkeley) 05/19/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. 6865383Seric doc/op/op.me 6965383Seric The sendmail Installation & Operations Guide. Be warned: if 7065383Seric you are running this off on SunOS or some other system with an 7165383Seric old version of -me, you need to add the following macro to the 7265383Seric macros: 7365001Seric 7465383Seric .de sm 7565383Seric \s-1\\$1\\s0\\$2 7665383Seric .. 7765001Seric 7865383Seric This sets a word in a smaller pointsize. 7965383Seric 8065383Seric 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 11665913SericWarning to AIX users: this version of sendmail does not implement 11765913SericMB, MR, or MG DNS resource records, as defined as experiments in 11865913SericRFC883. 11957979Seric 12057979Seric 12164313Seric+-------------------+ 12264313Seric| DATABASE ROUTINES | 12364313Seric+-------------------+ 12464313Seric 12557979SericIF YOU WANT TO RUN THE NEW BERKELEY DB SOFTWARE: **** DO NOT **** 12657979Sericuse the version that was on the Net2 tape -- it has a number of 12757979Sericnefarious bugs that were bad enough when I got them; you shouldn't have 12857979Sericto go through the same thing. Instead, get a new version via public 12962535SbosticFTP from ftp.CS.Berkeley.EDU, file ucb/4bsd/db.tar.Z. This software 13057979Sericis highly recommended; it gets rid of several stupid limits, it's much 13157979Sericfaster, and the interface is nicer to animals and plants. You will 13257979Sericalso probably find that you have to add -I/where/you/put/db/include 13357979Sericto the sendmail makefile to get db.h to work properly. 13457979Seric 13565913SericBe sure you remove ndbm.h and ndbm.o from the db distribution. These 13665913Sericwill cause problems with sendmail because sendmail already understands 13765913Sericabout NEWDB and NDBM coexisting. 13864313Seric 13965913Seric 14066771Seric+--------------------+ 14166771Seric| Host Name Services | 14266771Seric+--------------------+ 14366771Seric 14466771SericIf you compile with NAMED_BIND (the default) sendmail will use 14566771SericDNS (the Domain Name System) for most host name lookups. If 14666771Sericyou do not have DNS running at your site you may have to turn 14766771Sericthis off to cause sendmail to use NIS and/or the /etc/hosts file. 14866771SericIn particular, on SunOS you have to choose to use DNS (which 14966771Sericyou should do if you are attached to the Internet, otherwise 15066771Sericyou lose MX records, which are required) or NIS -- there is no 15166771Sericway to try both. 15266771Seric 15366771SericIf you are using NIS and /etc/hosts, it is critical that you 15466771Sericlist the long (fully qualified) name first in the /etc/hosts file 15566771Sericused to build the NIS database. For example, the line should read 15666771Seric 15766771Seric 128.32.149.68 mastodon.CS.Berkeley.EDU mastodon 15866771Seric 15966771Seric**** NOT **** 16066771Seric 16166771Seric 128.32.149.68 mastodon mastodon.CS.Berkeley.EDU 16266771Seric 16366771SericIf you use the wrong order, sendmail will conclude that your 16466771Sericcanonical name is the short version and use that in messages. 16566771SericThe name "mastodon" doesn't mean much outside of Berkeley, 16666771Sericand so this creates incorrect and unreplyable messages. 16766771Seric 16866771Seric 16965113Seric+-------------+ 17065113Seric| USE WITH MH | 17165113Seric+-------------+ 17265113Seric 17365113SericThis version of sendmail notices and reports certain kinds of SMTP 17465113Sericprotocol violations that were ignored by older versions. If you 17565113Sericare running MH you may wish to install the patch in contrib/mh.patch 17665113Sericthat will prevent these warning reports. This patch also works 17765113Sericwith the old version of sendmail, so it's safe to go ahead and 17865113Sericinstall it. 17965113Seric 18065113Seric 18165383Seric+-----------+ 18265383Seric| MAKEFILES | 18365383Seric+-----------+ 18465383Seric 18565383SericThe Makefiles in this release use the new Berkeley "make" that is 18665383Sericavailable in BSD Net/2 and 4.4BSD. If you are using this version 18765383Sericof make, you may notice one or two places where the Makefile includes 18865383Seric"../../Makefile.inc". This file is not included with the sendmail 18965383Sericdistribution because it's not part of sendmail. However, it is, 19065383Sericin toto: 19165383Seric 19265383Seric # @(#)Makefile.inc 8.1 (Berkeley) 6/6/93 19365383Seric 19465383Seric BINDIR?= /usr/sbin 19565383Seric 19665383SericThe other directories should all have Makefile.dist files that work 19765913Sericon the old make, albeit without all the niceties included. 19865383Seric 19965913SericYou can also get a new Berkeley make from the Net2 release (available 20065913Sericon many public FTP archives). This version should also interpret old 20165913SericMakefiles, so you could drop it in as your default make. 20265383Seric 20365913SericFor more details, see src/READ_ME. 20465913Seric 20565913Seric 20664313Seric+---------------------+ 20764313Seric| DIRECTORY STRUCTURE | 20864313Seric+---------------------+ 20964313Seric 21057979SericThe structure of this directory tree is: 21157979Seric 21257210Sericcf Source for Berkeley configuration files. These are 21357210Seric different than what you've seen before. They are a 21457210Seric fairly dramatic rewrite, requiring the new sendmail 21557210Seric (since they use new features). 21659106Sericcontrib Some contributed tools to help with sendmail. THESE 21759106Seric ARE NOT SUPPORTED by Berkeley -- contact the original 21862535Sbostic authors if you have problems. (This directory is not 21962535Sbostic on the 4.4BSD tape.) 22057210Sericdoc Documentation. If you are getting source, read 22157210Seric op.me -- it's long, but worth it. 22257210Sericmailstats Statistics printing program. It has the pathname of 22357210Seric sendmail.st compiled in, so if you've changed that, 22457210Seric beware. This isn't all that useful. 22557210Sericmakemap A program that creates the keyed maps used by the $( ... $) 22657210Seric construct in sendmail. It is primitive but effective. 22757210Seric It takes a very simple input format, so you will probably 22857210Seric expect to preprocess must human-convenient formats 22957210Seric using sed scripts before this program will like them. 23057210Seric But it should be functionally complete. 23157210Sericpraliases A program to print the DBM version of the aliases file. 23257210Seric It hasn't been converted to understand the new Berkeley 23357210Seric DB format (which we are using). 23457210Sericrmail Source for rmail(8). This is used as a delivery 23557210Seric agent for for UUCP, and could presumably be used by 23657635Seric other non-socket oriented mailers. Older versions of 237*67175Seric rmail are probably deficient. RMAIL IS NOT PART OF 238*67175Seric SENDMAIL!!! The 4.4BSD source is included for you to 239*67175Seric look at or try to port to your system. I know it doesn't 240*67175Seric compile on {SunOS, HP-UX, OSF/1, other} (pick one). 24154987Sericsrc Source for the sendmail program itself. 24263901Serictest Some test scripts (currently only for compilation aids). 243