/usr/share/amavis/conf.d/20-package is in amavisd-new 1:2.6.5-0ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | use strict;
# These settings are here just to enable a Debian package that does not
# depend on clamav. The local admin is expected to override them
# in /etc/amavis/conf.d/15-content_filter_mode, if any sort of antivirus
# support is wanted
@bypass_virus_checks_maps = (1); # DISABLE anti-virus code by default
# These settings are here just to enable a Debian package that does not
# depend on spamassassin. The local admin is expected to override them
# in /etc/amavis/conf.d/15-content_filter_mode, if spamassassin support
# is wanted
@bypass_spam_checks_maps = (1); # DISABLE anti-spam code by default
1; # insure a defined return
|