Taem wrote:Hey, I never got an email that my server was down
e-mail was sent successfully, maybe it's in spam folder on gmail?
see logs:
Code: Select all
2016-10-12 12:10:35 GS8 seems DOWN [1/1]
2016-10-12 13:10:35 GS8 still DOWN, sending mail
2016-10-14 02:00:23 GS8 UP
2016-10-14 04:40:35 GS8 seems DOWN [1/1]
2016-10-14 04:50:23 GS8 UP
Code: Select all
Okt 12 13:10:35 tsw.vn.cz postfix/pickup[22032]: 6260B1CB034: uid=1000 from=<diablo>
Okt 12 13:10:35 tsw.vn.cz postfix/cleanup[15932]: 6260B1CB034: message-id=<[email protected]>
Okt 12 13:10:35 tsw.vn.cz postfix/qmgr[499]: 6260B1CB034: from=<[email protected]>, size=460, nrcpt=1 (queue active)
Okt 12 13:10:35 tsw.vn.cz postfix/smtp[15939]: 6260B1CB034: to=<[email protected]>, relay=gmail-smtp-in.l.google.com[74.125.195.27]:25, delay=0.57, delays=0.21/0.08/0.08/0.2, dsn=2.0.0, status=sent (250 2.0.0 OK 1476270635 uf1si966077
Okt 12 13:10:35 tsw.vn.cz postfix/qmgr[499]: 6260B1CB034: removed
Taem wrote:In cmd when I type telnet 192.168.1.2 8888 it says could not open connection to the host, on port 8888: connection failed.
try
telnet 127.0.0.1 8888
- does it work?if not, post output of
netstat -a -n | find ":8888"