SquirrelMail login comes when requesting a website from ISPConfig Version: 3.0.5.4p5

Discussion in 'Installation/Configuration' started by elrazky, May 22, 2016.

  1. elrazky

    elrazky New Member

    Hi
    I created a new website and ftp user and uploaded files, when calling that website (the first one on the server) server responds with SquirrelMail login!
    Any ideas?
    --
    update: any site created on this server will default to: http://[anysite.com]/src/login.php (webmail logon page)
    --
    update: Found the problem, the following code was in: /etc/apache2/conf-available/squirrelmail.conf
    <VirtualHost [ispconfig ip address]:80>
    DocumentRoot /usr/share/squirrelmail
    ServerName webmail.[ispconfig domain name].com
    </VirtualHost>
    when removed, reload apache, it all worked!
    --
    update: I am getting Apache2 Ubuntu Default Page when calling ispconfig server by it's internal ip address at port 80, I would like to have a blank page instead..
     
    Last edited: May 24, 2016

Share This Page