
hanche at math
Jun 22, 2009, 6:19 AM
Post #2 of 2
(668 views)
Permalink
|
+ Terry Riegel <triegel[at]positiveaction.org>: > Hello all, > > I have a qmail server that uses courier-pop with ssl. I used to test > my pop server using telnet something like... > > $>telnet mail.clearimageonline.com 110 > > Is there an equivalent syntax for doing this using ssh? Something like > ssh mail.clearimageonline.com 995 try this: openssl s_client mail.clearimageonline.com:n995 - Harald
|