changing from UebiMiau Webmail 2 RoundcubeWebmail

Discussion in 'Installation/Configuration' started by edge, May 22, 2006.

  1. edge

    edge Active Member Moderator

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    To uninstall UebiMiau:

    rm -rf /home/admsipconfig/ispconfig/web/webmail
    rm -rf /home/admsipconfig/ispconfig/web/tools/tools/webmail
     
  3. edge

    edge Active Member Moderator

    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
     
  4. manitoba98xp

    manitoba98xp New Member

    -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.
     
  5. falko

    falko Super Moderator Howtoforge Staff

    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:
     
  6. edge

    edge Active Member Moderator

    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
     

Share This Page