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

Re: [cobalt-users] IMAPD on RAQ3



Adam wrote:
> 
> I have just turned off IMAPD on my RAQ3 by removing it from inetd.conf and restarting the
> inet script, now my RAQ is reporting a high severity problem because it thinks the service
> has failed.
> 
> The control panel only allows you to enable all of POP3, IMAP, SMTP or disable all of them,
> does anyone have a workaround for this?
> 


According to Instructions ala Carrie:

[cobalt-users] Installing SSH2, IPChains, Portsentry, Logcheck,
Tripwire, Chkrootkit, Lionfind, Whois, lcap and more


Turn off IMAP: (thanks to shimi on the cobalt-security list)
http://www.cobaltdiscussions.com/board/viewthread.php?FID=16&TID=5
# pico /etc/inetd.conf
disable imap (do a search for imap and comment out this line:)
#imap    stream  tcp     nowait  root    /usr/sbin/tcpd imapd
Restart the inet server:
# killall -HUP inetd
#pico /usr/admserv/cgi-bin/.cobalt/services/services.cgi
Change this line:
$ret=Cobalt::swatch::swatch_set_service_on("imap");
To this:
$ret=Cobalt::swatch::swatch_set_service_off("imap");
Now go into the GUI's Control Panel and just hit the 'Save Changes'
button.
This keeps Active Monitor from grumbling about IMAP being turned off.


joann

...who keeps this particular post within easy reach .....