From owner-freebsd-questions@FreeBSD.ORG Mon Mar 28 16:10:57 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80C2416A4CE for ; Mon, 28 Mar 2005 16:10:57 +0000 (GMT) Received: from ptb-relay01.plus.net (ptb-relay01.plus.net [212.159.14.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB47C43D55 for ; Mon, 28 Mar 2005 16:10:56 +0000 (GMT) (envelope-from sironside@interfone.net) Received: from [80.229.164.25] (helo=dicto.interfone.net) by ptb-relay01.plus.net with esmtp (Exim) id 1DFwpL-00065T-HX for freebsd-questions@freebsd.org; Mon, 28 Mar 2005 16:10:55 +0000 MIME-Version: 1.0 Date: Mon, 28 Mar 2005 17:25:43 +0100 Content-class: urn:content-classes:message Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: sendmail only listening on localhost Thread-Index: AcUzssmuT+jTNInNT1q63v7J+TmDSg== From: "Simon Ironside" To: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: sendmail only listening on localhost X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 16:10:57 -0000 Hi all, =20 I have a default sendmail instance on FreeBSD 5.3, the SMTP service only = seems to be listening on localhost: =20 netstat -al | grep smtp tcp4 0 0 localhost.smtp *.* = LISTEN I can connect locally using telnet localhost 25 but I cannot connect = using telnet 10.99.0.2 25. =20 I have tried both editing the .mc file (and regenerating) to add: =20 DAEMON_OPTIONS(`Port=3Dsmtp, Addr=3D10.99.0.2, Name=3DMTA') =20 and editing the .cf file manually to add: =20 O DaemonPortOptions=3DPort=3Dsmtp, Addr=3D10.99.0.2, Name=3DMTA =20 Although of course, that line is there already after regenerating from = .mc =20 After restarting, I still cannot connect using 10.99.0.2 =20 Can someone help? =20 Thanks, Simon