Apollo m68k support kit for sendmail 8.8.8 (19980616) This kit include patch for makesendmail, Makefile.DomainOS. If you would like to compile, you have to get a virgin copy of sendmail-8.8.8 source kit. The /usr/new/patch and Apollo CC compiler are needed to install the patch, and compile. This patch kit contains the following files: README: This file Makefile.DomainOS.DIFF: context diff for src/Makefiles/Makefile.DomainOS makesendmail.DIFF: context diff for src/makesendmail ##### Create new sendmail..... 1: Apply the patch to src/sendmail The /usr/new/patch is required. If you don't have it, please re-install OS or get it from another Apollo machine or use GNU patch kit. (You can get it from my web site, visit http://apollo.pictinc.co.jp/ ) First, please unpack virgin sendmail 8.8.8. Then please unpack patch kit. Place sendmail-8.8.8 and sendmail-8.8.8_apollo.patch at the same level. Apply the patches, execute shell commands: /usr/new/patch -p0 < sendmail-8.8.8_apollo.patch/makesendmail.DIFF The folowing files will be modified. sendmail-8.8.8/src/makesendmail 2: Apply the patch to src/Makefile/Makefile.DomainOS Also you need /usr/new/patch. On standard DomainOS systems, all resolver routines (bind 4.8) reside in the C library /lib/libc (See /install/doc/apollo/os.v.10.4__bind4.8_operations_guide). In original src/Makefiles/Makefile.DomainOS, which uses -lresolv to link resolver routine. So, you have to apply this patch to use /lib/libc on standard DomainOS system. If you already have /usr/lib/libresolv.a (bind 4.9.x), you can skip this step. (You can get bind4.9.7 kit for m68k from my web site, http://apollo.pictinc.co.jp/ ) Apply the patches, execute shell commands: /usr/new/patch -p0 < sendmail-8.8.8_apollo.patch/Makefile.DomainOS.DIFF The folowing files will be modified. sendmail-8.8.8/src/Makefiles/Makefile.DomainOS 2: Create new daemon Please read original README (Just type, sh makesendmail). I hope you have new sendmail. Any questions, suggestions are welcome. My e-mail addressed is ishimura@pictinc.co.jp Takanobu Ishimura