PDA

View Full Version : Problem with USER CONTROL PANEL login


blank_jack
20th June 2011, 01:09
After a lot of attempts I finally installed ISPConfig 2 on my CentOS VPS and created an account. Created a username and password, but when I try to log in with these details as a user (not admin) I got the following:

Error: 111 could not connect to the host "localhost"

Is there something that I might have missed during the installation or the creation of the website/account?

Thanks!

till
20th June 2011, 12:08
Seemsa s if your pop3 server is not running. Please check with:

netstat -tap | grep pop

blank_jack
20th June 2011, 15:06
Yes, thank you very much, I ran the command and it did not output anything. I made sure that the postfix and the dovecot are running, but still nothing. Do I need to install something else for the pop3?

till
20th June 2011, 15:18
Which tutorial did you use to configure your server for ispconfig 2?

blank_jack
20th June 2011, 15:41
I followed this tutorial:

http://www.mysql-apache-php.com/install-ispconfig.htm

I have dovecot and postfix, but when I restart the dovecot it only has imap:

[root@serv ~]# /etc/init.d/dovecot restart
Stopping Dovecot Imap: [ OK ]
Starting Dovecot Imap: [ OK ]

I am not quite sure if I had it installed correctly,

Thank you!

till
20th June 2011, 16:09
The installation instructions you used are incomplete. Please reconfigure your server as described in the instructions from ispconfig.org:

http://www.howtoforge.com/perfect-server-centos-5.6-x86_64-ispconfig-2

blank_jack
21st June 2011, 03:51
Thank you, I did some reconfiguration of the dovecot as per the tutorial and it now works, thank you very much!