On Tue, 2003-11-04 at 12:42, redhat@xxxxxxxxxxxxx wrote: > Hi Everyone, > as u pointed out, i made used the following command: > > > > chkconfig imap on > service imap does not support chkconfig > > This error msg came up.... what to do? > > BTW the same with: > > > chkconfig --level 345 imap on > service imap does not support chkconfig is it a compile-it-yourself imap? for chkconfig to work, it needs some special comments in /etc/init.d/<service_script> (see man chkconfig) The old way should work: - if you want to run from xinetd, go to /etc/xinetd.d and change (guess to what) the "disable" line of the imap config file - if you want it to run at boot (assuming imapd is happy to do so), add a S??imap link to each /etc/rc.d/rc?.d directory for runlevels you want imap to run (3 and possibly 5), and corresponding K??imap link for runlevels you want imap to shut down (0,1,2,6) pc -- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list