$config['spellcheck_engine'] = 'pspell';
$config['spellcheck_languages'] = array( 'fr' ,'en' );
# astuce pour franciser le popup "no mispellings founds" (aucune faute trouvée) qui apparait sur roundcube :
éditer /usr/share/roundcubemail/program/js/tinymce/plugins/spellchecker/plugin.min.js
et remplacer
alert("No misspellings found")
par
alert("Aucune faute (No misspellings found)")
# letsgo
apachectl restart