Can you help me someone with start ISPCONFIG3 on Ubuntu 18.04. I installed all by this tutorial (https://www.howtoforge.com/tutorial...BUZ3ygNQbni0IFsiB-1P4KxRGkSayw4pRblXv7ztVyOC4) but start on web page is problem? Couldnt open web ISP. Thank you very much.
It might be that you have not added the domain of the server in dns yet. Try using the IP address that the installer showed instead of the domain name.
Please run the test script and post the result: https://www.howtoforge.com/community/threads/please-read-before-posting.58408/
root@linuch:/home/vana# cat htf_report.txt | more ##### SERVER ##### IP-address (as per hostname): ***.***.***.*** [WARN] could not determine server's ip address by ifconfig [INFO] No ISPConfig found. ##### VERSION CHECK ##### [INFO] php (cli) version is 7.2.10-0ubuntu***.***.***.*** ##### PORT CHECK ##### [WARN] Port 25 (SMTP server) seems NOT to be listening [WARN] Port 465 (SMTP server SSL) seems NOT to be listening [WARN] Port 22 (SSH server) seems NOT to be listening [WARN] Port 25 (SMTP server) 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 connecti ons 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): Apache 2 (PID 1255) [WARN] I could not determine which mail server is running. [INFO] I found the following pop3 server(s): Dovecot (PID 796) [INFO] I found the following imap server(s): Dovecot (PID 796) [INFO] I found the following ftp server(s): PureFTP (PID 1417) ##### LISTENING PORTS ##### (pouze () Místní (Adresa) [anywhere]:993 (796/dovecot) [anywhere]:995 (796/dovecot) [localhost]:10023 (1258/postgrey) [localhost]:10024 (1347/amavisd-new) [localhost]:10025 (1449/perl) [localhost]:3306 (1239/mysqld) [localhost]:11211 (831/memcached) [anywhere]:2222 (1117/sshd) [anywhere]:110 (796/dovecot) [anywhere]:143 (796/dovecot) [anywhere]:21 (1417/pure-ftpd) ***.***.***.***:53 (817/named) ***.***.***.***:53 (817/named) [localhost]:53 (817/named) ***.***.***.***:53 (622/systemd-resolve) [localhost]:953 (817/named) *:*:*:*::*:993 (796/dovecot) *:*:*:*::*:995 (796/dovecot) *:*:*:*::*:10023 (1258/postgrey) *:*:*:*::*:10024 (1347/amavisd-new) *:*:*:*::*:2222 (1117/sshd) [localhost]10 (796/dovecot) [localhost]43 (796/dovecot) *:*:*:*::*:80 (1255/apache2) *:*:*:*::*:21 (1417/pure-ftpd) *:*:*:*::*:53 (817/named) *:*:*:*::*:953 (817/named) *:*:*:*::*:443 (1255/apache2) ##### IPTABLES ##### Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination
Seems indeed as if there is no ispconfig installed on the server. Please run the command: ls -la /usr/local/ispconfig and post the result.
Ok, then ISPConfig is not installed yet. Maybe the script you used to install it failed downloading it. cd /tmp wget -O ispconfig.tar.gz https://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=stable-3.1 tar xfz ispconfig.tar.gz cd ispconfig3*/install/
my problem persists :-( i can¨t receive emails. there are my logs. - syslog,mail port 110 is ok, but 25 isnt. i cant connect remotely to this port by telnet. and i have active firewall at ispconfig - there port are avalable any idea?
Maybe next time you run the install use the "sudo" command to make sure everything is installed with the proper permission