From owner-freebsd-questions@FreeBSD.ORG Wed May 14 01:02:25 2003 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 3723437B401 for ; Wed, 14 May 2003 01:02:25 -0700 (PDT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B72743F75 for ; Wed, 14 May 2003 01:02:24 -0700 (PDT) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.9/8.12.9) with ESMTP id h4E82Jwx066910; Wed, 14 May 2003 20:02:19 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.9/8.12.9/Submit) id h4E82HCk066909; Wed, 14 May 2003 20:02:17 +1200 (NZST) Date: Wed, 14 May 2003 20:02:17 +1200 From: Jonathan Chen To: Evan Dower Message-ID: <20030514080217.GB66843@grimoire.chen.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: send-pr issues probably related to sendmail misconfiguration 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: Wed, 14 May 2003 08:02:25 -0000 On Tue, May 13, 2003 at 09:39:39PM -0700, Evan Dower wrote: > sendmail config confounds me. how do I do that? > Thanks, > Evan > > > >From: Jim Mock [...] > >The FreeBSD mail server will bounce anything that doesn't resolve. If UW > >gave you a smart host (a.k.a., SMTP server) on their network to use, > >configure sendmail to use it. # cd /etc/mail # vi freebsd.mc Uncomment the line that reads: define(`SMART_HOST', `your.isp.mail.server') Replace your.isp.mail.server with your Uni's SMTP Server. # make # make install # sh /etc/rc.sendmail restart -- Jonathan Chen ---------------------------------------------------------------------- "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -- RFC 1925