enable webmail/roundcube for a new ip/ssl.

Discussion in 'Installation/Configuration' started by yoplait, May 16, 2010.

  1. yoplait

    yoplait Member

    Hi there,
    I've just bought a ssl certificat for a domain.org. For this domain, I have a new ip address that I added and configured in ispconfig interface.
    Everything works fine for this website except for the squirrelmail link (webmail) and roundcube that I installed before.
    I fall on a page "No input file specified."

    All the other websites can access squirrelmail and roundcube by this way :
    http://otherwebsite.org/webmail
    or http://otherwebsite.org/roundcube
    or the same with https.

    Do you have an idea about this new ssl/ip domain ?

    Thanks a lot !
     
  2. Hans

    Hans Moderator Moderator

    where on your server did you install your webmail clients?
    I think you have to add that locations to the OpenBasDir restriction field in ISPConfig for your website wich has its own IP.
     
  3. yoplait

    yoplait Member

    I used aptitude to install roundcube. Squirrelmail was already installed (this is the OVH installation).
    I found roundcube there : /var/www/roundcube
    and squirrelmail here : /usr/share/squirrelmail
    but I can't find where the links between websites and theses folder are.

    By the way, the problem is the same for phpmyadmin, except that I have a phpmyadmin page with a lot of errors, like :
    I think you're right, but how must I do that ?
    I'll try to search in that way...

    edit : ok, I put the roundcube folder in the "opendir" field of ispconfig interface and it works !
    But for squirrelmail, I have this :
    After that, I wanted to add the config folder, but the field is limited and I can't anything else...
    (And I can't do anything for phpmyadmin... :( )
    Any Idea ?
     
    Last edited: May 16, 2010
  4. yoplait

    yoplait Member

    Did I mistake something ?
    Is there a simple way to configure a new IP address ? with a new SSL domain ?
     
  5. Hans

    Hans Moderator Moderator

    For Squirrelmail , please add the code
    Code:
    :/usr/share/squirrelmail:/usr/share/phpmyadmin
    within ISPConfig3 in the OpenBaseDir field.

    And for RoundCube add:
    Code:
    :/var/www/roundcube:/usr/share/phpmyadmin
    within ISPConfig3 in the OpenBaseDir field.
     
  6. yoplait

    yoplait Member

    As I said in my previous message, this things are already added in the open_basedir field. I added it, as you say, in the ispconfig interface...
    Do I need to had the /etc/phpmyadmin folder too ? and /usr/share/squirrelmail/config ?

    Why don't other website need that ?
     
  7. yoplait

    yoplait Member

    I don't know if it's the same problem, but since I put the SSL certificat on this domain, the wiki on this domain is now in readonly while the rights on the files haven't changed...

    I can't understand what the changes could be, just because I changed IP address and SSL certificat for this domain... Could it be a firewall problem ?

    Thanks for your help ...

    edit : moreover, I can't access munin by this domain now... :( I'm sure I didn't understand something...but what ?
     
    Last edited: May 18, 2010
  8. yoplait

    yoplait Member

    I had the folders in the field, and it works ... Thanks hans !
     

Share This Page