dns or wrong settings?

Discussion in 'ISPConfig 3 Priority Support' started by livetv, Dec 3, 2015.

  1. livetv

    livetv Member

    Hello.
    i installed with success ispconfig 3.05 on ubuntu 14.04 - VPS

























































    i set A record of my domainname.com to point server IP.
    but when log to mydomainname.com i redirect to squermjail at -
    www.domainname.com/src/login.php
    what i done wrong?

    Thank you
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Edit the apache squirrelmail.conf file and replace the IP in the virtualhost statement that you added there with "*", then restart apache.
     
  3. livetv

    livetv Member

    i add the "*" like this::

    <VirtualHost "*":80>
    DocumentRoot /usr/share/squirrelmail
    ServerName webmail.MYDOMAIN.com
    </VirtualHost>
    service apache2 restart
    * Restarting web server apache2 [fail]
    * The apache2 configtest failed.
    Output of config test was:
    AH00526: Syntax error on line 50 of /etc/apache2/conf-enabled/squirrelmail.conf:
    The address or port is invalid
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    <VirtualHost *:80>
     

Share This Page