Does chkconfig imap on, alter the xinetd configuration files, or does it place a link in the appropriate init.d directories? Doug On Thu, 2003-11-13 at 01:19, Dale wrote: > On Wed, Nov 12, 2003 at 10:39:32AM +0100, shrek-m@xxxxxx wrote: > > Douglas Furlong wrote: > > >Then you need to edit /etc/xinetd.d/imap (or imaps, which is secure), > > >and change the disable line to no, and restart xinetd. > > > > or > > > > # chkconfig --list | less > > # chkconfig imap on > > # service xinetd restart > > or, better, yet, as it won't kill xinetd (and its state information > such as what servers are already running), but just updates the > xinetd configuration: > > # chkconfig imap on > # service xinetd reload > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > http://www.redhat.com/mailman/listinfo/fedora-list