summaryrefslogtreecommitdiff
path: root/amavis/conf.d/50-user
blob: ac1cd93e7636c7115e5964019d9bb09b9a830c5c (plain)
  1. use strict;
  2. #
  3. # Place your configuration directives here. They will override those in
  4. # earlier files.
  5. #
  6. # See /usr/share/doc/amavisd-new/ for documentation and examples of
  7. # the directives you can use in this file
  8. #
  9. my $config_file_addon="/etc/local-COMMON/amavis/amavisd.conf.addon";
  10. -f $config_file_addon or die "Cannot find config file $config_file_addon";
  11. do $config_file_addon or die "Error in config file $config_file_addon: $@";
  12. #------------ Do not modify anything below this line -------------
  13. 1; # ensure a defined return