<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Tahoma,Arial,Helvetica,sans-serif'>
<p>Daniel,</p>
<p>After following the steps below my Kolab is checking spell errors in English and Spanish. Thanks!</p>
<div>---<br />
<p><span style="font-family: tahoma, arial, helvetica, sans-serif;"><span style="font-size: 13.3333330154419px;">Rolando Rangel<br />Director<br />Tel +1 646.770.2893<br />Cel +507 6253.2185<br /></span></span></p>
</div>
<p> </p>
<p>On 2015-05-31 13:07, Rangel, Rolando wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<p>Daniel,</p>
<p>Thanks so much for the info. I will try it today.</p>
<div><span style="font-family: tahoma, arial, helvetica, sans-serif;"><span style="font-size: 13.3333330154419px;">Rolando<br /></span></span></div>
<p>On 2015-05-31 09:12, Daniel Hoffend wrote:</p>
<blockquote style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0;"><!-- node type 8 --><!-- node type 8 --><!-- node type 8 -->
<div class="pre" style="margin: 0; padding: 0; font-family: monospace;">Hi Rolando<br /><br />
<blockquote style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0;">I've been using Kolab for one month now and it's great. I installed it<br /> on different VPS configurations including CentOS7, CentOS6,<br /> Ubuntu14LTS, and Debian7. Debian is pretty stable at this moment.</blockquote>
<br /> Sounds good :-⁠)<br /><br />
<blockquote style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0;">I have a couple of users that speak Spanish and wanted to know if it's<br /> possible to add more languages to the spell check engine. Please let<br /> me know if that's possible.</blockquote>
<br /> Keep in mind that the webmail interface is nothing more then an enhanced roundcube installation. You just have to lookup how ot configure spell check for roundcube.<br /><br /> On Debian I've done it the following way (using a local pspell/aspell integration).<br /><br /> -⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠<br /> # enable spell checkking<br /> apt-get install -y php5-pspell aspell-en aspell-de aspell-es aspell-fr aspell-it<br /><br /> cat >> /⁠⁠etc/⁠⁠roundcubemail/⁠⁠config.inc.php << EOF<br />     # spell checkking<br />     \$config['enable_spellcheck'] = true;<br />     \$config['spellcheck_engine'] = 'pspell';<br />     \$config['spellcheck_languages'] = array(<br />         'en' => 'English',<br />         'de' => 'Deutsch',<br />         'da' => 'Dansk',<br />         'fr' => 'Français',<br />         'it' => 'Italiano',<br />         'es' => 'Español',<br />     );<br /> EOF<br /> -⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠-⁠<br /><br /> Of course you can modify the list to your liking.<br /><br /><br /> -⁠-⁠<br /> Regards<br /> Daniel</div>
</blockquote>
<!-- html ignored --><br />
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">_______________________________________________<br /> users mailing list<br /><a href="mailto:users@lists.kolab.org">users@lists.kolab.org</a><br /><a href="https://lists.kolab.org/mailman/listinfo/users">https://lists.kolab.org/mailman/listinfo/users</a></div>
</blockquote>
</body></html>