This is a discussion on Re: linux firewall restrict port 25 within the Linux Security forums, part of the System Security and Security Related category; "Landman" <eileenlandman@hotmail.com> wrote in message news:3fa4b0a0.0308291112.2c029390@posting.google.c om... > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"Landman" <eileenlandman@hotmail.com> wrote in message news:3fa4b0a0.0308291112.2c029390@posting.google.c om... > How do I restrict incoming port 25 to accept mail ONLY from a certain > IP address on my linux firewall? $IPTABLES -A INPUT -p TCP -s 11.22.33.44 --dport 25 -j ACCEPT where 11.22.33.44 is the address you want to allow. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|