From owner-freebsd-questions@FreeBSD.ORG Wed Aug 29 19:55:45 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDF9E1065676 for ; Wed, 29 Aug 2012 19:55:45 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 843708FC14 for ; Wed, 29 Aug 2012 19:55:45 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id q7TJtjV5092389 for freebsd-questions@freebsd.org; Wed, 29 Aug 2012 14:55:45 -0500 (CDT) Date: Wed, 29 Aug 2012 14:55:45 -0500 (CDT) From: Robert Bonomi Message-Id: <201208291955.q7TJtjV5092389@mail.r-bonomi.com> To: freebsd-questions@freebsd.org In-Reply-To: <503DC88F.6060806@dreamchaser.org> Subject: Re: sendmail local-host-names questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2012 19:55:46 -0000 > Date: Wed, 29 Aug 2012 01:45:19 -0600 > From: Gary Aitken > Subject: sendmail local-host-names questions > > > Also... I can't find anything about how to put a comment in the > local-host-names file. I took a guess and used # as in the .mc file, and > it doesn't seem to cause errors; but neither does ';' or '%' so I'm > guessing the lines are just being skipped because they don't parse > properly. I'd like to know whether comments are allowed or not; and if > so, what the proper syntax is. I don't know, off-hand, where it's documented, but '#' is what you want to use.