Recovering from a failed upgrade 
of Horde 3.0.2, IMP 4.0.1, Turba 2.0 , Kronolith 2.0.1, Mnemo 2.0.1, Nag 2.0.1, Ingo 1.0.1 on SME 6.x
Note: If for some reason your upgrade was not 
successful, then you can fall back to the original software version.
 
This document assumes you have an SME 6.x server.
Make sure webmail is already enabled
rm -rf /home/httpd/html/horde (Remove the Horde 3.0 components.)
mv /home/httpd/html/horde.old /home/httpd/html/horde
Drop horde database  ( 1 of 3 ways)
	1. 
	from console type mysql         
	2.  from console type mysqladmin drop horde     
	3.  from 
	phpmyadmin click on database
	     drop database horde;                
	Y                                                                         
	click on drop, then OK.
	    
	quit    
Create horde database  ( 1 of 3 ways)
	1. 
	from console type mysql         
	2.  from console type mysqladmin create horde     
	3.  from 
	phpmyadmin enter new database name
	     create database horde;                
	Y                                                                          
	click on create
	    
	quit    
Import exported horde tables mysql horde < file.sql (i.e. mysql horde < horde.sql)
You should now be able to access your old 
	webmail version.