From owner-freebsd-net Thu Apr 26 20:36:58 2001 Delivered-To: freebsd-net@freebsd.org Received: from coconut.itojun.org (coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (Postfix) with ESMTP id DCE3B37B422 for ; Thu, 26 Apr 2001 20:36:55 -0700 (PDT) (envelope-from itojun@itojun.org) Received: from itojun.org (localhost [127.0.0.1]) by coconut.itojun.org (Postfix) with ESMTP id 4AA0B4B10; Fri, 27 Apr 2001 12:36:53 +0900 (JST) To: Sean Farley Cc: freebsd-net@freebsd.org In-reply-to: sean-freebsd's message of Thu, 26 Apr 2001 21:02:08 EST. <20010426205613.L28093-100000@thor.farley.org> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: Sendmail outgoing bind() fails on PPP From: itojun@iijlab.net Date: Fri, 27 Apr 2001 12:36:53 +0900 Message-ID: <6627.988342613@itojun.org> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >I only wish it to receive on the LAN (192.168.1.0) and the analog modem >(216.140.158.72). This is easy to change (DAEMON_OPTIONS), but I just >can't get confCLIENT_OPTIONS to work. From looking at sendmail.cf, I can >see that it is being set: > ># SMTP client options >O ClientPortOptions=Family=inet, Addr=216.140.158.72 so, 216.140.158.72 is on your local interface, and you would like to receive emails toward the address. then, i guess you should be using DaemonPortOptions instead. note that, if you are running on-demand dialup, DaemonPortOptions will choke while your modem line is not connected. itojun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message