#!/bin/sh
if [ "$(ps ax|grep -i qmail-remote|grep -v grep)" ]; then 
ps axu|grep -i qmail-remote |grep -v grep>> /root/possible_spammer.log
tail -n 5 /var/log/httpd/access_log >> /root/possible_spammer.log
fi
