open (OUT, ">/etc/postfix/max.txt") or die "Could not open max.txt for write"; print OUT @DATEI1; close OUT or die "Could not write to max.txt";