[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: "H.P. Noordam" <bno@xxxxxxxxxxxx>
- Date: Fri Sep 19 14:29: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?
>
Certainly strange i would say. Sendmail is supposed to be started by
mailscanner, so you should see them both after a reboot. (the above
procedure works fine for my servers) I have seen other people advice
renaming the mailscanner startup script to sendmail, just to make sure
that if anthing else calles to sendmail, it actualy starts mailscanner.
May be a solution in your case.
Bob.