http://qs321.pair.com?node_id=303578


in reply to Re: Net::POP3
in thread Net::POP3

Other than establishing I can connect to Exchange via POP3 (from behind the firewall), no, I don't know HOW to confirm the Exchange server will talk to the FTP server via POP3. How would I do that?

Replies are listed 'Best First'.
Re: Re: Re: Net::POP3
by phydeauxarff (Priest) on Oct 31, 2003 at 16:00 UTC
    from the commmand line on the FTP server type

    telnet exchange_server_IP 110

    you should get a POP3 prompt if all is working well.

      Ah, thanks for the heads up.

      All is not well...

      E:\SyscoBin\PerlScripts>telnet 10.240.81.76 110 Connecting To 10.240.81.76...Could not open a connection to host on port 110 : Connect failed

      Fixable?

        sounds like you need to open up port 110 in your firewall.
      Ah, thanks for the heads up.

      All is not well, the connection couldn't be established.

      E:\SyscoBin\PerlScripts>telnet 10.240.81.76 110 Connecting To 10.240.81.76...Could not open a connection to host on port 110 : Connect failed

      Fixable?