Installation for Apollo/DOMAIN m68k systems.

First of all, you should login as root.
1: Rename old sendmail

% cd /usr/lib
% mv sendmail sendmail__ori

2: Copy pre-compiled sendmail
% cp /somewhere/sendmail-8.8.8_apollo.bin/src/obj.DomainOS.10.4.1.425t/sendmail /usr/lib/sendmail

3: Set mode for sendmail
% cd /usr/lib
% /usr/apollo/bin/cpacl sendmail__ori sendmail

4: Copy sendmail.cf
% cp /somewhere/sendmail-8.8.8_apollo.bin/sendmail.cf_apollo /etc/sendmail.cf

5: Set mode for /etc/sendmail.cf
% chmod 644 /etc/sendmail.cf

6: Create the file under /etc/daemons to run sendmail when boot.
% cd \`node_data/etc/daemons
% touch sendmail

Note: Next two steps are site depended.

7: If your aliase.pag and aliase.dir are hard linked to AA, re-create one.

% cd /usr/lib
% mv aliases.pag aliases.pag__ori
% mv aliases.dir aliases.dir__ori
% touch aliases.pag aliases.dir
% cpacl aliases.pag__ori aliases.pag
% cpacl aliases.dir__ori aliases.dir

I hope new sendmail will be running.
