Decided to uninstall with "--disablephpsafe" now squirrelmail and webmiau work, too bad it has to be ip access to allow this too to work, although roundcube worked I can't tell everybody to use that one and stop using the one "they like"
				
			crea's issue has been fixed. It has nothing related to ELS.
Thafusion, your problem also doesn't have anything related to ELS. Try: http://help.directadmin.com/item.php?id=18
Great script you made smtalk.
[root@tws1 ~]# els --help
-bash: els: command not found
[root@tws1 ~]#
	HanSieT try:
Code:# ln -s /usr/local/els/els.sh /usr/sbin/els
After this try "els --help".
[root@tws1 ~]# els --setupcrons
ELS specific commands:
  --checkall          : Check that everything is okay
  --help              : Print this help screen
  --update            : Update the ELS (this) program to the latest
                      : version
  --version           : Print the current ELS version
ELS usage:
  --all               : Install/update all supported software, improve
                      : security and optimize some programs and
                      : configurations
	TeraSoft - edit /usr/local/lib/php.ini and set extension_dir to "/usr/local/lib/php"
 mkdir mysql
 cd mysql
 wget http://files.directadmin.com/services/all/mysql/MySQL-client-5.0.27-0.i386.rpm
 wget http://files.directadmin.com/services/all/mysql/MySQL-devel-5.0.27-0.i386.rpm
 wget http://files.directadmin.com/services/all/mysql/MySQL-server-5.0.27-0.i386.rpm
 wget http://files.directadmin.com/services/all/mysql/MySQL-shared-5.0.27-0.i386.rpm
 rpm -Uvh MySQL-*-5.0.27-0.i386.rpm
 /sbin/service mysqld restart