blob: ac1cd93e7636c7115e5964019d9bb09b9a830c5c (
plain)
- use strict;
- #
- # Place your configuration directives here. They will override those in
- # earlier files.
- #
- # See /usr/share/doc/amavisd-new/ for documentation and examples of
- # the directives you can use in this file
- #
- my $config_file_addon="/etc/local-COMMON/amavis/amavisd.conf.addon";
- -f $config_file_addon or die "Cannot find config file $config_file_addon";
- do $config_file_addon or die "Error in config file $config_file_addon: $@";
- #------------ Do not modify anything below this line -------------
- 1; # ensure a defined return
|