Previous Topic

Next Topic

Book Contents

Book Index

Installing a New Dictionary under Linux

You can download these dictionaries (free) from http://aspell.net.

To install a dictionary, use the ./scripts/install_aspell_dictionary.sh script. Use the dictionary file name as a command line parameter.

Example of the command for the Czech dictionary installation:

[linux]# ./scripts/install_aspell_dictionary.sh /home/user/aspell6-cs-20040614-1.tar.bz2

After dictionary installation, the new dictionary will not be automatically available in WebClient. You need to add a record about this dictionary to the WebClient configuration file:

./config/_webmail/spellchecker.xml

The record format is as follows:

<aspell_dictionary_id>Name_in_WebMail</aspell_dictionary_id>

Example:

New IceWarp Server installation has in the ./config/_webmail/spellchecker.xml file one record for implicit English dictionary that is included in the installation:

<en>English</en>

After installation of the Czech dictionary, it is necessary to add the following record:

<cs>Czech</cs>

Use similar records for other languages.

note_small

NOTE: The ./config/_webmail/spellchecker.xml file is created after the first login to WebClient and after displaying of the dialog for spell checker setting. This dialog is accessible via the Settings menu item within the email composer window.

See Also

Installing New Dictionary for Aspell