[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] startup scrips on raq550 / mailscanner



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?