Well, thanks first.
I know that I can block the address of an webmail by using iptables if I know the webmail address. However my main problem is that there are lots of webmail in the internet. It is impossible to get all of the ip addresses and block them by iptables. Also, if the webmail ip address is the same as its main web ipaddress, blocking the webmail ip will also block the user to access the web on that site.
Using the iptables, that means if an new webmail website is up, I must know it's ip so that I can add a rule. However how can I know the webmail web is up. It is impossible to monitor the internet. Right?
I would like to know that how the internet firewall do that automatically.
Thanks.