Installation sendmail 8.9.0 for Apollo/DOMAIN m68k systems.

This is example to run sendmail 8.9.0 on DomainOS. Just example.


First of all, you should login as root, already old sendmail is not running.
1: Create /etc/mail directory for new sendmail 8.9.0.
% mkdir /etc/mail
% chacl -B /etc/mail

2: Rename old sendmail

% cd /usr/lib
% mv sendmail sendmail__ori

3: Copy pre-compiled sendmail
% cp /somewhere/sendmail-8.9.0_apollo.bin/src/obj.DomainOS.10.4.1.2.m68k/sendmail /usr/lib/sendmail

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

5: Copy sendmail.cf
% cp /somewhere/sendmail-8.9.0_apollo.bin/cf/cf/generic-domainos.cf /etc/sendmail.cf

6: Copy your alias file to new directory
% cp /usr/lib/aliase /etc/mail/aliase

7: Modify sendmail.cf if you need. (I guess you must do it.)
At least, modify AliasFile macro from:
O AliasFile=/usr/lib/aliases
    to
O AliasFile=/etc/mail/aliases
in this case.

8: Set mode for /etc/sendmail.cf
% chmod 444 /etc/sendmail.cf

9: Create new aliases DB
% newaliase

10: Run it.
% /usr/lib/sendmail -bd -q1h

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

I hope new sendmail will be running.

Takanobu Ishimura
E-mail: ishimura@pictinc.co.jp
