my $command = qq( su - $sidadm -c "cat /dev/null > /var/spool/mail/$sidadm" ); system( $command ) == 0 or die "Failed <$command>: $!";