RoundCube installed and now?

Discussion in 'Installation/Configuration' started by xneptuno, May 5, 2007.

  1. xneptuno

    xneptuno New Member

    Hi,

    I install RoundCube through Update Manager in ISPconfig. The installation was successful!

    And now? Howto to access? How to available for the clients sites, like webmail.theclientdomain.com?


    Best Regards,
     
  2. Hans

    Hans Moderator ISPConfig Developer

    Last edited: May 6, 2007
  3. xneptuno

    xneptuno New Member

    Hi Hans,

    I tried what you said but did not result. after the installation through update manager, is will be necessary to make plus some thing?


    Best Regards,
     
  4. aqua

    aqua New Member

  5. xneptuno

    xneptuno New Member

    Hi,

    Thanks for the help aqua!!

    Another question, after install RoundCube by updater manager, is necessary configure something else?


    Best Regards,
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    There is no additional configuration needed.
     
  7. xneptuno

    xneptuno New Member

    Hi,

    Thanks till, for the help.

    Another question, which the a utility of mysql in RoundCube?


    Best Regards,
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    The roundcube package uses sqlite and not mysql as backend.
     
  9. Digi421

    Digi421 New Member

    I also installed through the update manager, it also said installation OK, but when I then browse to
    https://10.0.2.2:81/roundcubemail/
    or
    https://10.0.2.2:81/roundcubemail/index.php (as the RC entry in the Tools menu suggests)
    I get a The requested URL /roundcubemail/index.php was not found on this server. error.
    Now I have a directory /home/admispconfig/ispconfig/web/tools/tools/roundcubemail but there is only one file in it, namely nav.inc.php
    Does that mean that my installation is broken? I have tried installing it again and it tells me Installation OK again.
    I'm using Roundcubemail 0.1-stable (the pkg file downloadable from ispconfig.org).
     
  10. Hans

    Hans Moderator ISPConfig Developer

    I just verified the packages on ispconfig.org and my own website by installing them with the update manager within ispconfig. The packages are fine! If you login into your server, you will see that roundcube has been installed within /home/admispconfig/ispconfig/web/.
     
  11. Digi421

    Digi421 New Member

    Weird, this is what I have in that directory:
    Code:
    [root@cerberus web]# pwd
    /home/admispconfig/ispconfig/web
    [root@cerberus web]# l
    total 1.5M
    drwxr-xr-x  17 admispconfig admispconfig 4.0K Mar 18 11:31 .
    drwxr-xr-x   8 admispconfig admispconfig 4.0K Mar 18 12:15 ..
    drwxr-xr-x   5 admispconfig admispconfig 4.0K Mar 18 08:13 admin
    -rwxr-xr-x   1 admispconfig admispconfig 2.8K Mar 18 08:13 capp.php
    drwxr-xr-x   5 admispconfig admispconfig 4.0K Mar 18 08:13 design
    -rwxr-xr-x   1 admispconfig admispconfig 3.6K Mar 18 08:13 favicon.ico
    drwxr-xr-x   8 admispconfig admispconfig 4.0K Mar 18 08:13 help
    -rwxr-xr-x   1 admispconfig admispconfig  232 Mar 18 08:13 index.html
    -rwxr-xr-x   1 admispconfig admispconfig 3.8K Mar 18 08:13 index.php
    drwxr-xr-x   2 admispconfig admispconfig 4.0K Mar 18 11:31 ioncube
    drwxr-xr-x   6 admispconfig admispconfig 4.0K Mar 18 08:13 isp_dns
    drwxr-xr-x   9 admispconfig admispconfig 4.0K Mar 18 08:13 isp_fakt
    drwxr-xr-x   6 admispconfig admispconfig 4.0K Mar 18 08:13 isp_file
    drwxr-xr-x   6 admispconfig admispconfig 4.0K Mar 18 08:13 isp_kunde
    drwxr-xr-x   6 admispconfig admispconfig 4.0K Mar 18 08:13 isp_manager
    drwxr-xr-x   3 admispconfig admispconfig 4.0K Mar 18 08:13 login
    -rwxr-xr-x   1 admispconfig admispconfig 5.1K Mar 18 08:13 login.php
    -rwxr-xr-x   1 admispconfig admispconfig 2.0K Mar 18 08:13 logoff.php
    -rwxr-xr-x   1 admispconfig admispconfig  210 Mar 18 08:13 logout_fehler.htm
    drwxr-xr-x   7 admispconfig admispconfig 4.0K Mar 18 08:13 mailuser
    drwxr-xr-x  12 admispconfig admispconfig 4.0K Mar 18 08:13 multidoc
    -rwxr-xr-x   1 admispconfig admispconfig   72 Mar 18 08:13 mybookmark.css
    -rwxr-xr-x   1 admispconfig admispconfig  305 Mar 18 08:13 nojsindx.htm
    -rwxr-xr-x   1 admispconfig admispconfig  197 Mar 18 08:13 placeholder.htm
    -rwxr-xr-x   1 admispconfig admispconfig 1.9K Mar 18 08:13 placeholder.php
    drwxr-xr-x   2 admispconfig admispconfig 4.0K Mar 18 11:31 remote
    -rw-r--r--   1 admispconfig admispconfig 1.4M Mar 18 10:38 roundcubemail.tar.gz
    -rwxr-xr-x   1 admispconfig admispconfig 1.6K Mar 18 08:13 start.php
    -rwxr-xr-x   1 admispconfig admispconfig   72 Mar 18 08:13 style.css
    drwxr-xr-x   2 admispconfig admispconfig 4.0K Mar 18 08:13 templates
    drwxr-xr-x   5 admispconfig admispconfig 4.0K Mar 18 08:13 tools
    
    Only the tar.gz there. The odd thing is that the updater told me that the installation was ok. Is there anything else I need to check?
     
  12. Hans

    Hans Moderator ISPConfig Developer

    It seems that you're missiong the program "tar" on your system to extract tar/tar.gz archive.
    On Debian Etch for example, it is the package libarchive-tar-perl.
     
    Last edited: Mar 18, 2008
  13. Digi421

    Digi421 New Member

    I do have tar:
    Code:
    [root@cerberus ~]# rpm -qa | grep -i tar
    tar-1.14-12.RHEL4
    perl-Archive-Tar-1.38-1.el4.rf
    Do I have to manually untar/unzip roundcubemail.tar.gz in that directory?
    If it's of any importance, I'm using CentOS 4.4 (Strongbolt on Cobalt RaQ4).
     
    Last edited: Mar 18, 2008
  14. Hans

    Hans Moderator ISPConfig Developer

    I that case, the commands you should use are:
    cd /home/admispconfig/ispconfig/web/
    tar xvfz roundcube*.tar.gz

    But you should try to find out, why you can't extract the packages for ISPConfig.
     
  15. Digi421

    Digi421 New Member

    I was able to unpack the ISPconfig installer and I was also able to manually unpack the roundcubemail package, so I have no idea why the ISPconfig upgrader was not able to do that. Now I've unpacked it, is there a script I need to run or something like that?
     
    Last edited: Mar 19, 2008
  16. Hans

    Hans Moderator ISPConfig Developer

    Within your browser point to http(s)://www.anydomainonyourserver.com:81/roundcubemail
     
  17. jlioret

    jlioret New Member HowtoForge Supporter

    Access forbiden

    Hi,

    I am stepping into this thread because of its title : "RoundCube installed and now ?"

    So RoundCube has been installed on a Falko's "Perfect Setup Debian 4.0" with ISPConfi, following Hans's "10 Easy Steps" setup.

    I first tried to configure RoundCube with the installer (skipping 7th step), but the only thing I get when accessing to "http://webmail.mydomain.tld/installer/index.php", is a denied access : "Forbidden - You don't have permission to access /installer/index.php on this server.".

    So I configured manually following the 7th step.

    This done, when I try to access "http://webmail.mydomain.tld", the web page isn't found.

    I must confess I'm rather new to many of Linux / Debian concepts and tools, so that I sometimes don't know where to look for when something goes wrong.

    May be my problem is related to DNS configuration, but if I can't access "http://webmail.mydomain.tld", why can I reach "http://webmail.mydomain.tld/installer/index.php", eventhough I get a denied access message ?

    Thanks for your forthcomming help.

    Jérôme
     
  18. jlioret

    jlioret New Member HowtoForge Supporter

    Access forbiden : Seems to be solved.

    Hi,

    the problem related above seems to be solved.

    There was a DNS configuration problem on my system.
     

Share This Page