This is a discussion on Re: [AMaViS-user] Steps to install SaneSecurity and MSRBLsignatures within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; On 8/8/07, Leon Kolchinsky <leonk@construct.haifa.ac.il> wrote: > > > > > > &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 8/8/07, Leon Kolchinsky <leonk@construct.haifa.ac.il> wrote:
> > > > > > > What version of amavisd-new? Requires 2.5.0 or newer. > > > > -- > > Gary V > > > > > Still amavisd-new-2.4.4-4 and spamassassin-3.1.7-3 > > Need to upgrade uh... :) > > Is there any changes in amavisd.conf and local.cf I need to be aware of > upgrading to amavisd-new-2.5.2-4 and spamassassin-3.2.2-1 (Anders builds) ? > > > Best Regards, > Leon Kolchinsky > In local.cf if you have explicitly configured trusted_networks and/or internal_networks you will need to remove the loopback interface as 127/8 is now enabled by default. If you run sa-compile and enable the Rule2XSBody plugin and you are using @additional_perl_modules, in amavisd.conf you may desire adding something like: my($sa_instdir) = '/var/lib/spamassassin/compiled/3.002002'; unshift(@INC, $sa_instdir, $sa_instdir.'/auto'); In order for the body_0.pm module to get pre-loaded. @additional_perl_modules = qw( /etc/spamassassin/Botnet.pm Mail::SpamAssassin::CompiledRegexps::body_0.pm ); At least this works for 3.2.1. I found that there is a body_500.pm module that seems to come and go (I have not spent any time looking into why). I found that if you were to add body_500.pm to @additional_perl_modules and then it goes away, amavisd-new will die. .... (!)_DIE: Can't locate Mail/SpamAssassin/CompiledRegexps/body_500.pm in @INC ... So, don't add it. -- Gary V ------------------------------------------------------------------------- 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/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |