pbr, > After downloading the latest version of amavisd I get the following error > message: > Problem in the In::AMCL code > Can't get rid of this error. Perl is v5.8.8. I downloaded another copy of > amavisd and keep getting the error. > > The older version of amavisd worked without any problems or errors if > that's any clue to my problem.
Is the 'Problem in the In::AMCL code' really all that it says? There should at least be a colon after the message, and hopefully also a more detailed info. Perhaps is started as 'amavisd debug' it may tell more during startup about the reason for failing. > What is amcl? Searching turns up Gnome Mud and I'm sure that's wrong. In::AMCL in a module within file amavisd. AM.CL (or amcl) is the name of the old amavis client protocol used to communicate with its helper programs (amavis-milter or amavis(.c)). The AM.CL protocol is hardly ever used nowadays, but the same module also implements the newer AM.PDP protocol, which is used primarily for accepting requests for releasing mail from a quarantine, and for communicating with Petr Rehor's milter. See README.protocol. The module is loaded if you request it in amavisd.conf, either explicitly by a global $protocol or a key 'protocol' in some policy bank, or implicitly for backwards compatibility if $unix_socketname is defined. Even if not actually used/needed, it should not be failing. Mark ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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/