I installed ispconfig 3, without mailman or squirrel mail.... I tried to have install on panel.mydomain.com on a Centos 6.5 VPS gointo panel.mydomain.com:8080 get webpage not available same with ip and same with mydomain.com NOw I realize something could just be up with my hosts file , here it is 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 **.***.**.*** mydomain.com **.***.**.*** panel.mydomain.com panel ANd another apache conf I set ServerName to mydomain.com (httpd.conf) # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for requests without a known # server name. # <VirtualHost *:80> # ServerAdmin [email protected] # DocumentRoot /www/docs/dummy-host.example.com ServerName mydomain.com # ErrorLog logs/dummy-host.example.com-error_log # CustomLog logs/dummy-host.example.com-access_log common </VirtualHost> NameVirtualHost *:80 NameVirtualHost *:443 Include /etc/httpd/conf/sites-enabled/ ISpconfig test issues script output: ##### SERVER ##### IP-address (as per hostname): mydomain IP-address(es) (as per ifconfig): ***.***.***.***, ***.***.***.*** [WARN] ip addresses from hostname differ from ifconfig output. Please check your ip settings. [INFO] ISPConfig is installed. ##### ISPCONFIG ##### ISPConfig version is 3.0.5.4p4 ##### VERSION CHECK ##### [INFO] php (cli) version is 5.3.3 ##### PORT CHECK ##### [WARN] Port 143 (IMAP server) seems NOT to be listening [WARN] Port 993 (IMAP server SSL) seems NOT to be listening [WARN] Port 110 (POP3 server) seems NOT to be listening [WARN] Port 995 (POP3 server SSL) seems NOT to be listening [WARN] Port 465 (SMTP server SSL) seems NOT to be listening ##### MAIL SERVER CHECK ##### [WARN] I found no "submission" entry in your postfix master.cf [INFO] this is not critical, but if you want to offer port 587 for smtp connections you have to enable this. [WARN] I found no "smtps" entry in your postfix master.cf [INFO] this is not critical, but if you want to offer SSL for smtp (not TLS) connections you have to enable this. ##### RUNNING SERVER PROCESSES ##### [INFO] I found the following web server(s): Unknown process (httpd) (PID 10425) [INFO] I found the following mail server(s): Postfix (PID 10304) [WARN] I could not determine which pop3 server is running. [WARN] I could not determine which imap server is running. [INFO] I found the following ftp server(s): PureFTP (PID 10447) ##### LISTENING PORTS ##### (only () Local (Address) ***.***.***.***:53 (10478/named) ***.***.***.***:53 (10478/named) [localhost]:53 (10478/named) [anywhere]:21 (10447/pure-ftpd) [anywhere]:22 (982/sshd) [localhost]:953 (10478/named) [anywhere]:25 (10304/master) [localhost]:10024 (27707/amavisd) [localhost]:10025 (10304/master) [anywhere]:3306 (10192/mysqld) *:*:*:*::*:8080 (10425/httpd) *:*:*:*::*:80 (10425/httpd) *:*:*:*::*:8081 (10425/httpd) *:*:*:*::*:53 (10478/named) *:*:*:*::*:21 (10447/pure-ftpd) *:*:*:*::*:22 (982/sshd) *:*:*:*::*:953 (10478/named) *:*:*:*::*:25 (10304/master) *:*:*:*::*:443 (10425/httpd) ##### IPTABLES ##### Chain INPUT (policy ACCEPT) target prot opt source destination fail2ban-SSH tcp -- [anywhere]/0 [anywhere]/0 tcp dpt:22 ACCEPT all -- [anywhere]/0 [anywhere]/0 ctstate RELATED,ESTABLISHED ACCEPT icmp -- [anywhere]/0 [anywhere]/0 ACCEPT all -- [anywhere]/0 [anywhere]/0 ACCEPT tcp -- [anywhere]/0 [anywhere]/0 ctstate NEW tcp dpt:22 REJECT all -- [anywhere]/0 [anywhere]/0 reject-with icmp-host-prohibited Chain FORWARD (policy ACCEPT) target prot opt source destination REJECT all -- [anywhere]/0 [anywhere]/0 reject-with icmp-host-prohibited Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain fail2ban-SSH (1 references) target prot opt source destination REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port-unreachable RETURN all -- [anywhere]/0 [anywhere]/0