Originally posted by perlchild
/usr/local/cpanel/horde/imp/config/conf.php
cPanel.net Support Ticket Number:
cPanel.net Support Ticket Number:
Can you tell us what OS version and WHM you are using? I am using:
WHM 6.4.2
Cpanel 6.4.2-E52
RedHat 7.3
and the file is located at:
/usr/local/cpanel/base/horde/imp/config/conf.php
Or, maybe it was a typo.
For those who also wish to add 'Spellchecker' to Horde, log into your Server as 'root' and type (or copy & paste) the following:
vi /usr/local/cpanel/base/horde/imp/config/conf.php (then press the Enter key)
then scroll down (using the down arrow key) to this line:
$conf['utils']['spellchecker'] = '';
Using the right arrow key, move the cursor over to the ''; part. Inbetween the single quotes you want to put this:
/usr/bin/aspell
Note: when using 'vi' and wanting to insert text, you need to press the "Insert" key or the "I" key.
You should now have a line that looks like this:
$conf['utils']['spellchecker'] = '/usr/bin/aspell';
Then (since you are using 'vi') this is how you finish:
press the "Esc" key
type
:wq
press the Enter key
You're done. No restarting of anything is required.
cPanel.net Support Ticket Number:
cPanel.net Support Ticket Number: