Hi experts,
I'm configuring one of my HPUX box(host1) to send out mails(within LAN). When I tried to send mails to user on another host (test01@host2.mydomain.com), it's OK when I verify with "sendmail -bv":
test01@host2.... deliverable: mailer smtp, host, user test01@host2.
but when I really sent it, I got this:
test01@host2... Deferred: Connection timed out with host2.mydomain.com
in host2, sendmail is runing, using ps -ef|grep sendmail, I got "sendmail: accepting connections on port 25"
when I tried port 25 on host2 from host1, using "telnet host2 25" I also got timeout, so why can't host1 talk to host2 through port 25?