I'm the admin of a VPN server. One of the users is sending spam from his system through our VPN server, but I can't see which user is so I have blocked port 25 by firewall and sendmail by chmod
ing it, but I got several abuse reports again.
How can I block spam from being sent on our network? I have no idea, only I know their system is infected by malware.
For example:
iptables -A OUTPUT -tcp header email 3/min -j ACCEPT