141139Sbostic/*- 2*67921Seric * @(#)READ_ME 8.12 (Berkeley) 11/13/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 107*67921Seric RFC1425 SMTP Service Extensions (ESMTP spec) 108*67921Seric RFC1426 SMTP Service Extension for 8bit-MIMEtransport 109*67921Seric RFC1427 SMTP Service Extension for Message Size Declaration 110*67921Seric RFC1521 MIME: Multipurpose Internet Mail Extensions 11159742Seric RFC1344 Implications of MIME for Internet Mail Gateways 112*67921Seric RFC1428 Transation of Internet Mail from Just-Send-8 to 113*67921Seric 8-bit SMTP/MIME 11457979Seric 11557979SericOther standards that may be of interest (but which are less directly 11657979Sericrelevant to sendmail) are: 11757979Seric 11857979Seric RFC987 Mapping between RFC822 and X.400 11957979Seric RFC1049 Content-Type header field (extension to RFC822) 12057979Seric 12165913SericWarning to AIX users: this version of sendmail does not implement 12265913SericMB, MR, or MG DNS resource records, as defined as experiments in 12365913SericRFC883. 12457979Seric 12557979Seric 12664313Seric+-------------------+ 12764313Seric| DATABASE ROUTINES | 12864313Seric+-------------------+ 12964313Seric 13057979SericIF YOU WANT TO RUN THE NEW BERKELEY DB SOFTWARE: **** DO NOT **** 13157979Sericuse the version that was on the Net2 tape -- it has a number of 13257979Sericnefarious bugs that were bad enough when I got them; you shouldn't have 13357979Sericto go through the same thing. Instead, get a new version via public 13462535SbosticFTP from ftp.CS.Berkeley.EDU, file ucb/4bsd/db.tar.Z. This software 13557979Sericis highly recommended; it gets rid of several stupid limits, it's much 13657979Sericfaster, and the interface is nicer to animals and plants. You will 13757979Sericalso probably find that you have to add -I/where/you/put/db/include 13857979Sericto the sendmail makefile to get db.h to work properly. 13957979Seric 14065913SericBe sure you remove ndbm.h and ndbm.o from the db distribution. These 14165913Sericwill cause problems with sendmail because sendmail already understands 14265913Sericabout NEWDB and NDBM coexisting. 14364313Seric 14465913Seric 14566771Seric+--------------------+ 14666771Seric| Host Name Services | 14766771Seric+--------------------+ 14866771Seric 14966771SericIf you compile with NAMED_BIND (the default) sendmail will use 15066771SericDNS (the Domain Name System) for most host name lookups. If 15166771Sericyou do not have DNS running at your site you may have to turn 15266771Sericthis off to cause sendmail to use NIS and/or the /etc/hosts file. 15366771SericIn particular, on SunOS you have to choose to use DNS (which 15466771Sericyou should do if you are attached to the Internet, otherwise 15566771Sericyou lose MX records, which are required) or NIS -- there is no 15666771Sericway to try both. 15766771Seric 15866771SericIf you are using NIS and /etc/hosts, it is critical that you 15966771Sericlist the long (fully qualified) name first in the /etc/hosts file 16066771Sericused to build the NIS database. For example, the line should read 16166771Seric 16266771Seric 128.32.149.68 mastodon.CS.Berkeley.EDU mastodon 16366771Seric 16466771Seric**** NOT **** 16566771Seric 16666771Seric 128.32.149.68 mastodon mastodon.CS.Berkeley.EDU 16766771Seric 16866771SericIf you use the wrong order, sendmail will conclude that your 16966771Sericcanonical name is the short version and use that in messages. 17066771SericThe name "mastodon" doesn't mean much outside of Berkeley, 17166771Sericand so this creates incorrect and unreplyable messages. 17266771Seric 17366771Seric 17465113Seric+-------------+ 17565113Seric| USE WITH MH | 17665113Seric+-------------+ 17765113Seric 17865113SericThis version of sendmail notices and reports certain kinds of SMTP 17965113Sericprotocol violations that were ignored by older versions. If you 18065113Sericare running MH you may wish to install the patch in contrib/mh.patch 18165113Sericthat will prevent these warning reports. This patch also works 18265113Sericwith the old version of sendmail, so it's safe to go ahead and 18365113Sericinstall it. 18465113Seric 18565113Seric 18665383Seric+-----------+ 18765383Seric| MAKEFILES | 18865383Seric+-----------+ 18965383Seric 19065383SericThe Makefiles in this release use the new Berkeley "make" that is 19165383Sericavailable in BSD Net/2 and 4.4BSD. If you are using this version 19265383Sericof make, you may notice one or two places where the Makefile includes 19365383Seric"../../Makefile.inc". This file is not included with the sendmail 19465383Sericdistribution because it's not part of sendmail. However, it is, 19565383Sericin toto: 19665383Seric 19765383Seric # @(#)Makefile.inc 8.1 (Berkeley) 6/6/93 19865383Seric 19965383Seric BINDIR?= /usr/sbin 20065383Seric 20165383SericThe other directories should all have Makefile.dist files that work 20265913Sericon the old make, albeit without all the niceties included. 20365383Seric 20465913SericYou can also get a new Berkeley make from the Net2 release (available 20565913Sericon many public FTP archives). This version should also interpret old 20665913SericMakefiles, so you could drop it in as your default make. 20765383Seric 20865913SericFor more details, see src/READ_ME. 20965913Seric 21065913Seric 21164313Seric+---------------------+ 21264313Seric| DIRECTORY STRUCTURE | 21364313Seric+---------------------+ 21464313Seric 21557979SericThe structure of this directory tree is: 21657979Seric 21757210Sericcf Source for Berkeley configuration files. These are 21857210Seric different than what you've seen before. They are a 21957210Seric fairly dramatic rewrite, requiring the new sendmail 22057210Seric (since they use new features). 22159106Sericcontrib Some contributed tools to help with sendmail. THESE 22259106Seric ARE NOT SUPPORTED by Berkeley -- contact the original 22362535Sbostic authors if you have problems. (This directory is not 22462535Sbostic on the 4.4BSD tape.) 22557210Sericdoc Documentation. If you are getting source, read 22657210Seric op.me -- it's long, but worth it. 227*67921Sericmail.local The source for the local delivery agent used for 4.4BSD. 228*67921Seric THIS IS NOT PART OF SENDMAIL! and may not compile 229*67921Seric everywhere, since it depends on some 4.4-isms. Warning: 230*67921Seric it does mailbox locking differently than other systems. 23157210Sericmailstats Statistics printing program. It has the pathname of 23257210Seric sendmail.st compiled in, so if you've changed that, 23357210Seric beware. This isn't all that useful. 23457210Sericmakemap A program that creates the keyed maps used by the $( ... $) 23557210Seric construct in sendmail. It is primitive but effective. 23657210Seric It takes a very simple input format, so you will probably 23757210Seric expect to preprocess must human-convenient formats 23857210Seric using sed scripts before this program will like them. 23957210Seric But it should be functionally complete. 24057210Sericpraliases A program to print the DBM version of the aliases file. 24157210Seric It hasn't been converted to understand the new Berkeley 24257210Seric DB format (which we are using). 24357210Sericrmail Source for rmail(8). This is used as a delivery 24457210Seric agent for for UUCP, and could presumably be used by 24557635Seric other non-socket oriented mailers. Older versions of 24667175Seric rmail are probably deficient. RMAIL IS NOT PART OF 24767175Seric SENDMAIL!!! The 4.4BSD source is included for you to 24867175Seric look at or try to port to your system. I know it doesn't 24967175Seric compile on {SunOS, HP-UX, OSF/1, other} (pick one). 250*67921Sericsmrsh The "sendmail restricted shell", which can be used as 251*67921Seric a replacement for /bin/mail in the prog mailer to provide 252*67921Seric increased security control. NOT PART OF SENDMAIL! 25354987Sericsrc Source for the sendmail program itself. 25463901Serictest Some test scripts (currently only for compilation aids). 255