PDA

View Full Version : changing from UebiMiau Webmail 2 RoundcubeWebmail


edge
22nd May 2006, 20:56
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

till
22nd May 2006, 21:24
To uninstall UebiMiau:

rm -rf /home/admsipconfig/ispconfig/web/webmail
rm -rf /home/admsipconfig/ispconfig/web/tools/tools/webmail

edge
23rd May 2006, 01:01
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:

edge
23rd May 2006, 14:17
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