Dale, > I've installed the Crypt::OpenSSL::RSA module however, amavisd-new > reports the following as missing but I can verify they are there. > > Crypt::OpenSSL::RSA::_new > Crypt::OpenSSL::RSA::DESTROY > Crypt::OpenSSL::RSA::load_public_key
Hm, don't know. Are you having two versions of Perl installed? Running chrooted? It seems like methods 'new' and 'load_public_key' (with a couple of others) have become deprecated in Crypt::OpenSSL::RSA, although they still seem to be available in the module. amavisd-new itself does not use Crypt::OpenSSL::RSA, it is only loaded on behalf of some modules in SA that apparently use it or used it. The informational message at amavisd startup on failed load of these optional modules can probably be ignored. What is the exact error message? Mark ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
