My ISPConfig3 monitor page shows that my SMTP, POP3, IMAP, and mySQL server are all offline, but they are in fact online and working. Any ideas on where to start looking? Thanks
I've the same problem, but with pure-ftp and mysql service. They are running and the monitor show they are offline. Both are running at 0.0.0.0 with their default port.
Code: netstat -tap | grep ftp tcp 0 0 *:ftp *:* LISTEN 18960/pure-ftpd (SE tcp6 0 0 [::]:ftp [::]:* LISTEN 18960/pure-ftpd (SE netstat -tap | grep mysql tcp 0 0 *:mysql *:* LISTEN 29204/mysqld
Ah... that's it! The line "127.0.0.1 localhost.localdomain localhost" was missing in the hosts file. Thx for your help Till