> I suggest you downgrade to 0.87 or 0.90. This old version of > amavisd-maia had issues with Net::Server > 0.90 and did not play well > with 0.88 and 0.89.
Are you running Debian per chance? If so, this should replace 0.94 with 0.87 (at least it did for me): cd /usr/local/src wget http://http.us.debian.org/debian/pool/main/libn/libnet-server-perl/libnet-server-perl_0.87-3sarge1_all.deb dpkg -i libnet-server-perl_0.87-3sarge1_all.deb Doing it this way will make it possible to upgrade in the future from Debian packages. If you install from source, you would have to manually locate and disable the software if you wanted to upgrade in the future: http://marc.info/?l=amavis-user&m=114358249713291 In my etch system, if I install 0.87 from packages and 0.90 from source: 0.90 installed in /usr/local/share/perl/5.8.8/Net/Server.pm 0.87 installed in /usr/share/perl5/Net/Server.pm So if I wanted to disable the source installed version in the future, I could rename /usr/local/share/perl/5.8.8/Net/Server.pm -- Gary V ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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/
