RoundCube Configuration Error

Discussion in 'Installation/Configuration' started by conductive, Nov 12, 2020.

  1. conductive

    conductive Member HowtoForge Supporter

    Running Ispconfig 3.2 Debian 10 w/ NGINX
    http hostname.Mydomain.com:8081/webmail >>> https hostname.Mydomain.com:8081/squirrelmail w/ security exception

    CONFIGURATION ERROR
    config.inc.php was not found.
    Please read the INSTALL instructions!

    ls -l /etc/roundcube
    -rw-r----- 1 root www-data 3834 Nov 11 15:41 config.inc.php

    What should I change the permissions to or ?? They were set per ISPconfig tutorial
    I have not installed the plugins. At what point do I need to install them or not
    https://www.howtoforge.com/install-ispconfig-3-roundcube-plugins-on-debian-10/
     
    Last edited: Nov 12, 2020
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    You say you are going to /squirrelmail but you want to use Roundcube? Did you mess around with any other Roundcube things?

    What does
    Code:
    ls -l /var/lib/roundcube/config
    show?

    You can install the plugins whenever you want, but Roundcube should be working ofcourse.
     
  3. conductive

    conductive Member HowtoForge Supporter

    Thanks for the reply
    Code:
    ls -l /var/lib/roundcube/config
    lrwxrwxrwx 1 root root 14 Aug 11 10:44 /var/lib/roundcube/config -> /etc/roundcube
     
  4. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Iirc, the squirrelmail bit is an nginx thing, search the forums and you'll find some results.
     
  5. conductive

    conductive Member HowtoForge Supporter

    Thanks for the nudge and response.
    As noted above and questioned by Th0m the permissions with this error seem to be suspect.
    When I did the install I simply copied all 8 permissions and pasted them onto the command line.
    I went back and entered the 8 permissions one by one and now RoundCube comes up.
     
    Th0m likes this.
  6. conductive

    conductive Member HowtoForge Supporter

    I still have an issue with LE.
    RoundCube comes up with a security exception.
    What is the best way to get LE encryption running on RoundCube?
     
  7. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

  8. conductive

    conductive Member HowtoForge Supporter

    Thanks for the link.
    After further review:
    https hostname.Mydomain.com:8081/webmail >>>>> https hostname.MyDomain.com:8081/squirrelmail
    Works with LE (No NGINX Directives)

    I then created DNS Record for webmail.MyDomain2.com
    Added Site webmail.Mydomain2.com
    No NGINX Directives
    Does not work with LE ------ Site not secure ---Potential Security risk.

    How do I get LE to work on other sites?
     
  9. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Last edited: Nov 13, 2020
  10. conductive

    conductive Member HowtoForge Supporter

    That is a great link.
    I have LE working on sites and phpmyadmin
    LE is working on https hostname.MyDomain.com:8081/webmail
    I do not seem to be able to get RoundCube working on other sites.
    Is this a LE config issue, LE apps issue or something else?
    Is there any more resent information for configuring LE and apps on 3.2?
    What about aliases and directives?
     
  11. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Does roundcube work with URL
    Code:
    https://somedomain.tld/webmail
    that is without the port number?
     
  12. conductive

    conductive Member HowtoForge Supporter

    https://somedomain.tld/webmail/ >>>>>>>>>>>>>>> 404
    Is there a NGINX directive that I should be using?
     
  13. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Was that somedomain.tld you used one of the domains that exist on your server?
     
  14. conductive

    conductive Member HowtoForge Supporter

    yes
     

Share This Page