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
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
-d flag 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.
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...
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