10-debian_scripts
20-package
01-debian
05-node_id
15-av_scanners
15-content_filter_mode
20-debian_defaults
30-template_localization
50-user
charset
template-dsn.txt
template-spam-admin.txt
template-spam-sender.txt
template-virus-admin.txt
template-virus-recipient.txt
template-virus-sender.txt
read_l10n_templates('en_US', '/etc/amavis');
de_DE.outdated_for_2.3.3-2
it_IT.outdated_for_2.3.3-2
pt_BR.outdated_for_2.3.3-2
First, download from me both the old and new scripts to have on hand:
cd /etc
|
Now, to replace your 1:2.3.3-x script with the old 20030616p10 script:
cp /etc/amavis-init-20030616 /etc/init.d/amavis
|
If for some reason you need to revert to using the 1:2.3.3-4 or -6 init script:
cp /etc/amavis-init-2.3.3-4 /etc/init.d/amavis
|
Before you begin, make a backup: If you need the 2.4.0 templates:
cd /etc/amavis/en_US If you need the 2.4.1 templates:
cd /etc/amavis/en_US
If you need the 2.4.3 templates:
cd /etc/amavis/en_US
|
To prevent future accidental upgrades, place the amavisd-new package on hold:
echo "amavisd-new hold" | dpkg --set-selections
If in the future, you would like to take amavisd-new off hold: echo "amavisd-new install" | dpkg --set-selections |
If you have already installed the 2.3.3 (or greater) package from Debian, and you don't like the way it's set up and you want to go back to the old way of doing things (configuring amavisd-new by modifying /etc/amavis/amavisd.conf) then please see the instructions at http://verchick.com/mecham/public_html/spam/debian-amavisd-new_2.4.2.html |