From owner-freebsd-questions@FreeBSD.ORG Tue Oct 6 06:57:10 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E00E41065692 for ; Tue, 6 Oct 2009 06:57:10 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from poseidon.ceid.upatras.gr (poseidon.ceid.upatras.gr [150.140.141.169]) by mx1.freebsd.org (Postfix) with ESMTP id 8D7858FC18 for ; Tue, 6 Oct 2009 06:57:10 +0000 (UTC) Received: from mail.ceid.upatras.gr (unknown [10.1.0.143]) by poseidon.ceid.upatras.gr (Postfix) with ESMTP id 17FF1EB4E1F; Tue, 6 Oct 2009 09:57:09 +0300 (EEST) Received: from localhost (europa.ceid.upatras.gr [127.0.0.1]) by mail.ceid.upatras.gr (Postfix) with ESMTP id 00BD145152; Tue, 6 Oct 2009 09:57:08 +0300 (EEST) X-Virus-Scanned: amavisd-new at ceid.upatras.gr Received: from mail.ceid.upatras.gr ([127.0.0.1]) by localhost (europa.ceid.upatras.gr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v4K6X2LOgVlb; Tue, 6 Oct 2009 09:57:08 +0300 (EEST) Received: from kobe.laptop (adsl17-131.kln.forthnet.gr [77.49.144.131]) by mail.ceid.upatras.gr (Postfix) with ESMTP id B5361450C6; Tue, 6 Oct 2009 09:57:08 +0300 (EEST) Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id n966v7IW021031 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 6 Oct 2009 09:57:07 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id n966v6x3021030; Tue, 6 Oct 2009 09:57:06 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: dwilde1@gmail.com References: Date: Tue, 06 Oct 2009 09:57:05 +0300 In-Reply-To: (Don Wilde's message of "Mon, 5 Oct 2009 19:48:09 -0500") Message-ID: <87eiphovr2.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: sendmail CLIENT_OPTIONS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 06:57:11 -0000 On Mon, 5 Oct 2009 19:48:09 -0500, Don Wilde wrote: > Hello, folks - > > I am setting up the sendmail on my 7.2-STABLE system, and I cannot get > it to listen to my live server address besides the localhost. > > I've added > CLIENT_OPTIONS(`Family=inet, > Addr=64.156.192.103, Name=MTA')dnl > > directly above the DAEMON_OPTIONS lines (after the FEATUREs), > recompiled with make -C, and copied the domain-specific cf to > sendmail.cf. CLIENT_OPTIONS() does not set options for clients connecting *to* Sendmail, but for Sendmail itself when it acts as a client to an other MTA. > Sendmail starts correctly, so the m4 compilation was successful, but > it is still only listening on 127.0.0.1:25 according to netstat -atn. This is often a configuration error that launches only a local Sendmail listener. Show us your `/etc/rc.conf' settings: # grep -i sendmail /etc/rc.conf