1 articles tagged "outgoing smtp server"
- 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
Yesterday ~ 38 Comments
Yesterday ~ 1 Comment
Yesterday ~ 1 Comment
06/16/2008 03:23 pm ~ 3 Comments
Yesterday ~ 3 Comments