Can't get imap to work. Port 143 is listening. Service is online. I can telnet to remote host using
# netstat -an |grep 143
*.143 *.* 0 0 49152 0 LISTEN
*.143 *.* 0 0 49152 0 LISTEN
*.143 *.* 0 0 49152 0 LISTEN
# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection to localhost closed by foreign host.
# telnet fhrdev01 143
Trying 172.16.2.18...
Connected to fhrdev01.
Escape character is '^]'.
* OK [0.0.0.0] IMAP4rev1 v12.264 server ready
^]
telnet> quit
Connection to fhrdev01 closed.
# svcs -a |grep imap
online Mar_03 svc:/network/imap/tcp6:default
online 8:55:45 svc:/network/imap/tcp:default