Mailing List Archive

Support open source code!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What's closing off port 25?



Jonathan Q wrote:

> I wonder if the default accept policy rules out port 25?  

If the chain policies are ACCEPT and there are no rules in the chains, then
it will do just that - ACCEPT everything.

You can list your rules with 'ipchains -L'

should give you something similar to this (even though this is from iptables, but ipchains and iptables are very similar):

Chain INPUT (policy ACCEPT)
target     prot opt source               destination
Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination


This means there are no rules and the policy is ACCEPT for all chains.

-- 
Tobias
nya~ni ?


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links