monideth
03-30-2005, 09:47 AM
All,
I tried following the procedure to install Courier IMAP and IMAPS:
http://www.qmailrocks.org/imap_rh.htm
The procedure talks of setting the IMAPDSTART and IMAPDSSLSTART parameter to YES. However, there does not appear to be anything to show how how to start the imap and imaps services during bootup.
On my CentOS 4.0 system when I tried to use chkconfig to enable the imap and imaps service I get the following error:
# /sbin/chkconfig imap on
service imap does not support chkconfig
I eventually resolved this issue by starting up the services using /etc/rc.d/rc.local - I added the following entries:
/usr/local/libexec/imapd.rc start
/usr/local/libexec/imapd-ssl.rc start
Why does chkconfig not like the imap and imaps config files in /etc/init.d/ (/etc/rc.d/init.d)?
Regards,
Mon
I tried following the procedure to install Courier IMAP and IMAPS:
http://www.qmailrocks.org/imap_rh.htm
The procedure talks of setting the IMAPDSTART and IMAPDSSLSTART parameter to YES. However, there does not appear to be anything to show how how to start the imap and imaps services during bootup.
On my CentOS 4.0 system when I tried to use chkconfig to enable the imap and imaps service I get the following error:
# /sbin/chkconfig imap on
service imap does not support chkconfig
I eventually resolved this issue by starting up the services using /etc/rc.d/rc.local - I added the following entries:
/usr/local/libexec/imapd.rc start
/usr/local/libexec/imapd-ssl.rc start
Why does chkconfig not like the imap and imaps config files in /etc/init.d/ (/etc/rc.d/init.d)?
Regards,
Mon