From owner-freebsd-questions@FreeBSD.ORG Wed May 19 21:07:42 2004 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 BEB2516A4CE for ; Wed, 19 May 2004 21:07:42 -0700 (PDT) Received: from cromagnon.cullmail.com (cromagnon.cullmail.com [67.33.58.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5794A43D1D for ; Wed, 19 May 2004 21:07:42 -0700 (PDT) (envelope-from jamoore@cromagnon.cullmail.com) Received: from cromagnon.cullmail.com (localhost.cullmail.com [127.0.0.1]) i4K4Aieq015976; Wed, 19 May 2004 23:10:44 -0500 (CDT) (envelope-from jamoore@cromagnon.cullmail.com) Received: by cromagnon.cullmail.com (8.12.10/8.12.10/Submit) id i4K4Ah8M015975; Wed, 19 May 2004 23:10:43 -0500 (CDT) (envelope-from jamoore) From: Jay Moore To: freebsd-questions@freebsd.org, fbsd_user@a1poweruser.com Date: Wed, 19 May 2004 23:10:42 -0500 User-Agent: KMail/1.6.1 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405192310.42607.jaymo@cromagnon.cullmail.com> cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: how-to tell sendmail to mail thru my ISP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jaymo@cromagnon.cullmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 04:07:42 -0000 On Wednesday 19 May 2004 11:02 am, fbsd_user wrote: > I have dynamic IP address and ISP blocks inbound port 25 so any > recipients email server that checks back before accepting says I an > invalid sender. Going through my ISP email server should fix this. > > How do I tell sendmail to send, relay my outgoing email through > my ISP email server? see the SMART_HOST feature in sendmail. hth, Jay