Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

use iptables to turn off port 25

Status
Not open for further replies.

csross

MIS
Dec 21, 2003
92
US
I'm very new to linux. It was suggested that I use/run iptables to turn off port 25 on a server. Postmaster mail is overpowering my main mail server and it will not stay local (although the aliases file says portmaster root). How do I use iptables to turn off port 25? Better yet, how do I keep portmaster/root mail local?

Thanks
 
Configuring iptables is a very complicated task for new users. Check out firehol. It gives you a user friendly approach to configuring iptables.


In regards to your email question. In the aliases file does root have an alias? You can always change the postmaster root line to postmaster /dev/null
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top