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

Re: starting services everytime the redhat boots



redhat newquality de wrote:
Hi everyone,

i have the following problem. when my mailserver boots up, it initializes
the ports 110 and 25 but not the imap once.

currently i start them with :

/etc/rc.d/init.d/imap start

/etc/rc.d/init.d/imaps start

can i add this to lines to a file, so that this services are started
automatically everytime?

cheers

Christian


try the chkconfig command
#chkconfig --levels imap on

where levels are the runlevels you want it to run in, and 'on' tells the machine to start at boot time.

man chkconfig for additional information.

--

regards,

shane




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