Date: Thu, 15 Aug 2002 22:03:06 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Dave Young <dave@boldfish.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail help for a postfix guy Message-ID: <20020815210306.GB11469@happy-idiot-talk.infracaninophi> In-Reply-To: <20020815114052.22a47b54.dave@boldfish.com> References: <5.1.0.14.2.20020815201421.031eda48@ms1.MEIway.com> <20020815114052.22a47b54.dave@boldfish.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020815210306.GB11469>