![]() |
|
No such thing as a small change | |
PerlMonks |
Net::POP3by jarp (Novice) |
on Oct 31, 2003 at 15:15 UTC ( #303567=perlquestion: print w/replies, xml ) | Need Help?? |
jarp has asked for the wisdom of the Perl Monks concerning the following question:
I need some expert advice/guidance. I'm trying to use a Net::POP3 object to talk to our Exchange server. From my desktop PC (running 5.8.0 ActiveState, Windows 2000, Service Pack 4) which is behind our firewall, I can retrieve the messages in my inbox. The Exchange server is also behind the firewall. All is well, I have proof of concept. I can't have production code on my desktop, so I moved the code to our FTP server (running 5.6.1 ActiveState, Windows 2000, Service Pack 4), in the DMZ. I put the Exchange server in the local hosts file, ran the code, and get the following: Can't open connection to ms240ex02.sysco.com : Unknown error I get no more information when I create the object with Debug => 1. My code is simple --
I've looked in the docs, and can't find any more information about what may be going on, so came to the Monks for expert advice! My ultimate goal is to check the contents of an inbox using perl, tapping the Exchange server from a remote host. Suggestions/comments/advice, always welcome!
Back to
Seekers of Perl Wisdom
|
|