-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Using: FreeBSD 5.4-RELEASE Sendmail 8.13.3
I'm trying to setup my mail server, but sendmail is only listening on the local interface: # netstat -an | grep 25 tcp4 0 0 127.0.0.1.25 *.* LISTEN I can do: # telnet localhost 25 And sendmail answers correctly. But, if, from another machine within my network, # telnet 192.168.1.22 25 I get a connection refused. Additionally, the sendmail logs show nothing of the connectcion attempt. How can I get it to listen on all interfaces and why am I having to do this? I have setup sendmail on many other FreeBSD boxes and have never had this problem. - ------------------------------ Mike Loiterman grantADLER Tel: 630-302-4944 Fax: 773-442-0992 Email: [EMAIL PROTECTED] PGP Key: 0xD1B9D18E -----BEGIN PGP SIGNATURE----- Version: PGP Desktop 9.0.2 (Build 2424) Comment: Secured by PGP 9.0.2 iQA/AwUBQy+P9GjZbUnRudGOEQLwiQCfdJGjVT8vjgyJGhQ6ciEJiJZhpSUAn3NK DFDTFa0x+P/MR+2l+Zz7bDOh =5qhT -----END PGP SIGNATURE----- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
