Hopefully a quick question. I've got an app that connects to a pop server using Mail::POP3Client. It works fine on one server (FreeBSD), but I'm trying to migrate the app to a new server (Debian), and the connection fails, or rather, it seems to connect, but gives the message: "Could not read."

Looking into the source, I find that error results from this line:

defined(my $msg = $me->_sockread()) or $me->Message("Could not read") and return 0;

about 1/3 through POP3Client.pm

any ideas about what could be so different on the new system, or what module may be missing in my installation?


_______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to