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.
I am trying to connect to sendmail 8.12.5 running on a RH9 box. Sendmail is running and i can connect like
[root@goran /]# telnet localhost 25
from the machine that sendmail is on, but not like
[root@goran /]# telnet 192.168.1.55 25
or by using the domain name (I am running a name server) from the machine that sendmail is on, or from another machine.
This is not a firewall issue, as the local firewall has been turned off. I can connect to the machine via ssh and smb.
Is there some sort of other option that sendmail uses to reject connections, or maybe some thing I could put in hosts.*? The hosts files are empty right now.
You are only listening for connections on the loopback - you will need to edit your sendmail.mc file and "dnl" the line refering to the loopback then reload your sendmail config and the sendmail daemon.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.