Logged In: YES
user_id=48504

I've had similar messages but once I set the line:

my ($pidcmd) = 'pidof qmail-send';

to:

my ($pidcmd) = '/sbin/pidof qmail-send';

Everything worked the way I needed it to, as pidof wasn't in my path.