1 articles tagged "block port 25"
- Linux Iptables: How to block or open mail server / SMTP protocol
SMTP is used to send mail. Sendmail, Qmail, Postfix, Exim etc all are used on Linux as mail server. Mail server uses the TCP port 25. Following two iptable rule allows incoming SMTP request on port 25 for server IP address 202.54.1.20 (open port 25):
iptables -A INPUT -p tcp -s 0/0 –sport 1024:65535 -d 202.54.1.20 [...]
Viewing 1-1 of 1 posts. ( see all popular tags )


Recent Comments
Today ~ 38 Comments
Today ~ 1 Comment
Today ~ 1 Comment
06/16/2008 03:23 pm ~ 3 Comments
Today ~ 3 Comments