You wouldn't need to do a complete restore, you'd only need the horde db restored, so you could re-import it.
If we're trying to come up with a lot of other options, here are two more:
1. Remove the horde settings above via the mysql command line
2. Dump the horde DB, make the changes to the file, re-import it
JB
I would like to give any of these a try, but I'm not sure how to do it. I don't really understand the command line but I would like to try it, or dump the horde DB but I don't even know where it is located and can't seem to find it.
I'm having trouble understanding the above instruction as well.
Thanks for any help on this.
It appears I can access the mysql commandline, however according to this:
Access MySQL from the local network
MySQL on SME Server is run on a socket instead of on a port. MySQL on SME Server is by default configured to allow only localhost connections to improve security, this means that it is only accessible from the server itself and not from the local network nor from the internet. If you wish to enable local network access, execute the following commands on a SME Server shell as root:
config setprop mysqld LocalNetworkingOnly no
expand-template /etc/my.cnf
sv t /service/mysqld
I'm not suppose to be able to because I never ran these commands, however I can ssh to the server from the local network and login to mysql.
Anyhow I just want to get rid of the fetchmail setting fm accounts as suggested.
Thanks for any help on this once again.