• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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