xref: /csrg-svn/usr.sbin/sendmail/READ_ME (revision 64672)
141139Sbostic/*-
2*64672Seric *	@(#)READ_ME	8.5 (Berkeley) 09/28/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
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
22*64672Sericnew macros in a BSD Net/2 FTP site (e.g.  on FTP.UU.NET, the files
23*64672Seric/systems/unix/bsd-sources/share/tmac/me/strip.sed and
24*64672Seric/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
4464313Seric+--------------+
4564313Seric| RELATED RFCS |
4664313Seric+--------------+
4764313Seric
4857979SericThere are several related RFCs that you may wish to read -- they are
4957979Sericavailable via anonymous FTP to several sites, including nic.ddn.mil
5057979Seric(directory rfc), ftp.nisc.sri.com (rfc), nis.nsf.net (RFC),
5157979Sericnisc.jvnc.net (rfc), venera.isi.edu (in-notes), and wuarchive.wustl.edu
5257979Seric(info/rfc).  They can also be retrieved via electronic mail by sending
5357979Sericemail to one of:
5457979Seric
5557979Seric	mail-server@nisc.sri.com
5657979Seric		Put "send rfcNNN" in message body
5757979Seric	nis-info@nis.nsf.net
5857979Seric		Put "send RFCnnn.TXT-1" in message body
5957979Seric	sendrfc@jvnc.net
6057979Seric		Put "RFCnnn" as Subject: line
6157979Seric
6257979SericImportant RFCs for electronic mail are:
6357979Seric
6457979Seric	RFC821	SMTP protocol
6557979Seric	RFC822	Mail header format
6657979Seric	RFC974	MX routing
6757979Seric	RFC976	UUCP mail format
6857979Seric	RFC1123	Host requirements (modifies 821, 822, and 974)
6959106Seric	RFC1413	Identification server
7059742Seric	RFC1341	MIME: Multipurpose Internet Mail Extensions
7159742Seric	RFC1344	Implications of MIME for Internet Mail Gateways
7257979Seric
7357979SericOther standards that may be of interest (but which are less directly
7457979Sericrelevant to sendmail) are:
7557979Seric
7657979Seric	RFC987	Mapping between RFC822 and X.400
7757979Seric	RFC1049	Content-Type header field (extension to RFC822)
7857979Seric
7957979SericUnfortunately, for a variety of reasons the Makefiles are for the new
8057979SericBerkeley "make" and will not work on the old, traditional make.  I urge
8157979Sericyou to get this make from Net2 (available on many public FTP archives).
8257979SericFailing that, some directories have a "Makefile.dist" that will work on
8357979Sericolder versions of make (but don't have the niceties included).
8457979Seric
8557979Seric
8664313Seric+-------------------+
8764313Seric| DATABASE ROUTINES |
8864313Seric+-------------------+
8964313Seric
9057979SericIF YOU WANT TO RUN THE NEW BERKELEY DB SOFTWARE:  ****  DO NOT  ****
9157979Sericuse the version that was on the Net2 tape -- it has a number of
9257979Sericnefarious bugs that were bad enough when I got them; you shouldn't have
9357979Sericto go through the same thing.  Instead, get a new version via public
9462535SbosticFTP from ftp.CS.Berkeley.EDU, file ucb/4bsd/db.tar.Z.  This software
9557979Sericis highly recommended; it gets rid of several stupid limits, it's much
9657979Sericfaster, and the interface is nicer to animals and plants.  You will
9757979Sericalso probably find that you have to add -I/where/you/put/db/include
9857979Sericto the sendmail makefile to get db.h to work properly.
9957979Seric
10064313Seric
10164313Seric+---------------------+
10264313Seric| DIRECTORY STRUCTURE |
10364313Seric+---------------------+
10464313Seric
10557979SericThe structure of this directory tree is:
10657979Seric
10757210Sericcf		Source for Berkeley configuration files.  These are
10857210Seric		different than what you've seen before.  They are a
10957210Seric		fairly dramatic rewrite, requiring the new sendmail
11057210Seric		(since they use new features).
11159106Sericcontrib		Some contributed tools to help with sendmail.  THESE
11259106Seric		ARE NOT SUPPORTED by Berkeley -- contact the original
11362535Sbostic		authors if you have problems.  (This directory is not
11462535Sbostic		on the 4.4BSD tape.)
11557210Sericdoc		Documentation.  If you are getting source, read
11657210Seric		op.me -- it's long, but worth it.
11757210Sericmailstats	Statistics printing program.  It has the pathname of
11857210Seric		sendmail.st compiled in, so if you've changed that,
11957210Seric		beware.  This isn't all that useful.
12057210Sericmakemap		A program that creates the keyed maps used by the $( ... $)
12157210Seric		construct in sendmail.  It is primitive but effective.
12257210Seric		It takes a very simple input format, so you will probably
12357210Seric		expect to preprocess must human-convenient formats
12457210Seric		using sed scripts before this program will like them.
12557210Seric		But it should be functionally complete.
12657210Sericpraliases	A program to print the DBM version of the aliases file.
12757210Seric		It hasn't been converted to understand the new Berkeley
12857210Seric		DB format (which we are using).
12957210Sericrmail		Source for rmail(8).  This is used as a delivery
13057210Seric		agent for for UUCP, and could presumably be used by
13157635Seric		other non-socket oriented mailers.  Older versions of
13257635Seric		rmail are probably deficient.
13354987Sericsrc		Source for the sendmail program itself.
13463901Serictest		Some test scripts (currently only for compilation aids).
135