[Solved] Cannot open mail administration inside the control panel Hi, I recently installed ISPConfig 3 for easier management of several apache virtualhosts and already finished migrating the vhosts. Somewhere inbetween I updated to 3.0.4.2. Now I am beginning to evaluate if I should also migrate my mail services to ISPConfig, but am unable to open the mail administration inside of ISPConfig. When clicking on the main menu item or one of the sublinks I see errors like these in my Apache error.log Code: [Sat Feb 04 09:08:02 2012] [error] [client 89.182.111.xx] script '/var/www/mail/mail_domain_list.php' not found or unable to stat, referer: https://host.de:8080/index.php [Sat Feb 04 09:10:34 2012] [error] [client 89.182.111.xx] script '/var/www/mail/mail_domain_list.php' not found or unable to stat, referer: https://host.de:8080/index.php [Sat Feb 04 09:10:39 2012] [error] [client 89.182.111.xx] script '/var/www/mail/mail_alias_list.php' not found or unable to stat, referer: https://host.de:8080/index.php A corresponding entry in other_vhost_access.log looks like this: Code: host.de:8080 89.182.111.xx - - [04/Feb/2012:09:18:25 +0000] "GET /mail/mail_domain_list.php HTTP/1.1" 404 580 "https://host.de:8080/index.php" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0" these files are of course present in /var/www/ispconfig/mail and have the same user and access rights as all the other files. Any clue what could be wrong?
I guess you must have added a alias for mail somewhere in your apache confuguration. Remove that alias and restart apache to fix the issur.
Hi Till, thanks for your quick response. You are right, I added roundcube and set /mail as an alias. I didn't think this would interfere with ISPConfig. I've undone the alias and now it works again.
Hi, Thanks for pointing out the error till. I couldn't figure it out because it was just taking forever to load and wasn't giving errors. After I checked the log a day later I noticed the 404 and googled it and found this answer. I followed the tutorial at http://www.howtoforge.com/perfect-server-debian-squeeze-with-bind-and-courier-ispconfig-3-p6 and it tells people to add the alias /mail if they want to..
Once again you are right on. Sorry for the mix up I just wanted to help out the next guy.. Forgot it said webmail and not mail. Thanks
ISPConfig v3.1.2 nano /etc/httpd/conf.d/roundcube.conf Change Alias /mail "/var/www/html/mail" to Alias /webmail "/var/www/html/mail" Then service httpd restart The Email menu (and submenus) would then work as expected