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


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

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.

Replies are listed 'Best First'.
Re: Re: Re: Re: Net::POP3
by jarp (Novice) on Oct 31, 2003 at 16:31 UTC
    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.
        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!

Re: Re: Re: Re: Net::POP3
by jarp (Novice) on Oct 31, 2003 at 16:40 UTC
    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?