On Thu, February 11, 2010 8:59 pm, Mark Martinec wrote: > Could it be that cpan install placed the module in a path > not visible to your perl? > Try: perl -le 'use IO::File; print IO::File->VERSION' > Versions of IO::File prior to IO-1.22 did not have a binmode method.
Mark, thanks again # perl -le 'use IO::File; print IO::File->VERSION' 1.14 anyhow, as I decided I need to 'disengage' amavisd to stop deffered mails Qing with the binmode failure, I re-read install docs, as I cam across 'test 1st', I thought, I might as well. when I tried telneting to 10024 it didn't respond... hmmm? so I tested 10025, OK, then, after a while, the 10024 telnet did finally respond, I tried again, responded pretty well starightway just then I noticed the deffered mail counter decreasing... I guess...? the several re-installs of IO::File and MIMI::Body did fix whatever was amiss ?? anyhow, I reQed all deffered, all went on it's merry way I guess? as I was attempting to fix my sa 'date in past' issue 'something' broke ? thanks again to everyone for the help (now I go back to resolve my other 'sa' false positives) -------------- # grep IO:: /var/log/maillog | head Feb 11 09:21:45 bilby amavis[32407]: INFO: no optional modules: IO::Socket::INET6 Feb 11 09:25:23 bilby amavis[32496]: (32496-02) (!!)TROUBLE in check_mail: mime_decode-1 FAILED: Can't locate object method "binmode" via package "IO::File" at /usr/lib/perl5/site_perl/5.8.5/MIME/Body.pm line 437. Feb 11 09:25:23 bilby postfix/lmtp[32538]: 3107CB446FB: to=<peter.mcla...@orchardgrove.com.au>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.21, delays=0.12/0/0.01/0.08, dsn=4.5.0, status=deferred (host 127.0.0.1[127.0.0.1] said: 451 4.5.0 Error in processing, id=32496-02, mime_decode-1 FAILED: Can't locate object method "binmode" via package "IO::File" at /usr/lib/perl5/site_perl/5.8.5/MIME/Body.pm line 437. (in reply to end of DATA command)) -- Voytek ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/