變更設定檔的位置。
[root@mail squirrelmail-1.4.8]# diff -wuN ./plugins/squirrelspell/sqspell_options.php /var/www/squirrelmail/plugins/squirrelspell/sqspell_options.php
--- ./plugins/squirrelspell/sqspell_options.php 2006-08-09 15:07:21.000000000 +0800
+++ /var/www/squirrelmail/plugins/squirrelspell/sqspell_options.php 2006-12-31 08:18:14.000000000 +0800
@@ -32,7 +32,7 @@
$SQSPELL_DIR='plugins/squirrelspell/';
$SQSPELL_CRYPTO=FALSE;
-require_once(SM_PATH . $SQSPELL_DIR . 'sqspell_config.php');
+require_once('/etc/squirrelmail/plugins/sqspell_config.php');
require_once(SM_PATH . $SQSPELL_DIR . 'sqspell_functions.php');
/**