View Full Version : changing from UebiMiau Webmail 2 RoundcubeWebmail
I've got UebiMiau Webmail installed on my ISPconfig 2.2.3.
UebiMiau Webmail is working okay, but I would like to change to RoundcubeWebmail as it looks much nicer!
I installed the UebiMiau Webmail within the ISPconfig install option (webmail.pkg). My question now is... How do I remove this webmail.pkg file again?
Thank you,
Edge
To uninstall UebiMiau:
rm -rf /home/admsipconfig/ispconfig/web/webmail
rm -rf /home/admsipconfig/ispconfig/web/tools/tools/webmail
To uninstall UebiMiau:
rm -rf /home/admsipconfig/ispconfig/web/webmail
rm -rf /home/admsipconfig/ispconfig/web/tools/tools/webmail
Thanks till,
For some reason the above commands did not remove the two webmail dir's! (I was logged in as root)
I had to delete them an other way.
Edge
manitoba98xp
23rd May 2006, 01:43
the commands should have been:
rm -drf /home/admsipconfig/ispconfig/web/webmail
rm -drf /home/admsipconfig/ispconfig/web/tools/tools/webmail
The -d flag is required for directories.
falko
23rd May 2006, 10:47
The -d flag is required for directories.
The -r flag is sufficient for directories (at least on the distributions I have worked with). But maybe there's some distribution where you need the -d flag... :confused:
The -r flag is sufficient for directories (at least on the distributions I have worked with). But maybe there's some distribution where you need the -d flag... :confused:
No problem.. It did not work on my Fedora RC4.. I'll give the 'The -d flag is required for directories' a test later today.
Edge
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.