Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
sendmail is working and thundbird configured with it and working.
when I start iptables :
output policy is accept.
when I enter
iptables -A INPUT -s 127.0.0.1 -j ACCEPT
its not working .
my logic says that only OUTPUT chain should matter for sendmail
because its local process(sendmail)>output>eth0
maybe thundbird is the input of sendmail?
how is it working?
why input matters?
Well unless you set your output policy to drop, or whatever, you should not have to append the tables to accept 127.0.0.1. But since you most likely changed the input policy to drop, so it works as a firewall, iptables -A INPUT -s 127.0.0.1 -j ACCEPT, is very necessary.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.