Ip goes directly to webmail instead of isp3 HELP please
I followed the tutorial on how to setup isp3 for ubuntu 12.04lts and when I go to the ip address it shows the login screen for webmail and not isp3. I am not sure what I have done or how to fix it.
I followed the tutorial on how to setup isp3 for ubuntu 12.04lts and when I go to the ip address it shows the login screen for webmail and not isp3. I am not sure what I have done or how to fix it.
G'day IrishDoc,
In the URL did you use the port that was chosen at the ISPConfig setup section of that tutorial? I believe that ISPConfig defaults to port 8080
So if you choose SSL access type into your favourite web browser
I have it on 8080, you can see here 91.121.156.14:8080, if you just enter the ip it goes to webmail. It goes to the webmail no matter what I enter.
1) Please show link to tutorial you used
2) Post contents of files:
a) /etc/apache2/sites-available/ispconfig.vhost
b) /etc/apache2/conf.d/squirrelmail.conf (I think its here, don't use it so it might have a different name or location)
The files you asked me to check are showing permission denied, really not sure why that is, I have root access to my server and thats how I installed everything using putty.
The files you asked me to check are showing permission denied, really not sure why that is, I have root access to my server and thats how I installed everything using putty.
What happens when you do:
Code:
cat /etc/apache2/conf.d/squirrelmail.conf
that file should look like this to begin with:
Code:
Alias /squirrelmail /usr/share/squirrelmail
Alias /webmail /usr/share/squirrelmail
Alias /squirrelmail /usr/share/squirrelmail
Alias /webmail /usr/share/squirrelmail
<Directory /usr/share/squirrelmail>
Options FollowSymLinks
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_admin_flag allow_url_fopen Off
php_value include_path .
php_admin_value upload_tmp_dir /var/lib/squirrelmail/tmp
php_admin_value open_basedir /usr/share/squirrelmail:/etc/squirrelmail:/var/lib/squirrelmail:/etc/hostname:/etc/mailname:/var/spool/squirrelmail
php_flag register_globals off
</IfModule>
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>
# access to configtest is limited by default to prevent information leak
<Files configtest.php>
order deny,allow
deny from all
allow from 127.0.0.1
</Files>
</Directory>
# users will prefer a simple URL like http://webmail.example.com
<VirtualHost 91.121.156.14>
DocumentRoot /usr/share/squirrelmail
ServerName webmail.kustomhosting.net
</VirtualHost>
# redirect to https when available (thanks omen@descolada.dartmouth.edu)
#
# Note: There are multiple ways to do this, and which one is suitable for
# your site's configuration depends. Consult the apache documentation if
# you're unsure, as this example might not work everywhere.
#
#<IfModule mod_rewrite.c>
# <IfModule mod_ssl.c>
# <Location /squirrelmail>
# RewriteEngine on
# RewriteCond %{HTTPS} !^on$ [NC]
# RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI} [L]
# </Location>
# </IfModule>
#</IfModule>
Recent comments
1 day 2 hours ago
1 day 7 hours ago
1 day 11 hours ago
1 day 13 hours ago
2 days 3 hours ago
2 days 3 hours ago
2 days 8 hours ago
2 days 15 hours ago
2 days 16 hours ago
2 days 17 hours ago