* Ralf Hildebrandt <[EMAIL PROTECTED]> wrote:
> * Stefan Förster <[EMAIL PROTECTED]>:
> 
>>> #!/bin/bash
>>> /etc/init.d/amavisd stop
>>> cp -p /usr/sbin/amavisd /usr/sbin/amavisd.old
>>> install -o root -g root -m 755 -p amavisd amavisd-agent amavisd-nanny 
>>> amavisd-release p0f-analyzer.pl /usr/sbin
>>> /etc/init.d/amavisd start
>> 
>> Don't do that on Debian. The Debian source is modified to read all
>> files in the directory /etc/amavis/conf.d/
> 
> Which I don't use :)

Since the OP specifically asked for instructions on how to upgrade his
Debian package, the obvious answer is of course to use a backport,
e.g. from http://www.proesdorf.de/debian/pool/main/a/amavisd-new/

This one can easily be pinned in /etc/apt/preferences:

Package: *
Pin: release o=Dirk
Pin-Priority: -10

Package: amavisd-new
Pin: release o=Dirk
Pin-Priority: 999

Package: spamassassin
Pin: release o=Dirk
Pin-Priority: 999

and by including the line

deb http://www.proesdorf.de/debian/ etch main contrib non-free

you can simply do "aptitude update && aptitude upgrade" to get the
2.6.1 release. Note: All of the above is valid only if you are running
Debian/etch, not lenny, sid, not Ubuntu...

If you intend to use the official source distribution (you can't use
Debian's init script anyways without modification), backup your
configuration, purge the package (aptitude purge amavisd-new) and then
follow the standard installation instructions.

Be prepared to install additional Perl modules (either CPAN or
dh-make-perl will both work fine) if you plan to use features like
DKIM, SPF and so on.


Ciao
Stefan
-- 
Stefan Förster     http://www.incertum.net/     Public Key: 0xBBE2A9E9
"Es gibt weder moralische noch unmoralische Bücher. Bücher sind gut oder 
schlecht geschrieben, nichts sonst."
(Oscar Wilde)

-------------------------------------------------------------------------
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
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/ 

Reply via email to