http://www.perlmonks.org?node_id=303595


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

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?

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Net::POP3
by phydeauxarff (Priest) on Oct 31, 2003 at 16:35 UTC
    sounds like you need to open up port 110 in your firewall.
      Opening port 110 on the Exchange server isn't something I can do.

      So.

      Anyone got advice about another approach I can use to accomplish the goal? (grab inbox contents off Exchange from a remote host)

      I appreciate it!

        Since you cannot change the firewall, can you change the location you run the script? You said that when you ran it as a proof of concept on your PC (on the same side of the firewall as the Exchange server) it worked but that you did not want to run production code on your PC. Is there a production grade PC behind the firewall that you can run it on? That would solve your problem

        Oren