From owner-freebsd-questions@FreeBSD.ORG Mon Oct 19 19:32:05 2009 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 59FFF106566B for ; Mon, 19 Oct 2009 19:32:05 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id 2CE9B8FC17 for ; Mon, 19 Oct 2009 19:32:04 +0000 (UTC) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail2.panix.com (Postfix) with ESMTP id 3D58D38E4F for ; Mon, 19 Oct 2009 15:32:04 -0400 (EDT) Received: from teddy.fas.com (c-76-26-200-187.hsd1.sc.comcast.net [76.26.200.187]) by mailbackend.panix.com (Postfix) with ESMTP id 0838930A18 for ; Mon, 19 Oct 2009 15:32:04 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1Mzxxb-0001lB-00 for ; Mon, 19 Oct 2009 15:32:03 -0400 Date: Mon, 19 Oct 2009 15:32:03 -0400 From: stan To: Free BSD Questions list Message-ID: <20091019193203.GA6357@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 15:22:32 up 19 days, 21:35, 1 user, load average: 0.05, 0.05, 0.02 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: sendmail domain configuration 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: Mon, 19 Oct 2009 19:32:05 -0000 I am trying to work around some design issues. Some of out FreeBSD macines must live in a made up domain. As a result from these machines gtes discarded by an sensible mail handling system. I have solved this problem on some Soalris machines that also si`uffer from this same design by settting the doamin macro in thier sendmail.cf as follows: Dj$w.realdomain.com OI know that in FreeBSD I should not edit sendmail.cf directly, but instead should edit the appropriate .mc file, and remake the .cf file. But I cannot find the documentation as to how to set this particular sendmail macro from the .mc file Can anyou give me some guidance here? -- One of the main causes of the fall of the roman empire was that, lacking zero, they had no way to indicate successful termination of their C programs.