Debian two roundcube folders

Discussion in 'Installation/Configuration' started by mccharlet, Aug 10, 2023.

  1. mccharlet

    mccharlet Member HowtoForge Supporter

    Hi,
    I deploy ispocnfig 3.2.11 on debian 12 with the auto-installer.
    I want to configure the config.inc.ph and i found two folder
    Code:
    root@srv:/usr/share/roundcube# ls -lah
    total 52K
    drwxr-xr-x   8 root root 4.0K Aug 10 22:19 .
    drwxr-xr-x 210 root root 4.0K Aug  8 18:11 ..
    drwxr-xr-x   2 root root 4.0K Aug  8 18:11 bin
    -rw-r--r--   1 root root 1.1K Jan 24  2023 composer.json
    -rw-r--r--   1 root root 2.8K Jan 24  2023 config.inc.php.sample
    -rw-r--r--   1 root root  11K Jan 18  2023 index.php
    drwxr-xr-x   3 root root 4.0K Aug  8 18:11 installer
    drwxr-xr-x  37 root root 4.0K Aug  8 18:11 plugins
    drwxr-xr-x   8 root root 4.0K Aug  8 18:11 program
    drwxr-xr-x   5 root root 4.0K Aug  8 18:12 skins
    drwxr-xr-x   7 root root 4.0K Aug  8 18:11 SQL
    In the apache configuration i saw this folder "/var/lib/roundcube/" is used.

    Why we have two folders (two different foder for plugins for exemple) ?
    Thanks for your help
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Ask the RoundCube Debian package maintainer. This is not ISPConfig specific nor done by auto-installer, the auto-installer just calls apt command to install RoundCube in the exact same way you would do it manually on the shell yourself. RoundCube uses the same folders on older debian systems too, so nothing specific to Debian 12 either.
     
    mccharlet likes this.

Share This Page