Dear group,

I'm trying to get SquirrelSpell to work in SquirrelMail on Verio's VPS1.
SquirrelSpell is integrated with SquirrelMail and is installed into the
plugins directory by default.

I went into the main config script and enabled SquirrelSpell in a VPS1
install.  I than did a vinstall of aspell and changed the line in the
SquirrelSpell config file to go to aspell.  It LOOKS like it is installed,
but no matter what nonsense I type, it always does a "Communicating with
Server" then "No errors found".

The config file lines where I added the link to aspell is below.  I wonder
if I need to change something in the php.ini file, but I don't see anything
in that file or the phpinfo file.



$SQSPELL_APP = array("English" => "/usr/local/lib/aspell -a");
                        'Spanish' => 'ispell -d spanish -a');
$SQSPELL_APP_DEFAULT = 'English';
$SQSPELL_WORDS_FILE =
   getHashedFile($username, $data_dir, "$username.words");

$SQSPELL_EREG = 'ereg';


Thanks!

_____________________________________________________________
Get your free email address from http://mail.vu


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to