On Sat, 13 Jun 2015, Steve Matzura wrote:

On Sat, 13 Jun 2015 14:16:30 +0200, you wrote:

Am Samstag, den 13.06.2015, 08:00 -0400 schrieb Steve Matzura:

All of the above specified settings are correct. Yet, when I telnet
localhost 143, I get:

Trying ::1... # this is certainly suspect
Escape character is '^['.
Connection closed by foreign host.

This is normal.

What does 'netstat -l46np' say?

It doesn't look good.
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address State

tcp        0      0 0.0.0.0:143             0.0.0.0:* LISTEN

tcp        0      0 0.0.0.0:993             0.0.0.0:* LISTEN

tcp6       0      0 :::143                  :::* LISTEN

tcp6       0      0 :::993                  :::* LISTEN

This is also normal.

If you want to do a complete check of a service on a dual-stack host you really do need to explicitly specify the host by every IP address you intend it to be listening on since the client's ultimate choice of which address to choose, if you simply leave it up to DNS and the client, is variable.


Antonio Querubin
e-mail:  t...@lavanauts.org
xmpp:  antonioqueru...@gmail.com

Reply via email to