Webiste go's to webmail ?

Discussion in 'General' started by lokilust, Feb 23, 2013.

  1. lokilust

    lokilust New Member

    Hi all,

    After i adding a domain it go's to webmail not the default index page :confused:
    I am using Ubuntu 12.04 LTS (Apache2, BIND, Dovecot, ISPConfig 3)
    How do i fix this please.

    thanks,
    lokilust
     
    Last edited: Feb 24, 2013
  2. lokilust

    lokilust New Member

    I fixed it by putting the squirrelmail.conf back the way it was.

    after install
    PHP:
    <VirtualHost 192.168.0.100:80>
      
    DocumentRoot /usr/share/squirrelmail
      ServerName webmail
    .example.com
    </VirtualHost>
    Before install
    PHP:
    <VirtualHost 1.2.3.4:80>
      
    DocumentRoot /usr/share/squirrelmail
      ServerName webmail
    .example.com
    </VirtualHost>
    Now the only we i can get to webmail is example.com/webmail/ ?

    Please help me someone.

    Thanks
     

Share This Page