I am installing roundcubemail on a Redsleeve6 server from the tarball: roundcubemail-1.0.3.tar.gz

As the RSEL repo does not provide a roundcubemail rpm (like Centos6 does).

So I am going through the install (I now have all dependencies other than php-mcrypt) and see the following:


// Set the spell checking engine. Possible values:
// - 'googie'  - the default
// - 'pspell'  - requires the PHP Pspell module and aspell installed
// - 'enchant' - requires the PHP Enchant module
// - 'atd' - install your own After the Deadline server or check with the people at http://www.afterthedeadline.com before using their API
// Since Google shut down their public spell checking service, you need to
// connect to a Nox Spell Server when using 'googie' here. Therefore specify the 'spellcheck_uri'
$config['spellcheck_engine'] = 'googie';

And the install web page said that if you select google, then the mail is sent to google for spell checking? But here in the config file, it implies that 'service' is no longer available and there is a spellcheck_uri, but I don't see the syntax for that in the config file.

So where can I get instructions for the spell checking? Or to just turn it off for now? pspell and enchant do not seem to be options.


_______________________________________________
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to