Open WebMail FAQ
February 5, 2007 Leave a comment
Q: Disable the global filters?
A: Find the filter, nullify it — WARNING: irreversible.
# cd / # find -type f -name "filter.book" ./var/www/cgi-bin/openwebmail/etc/filter.book # cd /var/www/cgi-bin/openwebmail/etc/ # cat /dev/null > filter.book
Q: “Your request didn’t contain the proper session ID cookie — access denied!” error?
A: Hard drive may be full, run the disk free command:
# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 7.5G 1.9G 5.3G 26% / /dev/sda1 99M 13M 81M 14% /boot /dev/shm 506M 0 506M 0% /dev/shm /dev/sdc1 19G 746M 18G 5% /home /dev/sdb1 38G 5.6G 31G 16% /var
Make sure the appropriate partitions are not full; esp /home and /var.