Hi there, you have to alter /home/httpd/html/horde/imp/config/prefs.php:
$_prefs['alias_addr'] 'locked' => true
$_prefs['save_sent_mail'] 'value' => 0 'locked' => true
$_prefs['purge_trash'] 'value' => 1 'locked' => true
$_prefs['purge_trash_interval'] 'value' => 4 'locked' => true
$_prefs['filtering'] 'value' => 1 'locked' => true$_prefs['attachment_display'] 'value' => 'both'
$_prefs['nav_popup'] 'value' => 1
$_prefs['use_pgp'] 'value' => 0 'locked' => true
$_prefs['tieto_addr'] locked => true
The one highlighted is the one which switches on the profanity filter. You then need to put in the words which you would like to filter out. They must be manually added to /home/httpd/html/horde/imp/config/filter.txt It's worthwhile thinking about the words you want to filter - txt speak, abbreviations and the like.
I also manage the network in a school, and have listed all of the amendments above which I made in the php.
As the kids also have the opportunity to 'masqurade' themselves as someone else through an Options setting, it's also worth changing /home/httpd/html/horde/config/prefs.php:
$_prefs['default_identity'] 'locked' => true
Hope that helps!!
Regards,
Amanda