From owner-freebsd-questions Thu Aug 15 14: 3:44 2002 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 98BE337B400 for ; Thu, 15 Aug 2002 14:03:42 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC3A043E6A for ; Thu, 15 Aug 2002 14:03:39 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk ([IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.5/8.12.5) with ESMTP id g7FL3BYk011792; Thu, 15 Aug 2002 22:03:11 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.5/8.12.5/Submit) id g7FL36VB011791; Thu, 15 Aug 2002 22:03:06 +0100 (BST) Date: Thu, 15 Aug 2002 22:03:06 +0100 From: Matthew Seaman To: Dave Young Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail help for a postfix guy Message-ID: <20020815210306.GB11469@happy-idiot-talk.infracaninophi> References: <5.1.0.14.2.20020815201421.031eda48@ms1.MEIway.com> <20020815114052.22a47b54.dave@boldfish.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020815114052.22a47b54.dave@boldfish.com> User-Agent: Mutt/1.5.1i 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 On Thu, Aug 15, 2002 at 11:40:52AM -0700, Dave Young wrote: > sendmail.mc: > > dnl define(`SMART_HOST',`your.gateway') Err... `dnl' stands for "Delete until New Line" --- it's used as a commenting mechanism in files that are processed through m4(1), as everything to the right of 'dnl' won't be passed through to the resulting output. Make that: define(`SMART_HOST', `your.gateway')dnl Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message