> Guess I've got an old version of amavis, (v2.2.12) that
installed
> from a SLES 10 sp1 cd.
>
> I've downloaded amavisd-new-2.5.2.
>
> Are there specific instructions on upgrading for SLES
10?
>
> My paths are /var/spool/amavis and not /var/amavis.
Will this mess
> things up?
>
> thx,
>
> -Jim McIver
>
Here are some notes from Gary V.:
a)
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.
b)
If using SLES install from Anders builds:
ftp://ftp.norrbring.com/pub/linux/inst-source
Regards,
Leon Kolchinsky
------------------------------------------------------------
-------------
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.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|