I can't seem to get either the login_alias or the squirrelspell plugin to work...
I've got hmailserver installed on a xp machine running apache 2.0.49 with squirrelmail 143a...
a step by step walk through like the password change would be terrific....thanks in advance...
j. peoples
SM plugins help
-
- Normal user
- Posts: 245
- Joined: 2004-04-05 20:21
- Location: Ottawa, Canada
- Contact:
re: plugin help
thanks for responding polarunion...
I've got the server up and running okay (been running for a month, without any problems)
but i can't seem to get any of the plugins to work...especially the alias_login and squirrelspell plugins..
i thought that i had the change password plugin configured okay (it was showing up under the options tab)....but then i realized that it wasn't working right either (kept getting a "unable to reach database server, try again later " error)....but then i went under the addon folder in the hmailserver itself and added the change password plugin that was in there, and it worked great...
if anyone has ever gotten the alias_login or the squirrel plugins to work please let me know how you did it?
thanks again...j. peoples
I've got the server up and running okay (been running for a month, without any problems)
but i can't seem to get any of the plugins to work...especially the alias_login and squirrelspell plugins..
i thought that i had the change password plugin configured okay (it was showing up under the options tab)....but then i realized that it wasn't working right either (kept getting a "unable to reach database server, try again later " error)....but then i went under the addon folder in the hmailserver itself and added the change password plugin that was in there, and it worked great...
if anyone has ever gotten the alias_login or the squirrel plugins to work please let me know how you did it?
thanks again...j. peoples
plugins help
oops i meant the squirrelspell plugin^
-
- Normal user
- Posts: 245
- Joined: 2004-04-05 20:21
- Location: Ottawa, Canada
- Contact:
squirrelspell
Just posted information somewhere else on here about squirrelspell.
I didn't have too much difficulty getting it working on Win2k.
http://www.squirrelmail.org/wiki/en_US/SquirrelSpell
I installed mine to C:\aspell to avoid any issues with the "space" being in "Program Files" where it would be installed by default. Put the cat.exe in my system32 folder, and also added the English language dictionary.
I used this in my sqspell_config.php file:
$SQSPELL_APP = array("English" => "C:\\Aspell\\bin\\aspell.exe -d en_us -a");
Hope that might help.
Andy
I didn't have too much difficulty getting it working on Win2k.
http://www.squirrelmail.org/wiki/en_US/SquirrelSpell
I installed mine to C:\aspell to avoid any issues with the "space" being in "Program Files" where it would be installed by default. Put the cat.exe in my system32 folder, and also added the English language dictionary.
I used this in my sqspell_config.php file:
$SQSPELL_APP = array("English" => "C:\\Aspell\\bin\\aspell.exe -d en_us -a");
Hope that might help.
Andy
Hi there,
I using Windows 2003 with IIS6, PHP 5.0.3, hMailServer 4.0 B125, and SM for hMail 0.1.
I copy the squirrelspell to /sm/plugins and use the conf.pl to add the plugins. Then I install the Aspell-0-50-3-3-Setup into C:\Apsell and copy cat.exe to C:\Windows\System32 folder. Finally modify the squirrelspell sqspell_config.php as below:
$SQSPELL_APP = array("English" => "C:\Aspell\bin\aspell.exe -d en_us -a");
However, when I try it out I get the following error message:
ERROR:
Could not run the spellchecker command (%s).
ERROR:
Error while writing to pipe.
Warning: fclose(): supplied argument is not a valid stream resource in f:\Inetpub\wwwroot\plugins\squirrelspell\modules\check_me.mod on line 104
Warning: feof(): supplied argument is not a valid stream resource in f:\Inetpub\wwwroot\plugins\squirrelspell\modules\check_me.mod on line 107
Warning: fgetss(): supplied argument is not a valid stream resource in f:\Inetpub\wwwroot\plugins\squirrelspell\modules\check_me.mod on line 108
Warning: feof(): supplied argument is not a valid stream resource in f:\Inetpub\wwwroot\plugins\squirrelspell\modules\check_me.mod on line 107
Warning: fgetss(): supplied argument is not a valid stream resource in f:\Inetpub\wwwroot\plugins\squirrelspell\modules\check_me.mod on line 108
Warning: feof(): supplied argument is not a valid stream resource in f:\Inetpub\wwwroot\plugins\squirrelspell\modules\check_me.mod on line 107
Any ideas?
Thanks.
I using Windows 2003 with IIS6, PHP 5.0.3, hMailServer 4.0 B125, and SM for hMail 0.1.
I copy the squirrelspell to /sm/plugins and use the conf.pl to add the plugins. Then I install the Aspell-0-50-3-3-Setup into C:\Apsell and copy cat.exe to C:\Windows\System32 folder. Finally modify the squirrelspell sqspell_config.php as below:
$SQSPELL_APP = array("English" => "C:\Aspell\bin\aspell.exe -d en_us -a");
However, when I try it out I get the following error message:
ERROR:
Could not run the spellchecker command (%s).
ERROR:
Error while writing to pipe.
Warning: fclose(): supplied argument is not a valid stream resource in f:\Inetpub\wwwroot\plugins\squirrelspell\modules\check_me.mod on line 104
Warning: feof(): supplied argument is not a valid stream resource in f:\Inetpub\wwwroot\plugins\squirrelspell\modules\check_me.mod on line 107
Warning: fgetss(): supplied argument is not a valid stream resource in f:\Inetpub\wwwroot\plugins\squirrelspell\modules\check_me.mod on line 108
Warning: feof(): supplied argument is not a valid stream resource in f:\Inetpub\wwwroot\plugins\squirrelspell\modules\check_me.mod on line 107
Warning: fgetss(): supplied argument is not a valid stream resource in f:\Inetpub\wwwroot\plugins\squirrelspell\modules\check_me.mod on line 108
Warning: feof(): supplied argument is not a valid stream resource in f:\Inetpub\wwwroot\plugins\squirrelspell\modules\check_me.mod on line 107
Any ideas?
Thanks.
Regards,
Chai Kam Weng
Chai Kam Weng