[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] startup scrips on raq550 / mailscanner
- Subject: Re: [cobalt-users] startup scrips on raq550 / mailscanner
- From: "Chris L" <clathem@xxxxxxxxxxxxx>
- Date: Thu Sep 18 10:56:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> i did it like written here:
> http://cobalt.depopo.net/html/r550_mailscanner.html
>
> did some additional stuff like clamav - really rocks.
>
>
> Type; /etc/rc.d/init.d/sendmail stop
> Type; /sbin/chkconfig sendmail off
> Type; /sbin/chkconfig --level 2345 MailScanner on
> Type; /etc/rc.d/init.d/MailScanner start
>
>
> seems to be clear. symbolic links are in the directory. but: after every
> restart sendmail comes up. so i have to quit sendmail and start
> mailscanner.
>
> there's no symbolic link to sendmail in the rc.d-dirs.
>
>
> strange?
>
/etc/rc.d/init.d/sendmail stop
mv /etc/rc.d/init.d/sendmail /etc/rc.d/init.d/sendmail.old
cp /etc/rc.d/init.d/MailScanner /etc/rc.d/init.d/sendmail
/etc/rc.d/init.d/sendmail start
This will then start mailscanner after every reboot, and at times when the
server thinks that it has died.
Chris