From owner-freebsd-questions Sat Jan 25 13:13:47 2003 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 CAAEC37B401 for ; Sat, 25 Jan 2003 13:13:46 -0800 (PST) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1974C43F13 for ; Sat, 25 Jan 2003 13:13:46 -0800 (PST) (envelope-from swear@attbi.com) Received: from localhost.localdomain ([12.242.158.67]) by sccrmhc03.attbi.com (sccrmhc03) with ESMTP id <200301252113450030007duoe>; Sat, 25 Jan 2003 21:13:45 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.12.6/8.12.5) with ESMTP id h0PLBgm9008107; Sat, 25 Jan 2003 13:11:42 -0800 (PST) (envelope-from swear@attbi.com) Received: (from jojo@localhost) by localhost.localdomain (8.12.6/8.12.5/Submit) id h0PLBa84008104; Sat, 25 Jan 2003 13:11:36 -0800 (PST) (envelope-from swear@attbi.com) X-Authentication-Warning: localhost.localdomain: jojo set sender to swear@attbi.com using -f To: Chuck Swiger Cc: freebsd Questions , Lorin Lund Subject: Re: sendmail configuration - how to route all mail through my ISP References: <3E341CC9.40402@wbs-inc.com> <3E32CE8F.7030708@mac.com> From: swear@attbi.com (Gary W. Swearingen) Date: 25 Jan 2003 13:11:36 -0800 In-Reply-To: <3E32CE8F.7030708@mac.com> Message-ID: Lines: 21 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Chuck Swiger writes: > Lorin Lund wrote: > > I have a static IP and a domain but I can't send e-mail out directly > > because my ISP blocks it. I need to send all my e-mail out through my > > ISP. How do I tell sendmail to route all my mail out through my ISP's > > mail server? > > 1) cd /etc/mail > 2) edit freebsd.mc and change the following: > > dnl Dialup users should uncomment and define this appropriately > dnl define(`SMART_HOST', `your.isp.mail.server') > > 3) make > 4) restart sendmail And, in FreeBSD 5.0 with no local DNS running, change in submit.mc this: FEATURE(`msp') to this: FEATURE(`msp',`[127.0.0.1]') to avoid long DNS time-out delays. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message