Welcome to www.raqware.com


HOW-TO


Turn off IMAP: (thanks to shimi on the cobalt-security list)
#vi or pico /etc/inetd.conf
(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
# vi or 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.
TOP
Fix corrupted mailbox:
[ ** try this at your own risk, it is what I would do on my server **]
su - to root
cd /home/spool/mail/
/etc/rc.d/init.d/inet stop    "stop mail services"
/etc/rc.d/init.d/sendmail stop
cp corrupted save_corrupted.    "corrupted is the username"
rm corrupted [a new one will be made if he gets mail]
/etc/rc.d/init.d/sendmail start    "start mail services"
/etc/rc.d/init.d/inet start
Take a look in save_corrupted file for a screwed-up header
Maybe you can guess what it should be by looking at the others, fix it.
If you can't fix it delete the corrupted email (maybe save it and send to user)
/etc/rc.d/init.d/inet stop    "stop mail servides"
/etc/rc.d/init.d/sendmail stop
if there is no corrupted
   cp save_corrupted corrupted [check permissions]
else
   cat corrupted >> save_corrupted
cp save_corrupted corrupted
/etc/rc.d/init.d/sendmail start    "start mail services"
/etc/rc.d/init.d/inet start
rm save_corrupted
TOP
Show New Sites: (from cobalt-users-list)
Site provided by Front Street Networks LLC
Front Street Networks is a Connecticut USA Limited Liability Corporation, located at 487 Albany Ave., Shreveport, LA 71105