• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Where is the new webmail folder

J

jamesb0nd

Guest
I had aspell installed on 7.5.2 with the old version of horde and imp.

All the files are moved from the vhosts folder. any idea where they went. i.e. where did the webmail folder go. I know there is a small tidbit of code in the etc/psa-horde but thats not all of it.

Please help
 
On freebsd, they moved to /usr/local/psa/psa-horde ... just search for it on your install if that's not where it is.

# find / -name "psa-horde"

-J
 
On my RedHat EL3 it is in

/usr/share/psa-horde/

On my system 'ispell' and 'aspell' are in /usr/bin/ispell and /usr/bin/aspell so find the path to ispell or aspell in your system


1. open the following:

/usr/share/psa-horde/config/conf.php


2. Add the following at the end of conf.php file you opened above:


$conf['utils']['spellchecker'] = '/usr/bin/ispell';


3. Save it and you should see "Spell Check" on your 'compose' window inside a horde email.





Originally posted by jamesb0nd
I had aspell installed on 7.5.2 with the old version of horde and imp.

All the files are moved from the vhosts folder. any idea where they went. i.e. where did the webmail folder go. I know there is a small tidbit of code in the etc/psa-horde but thats not all of it.

Please help
 
Back
Top