| But if they are spammers, its more likely you have an smtp that is open.
Download the nmap tool and run
nmap localhost
OR
netstat -tup
both should turn up the active ports on your computer.
if 25 is open, you have a smtp relay open. Locking this down while keeping mail services active is not easy, more likely you'll just want to shut the mailserver down until you can be sure of how to fix it.
I doubt you are using a squid proxy unless you installed it on your own, in which case, you should disable it until you can install some authetication methods, but that doesn't appear to be the case.
99% chance, you just have a boatload of services running you don't need, try typing
ps aux
and look through the running processes, the kill command, combined with /etc/init.d/<servername> stop
should handle most of your problems.
__________________
Avoid the Gates of Hell. Use Linux
A Penny for your Thoughts Formerly Known as qub333 |