Yes, everything is up and working on the proper port:
Code:
[root@main ~]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 main.tacticsoft.net ESMTP Postfix
ehlo localhost
250-main.tacticsoft.net
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH CRAM-MD5 GSSAPI PLAIN DIGEST-MD5 LOGIN
250-AUTH=CRAM-MD5 GSSAPI PLAIN DIGEST-MD5 LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
quit
221 2.0.0 Bye
Connection closed by foreign host.
[root@main ~]#
Code:
[root@main ~]# telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
show me
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
</p>
<hr>
<address>Apache/2.2.0 (Fedora) Server at main.tacticsoft.net Port 80</address>
</body></html>
Connection closed by foreign host.
[root@main ~]#
Code:
[root@main ~]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
+OK Dovecot ready.
quit
+OK Logging out
Connection closed by foreign host.
[root@main ~]#
Code:
[root@main ~]# netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:imaps *:* LISTEN 548/imap-login
tcp 0 0 *:pop3s *:* LISTEN 1706/dovecot
tcp 0 0 *:mgcp-callagent *:* LISTEN 1559/sshd
tcp 0 0 localhost.localdomain:smux *:* LISTEN 1541/snmpd
tcp 0 0 *:mysql *:* LISTEN 1671/mysqld
tcp 0 0 *:pop3 *:* LISTEN 1706/dovecot
tcp 0 0 *:imap *:* LISTEN 548/imap-login
tcp 0 0 *:http *:* LISTEN 665/httpd
tcp 0 0 main.tacticsoft.net:http 216.99.5.100:48251 SYN_RECV -
tcp 0 0 *:hosts2-ns *:* LISTEN 1915/ispconfig_http
tcp 0 0 main.tacticsoft.net:domain *:* LISTEN 2231/named
tcp 0 0 localhost.localdomai:domain *:* LISTEN 2231/named
tcp 0 0 *:smtp *:* LISTEN 28009/master
tcp 0 0 localhost.localdomain:rndc *:* LISTEN 2231/named
tcp 0 0 *:https *:* LISTEN 665/httpd
FTP is off on purpose, so it's right about that.. And It's right about mysql being on.. But it's wrong on everything else..
It still has me perplexed... Like I've mentioned, I ran the script that it uses to get it's states from and the functions return true, why it would report offline is beyond me at the moment.