summaryrefslogtreecommitdiff
path: root/amavis/conf.d/50-user.diff
blob: 860f7eacd60f2019d3e80d60804c0019df8a4e37 (plain)
  1. --- 50-user.orig 2012-06-16 19:10:20.000000000 +0200
  2. +++ 50-user 2013-01-26 19:41:07.000000000 +0100
  3. @@ -8,6 +8,9 @@
  4.  # the directives you can use in this file
  5. #
  6. +my $config_file_addon="/etc/local-COMMON/amavis/amavisd.conf.addon";
  7. +-f $config_file_addon or die "Cannot find config file $config_file_addon";
  8. +do $config_file_addon or die "Error in config file $config_file_addon: $@";
  9. #------------ Do not modify anything below this line -------------
  10. 1; # ensure a defined return