From owner-freebsd-questions@FreeBSD.ORG Mon Mar 28 17:10:37 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 79A4116A4CE for ; Mon, 28 Mar 2005 17:10:37 +0000 (GMT) Received: from ptb-relay02.plus.net (ptb-relay02.plus.net [212.159.14.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21D3343D4C for ; Mon, 28 Mar 2005 17:10:37 +0000 (GMT) (envelope-from sironside@interfone.net) Received: from [80.229.164.25] (helo=dicto.interfone.net) by ptb-relay02.plus.net with esmtp (Exim) id 1DFxl5-0003ug-Rw for freebsd-questions@freebsd.org; Mon, 28 Mar 2005 17:10:35 +0000 MIME-Version: 1.0 Date: Mon, 28 Mar 2005 18:23:41 +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: AcUzuRFB+PUnpYTWR4mAwolSSWY46wAAdHUP From: "Simon Ironside" To: "Jeff Wirth" Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-questions@freebsd.org Subject: RE: 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 17:10:37 -0000 From: Jeff Wirth [mailto:jeff.wirth@gmail.com] Sent: Mon 28/03/2005 17:55 To: Simon Ironside Cc: freebsd-questions@freebsd.org Subject: Re: sendmail only listening on localhost > Adding the follow to rc.conf should fix the problem... >=20 > sendmail_enable=3D"YES" # Run the sendmail inbound daemon = (YES/NO). Thankyou, that did the trick. =20 Simon