Use Telnet client
        
        
          - 
            Check port 25 in Windows:
          
          Open the 
          
            start menu
          
          -> 
          
            run
          
          -> type 
          
            cmd
          
          and hit enter. 
          In the windows command prompt type:
        
        
          telnet yourdomain.com 25
        
        
        
        
          NOTE:
        
        Telnet client may be disabled by default, so you may need to 
        
          
            enable it
          
        
        .
        
        
        
        
          Each MAC computer has a terminal client to execute command lines. 
          Press the 'Command' key and 'Space' bar together to open spotlight, type in 'terminal' and hit 'Enter' to open the terminal. 
          Type the following code in the terminal:
        
        
          telnet yourdomain.com 25
        
        
        
        
        
          Open your terminal application and type:
        
        
          telnet yourdomain.com 25
        
        
        
        
          You should see a message similar to the following if it is not blocked:
        
        
          
            220-bravo.gendns1.com ESMTP Exim 4.80.1 #2 Thu, 05 Sep 2013 14:23:57 -0400
          
          >
        
        
          
            220-We do not authorize the use of this system to transport unsolicited,
          
        
        
          
            220 and/or bulk e-mail.
          
        
        
          If it is blocked, you will just see: 
          
            Connecting To yourdomain.com…
          
          and it will fail after a while with
          
            Could not open connection to the host on port 25 Connect failed
          
          .