Access webmail on all domains

Discussion in 'Installation/Configuration' started by mehulved, Jun 8, 2009.

  1. mehulved

    mehulved New Member

    Hi,
    I have configured ISPconfig2 on our server. I can get webmail working on the initially configured domain. But, all the domains that have been configured in ISPconfig cannot seem to access the webmail.
    e.g. The initial domain is www.example.com so http://www.example.com/webmail works fine.
    But, our clients want http://www.theirdomain.com/webmail this returns a blank page.

    access.log shows the following line
    Code:
    "GET /webmail/ HTTP/1.1" 200 
    
    Also, I get this error while restarting apache
    Code:
    [Mon Jun 08 08:45:14 2009] [warn] The Alias directive in /etc/httpd/conf.d/squirrelmail.conf at line 5 will probably never match because it overlaps an earlier Alias.
    [Mon Jun 08 08:45:14 2009] [warn] The Alias directive in /etc/httpd/conf.d/phpmyadmin.conf at line 11 will probably never match because it overlaps an earlier Alias.
    [Mon Jun 08 08:45:14 2009] [warn] The Alias directive in /etc/httpd/conf.d/phpmyadmin.conf at line 12 will probably never match because it overlaps an earlier Alias.
    [Mon Jun 08 08:45:14 2009] [warn] The Alias directive in /etc/httpd/conf.d/phpmyadmin.conf at line 13 will probably never match because it overlaps an earlier Alias.
    
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You can not access webmail like this because you dont have a directory webmail in verrty website were you installed squirrelmail. Instead of that, install the squirrelmail package for ispconfig 2 and then you can reach squirrelmail like this:

    https://www.anydomain.com:81/squirrelmail

    or by the link in the controlpanel.
     
  3. mehulved

    mehulved New Member

    So, there isn't anyway that we could do that? BTW, I haven't installed the squirrelmail package. I installed squirrelmail from the repositories. So, I don't think it will be available on port 81 or show up in control panel.
     
  4. Hans

    Hans Moderator Moderator

Share This Page