diff --git a/sendmail/backup_config.pl b/sendmail/backup_config.pl index a3143970e..f456ec817 100755 --- a/sendmail/backup_config.pl +++ b/sendmail/backup_config.pl @@ -26,7 +26,7 @@ foreach $f (&find_type("F", $conf)) { # Add other maps local $afiles = &aliases_file($conf); -push(@rv, $afiles); +push(@rv, @$afiles); local $vfile = &virtusers_file($conf); push(@rv, $vfile) if ($vfile); local $mfile = &mailers_file($conf);