Ad Widget

Collapse

Simple check for imaps

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hpz
    Junior Member
    • Jul 2006
    • 3

    #1

    Simple check for imaps

    Hi,

    does anybody know how to implement a simple check on IMAPS (port 993) or better to do a imaps_perf?

    Thanks
    Hans-Peter
  • raminix
    Member
    • Jun 2006
    • 37

    #2
    Originally posted by hpz
    Hi,

    does anybody know how to implement a simple check on IMAPS (port 993) or better to do a imaps_perf?

    Thanks
    Hans-Peter
    Not sure on perf, but for basic connectivity, will tcp,993 not work?

    Comment

    • hpz
      Junior Member
      • Jul 2006
      • 3

      #3
      thanks, yes this works, but I didn't get to work the simplecheck 'imap_perf' !?

      hanspeter

      Comment

      • raminix
        Member
        • Jun 2006
        • 37

        #4
        Originally posted by hpz
        thanks, yes this works, but I didn't get to work the simplecheck 'imap_perf' !?

        hanspeter
        I'm not sure if imap and imap_perf do anything beyond a basic tcp connection to the port that is imap specific. You could try it and specify the port just for kicks. I suppose it would be nice to have a tcp_perf function as well.

        Comment

        Working...