From owner-freebsd-questions@FreeBSD.ORG Fri Nov 19 03:04:27 2004 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 4C8BC16A4CF for ; Fri, 19 Nov 2004 03:04:27 +0000 (GMT) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E8B043D5A for ; Fri, 19 Nov 2004 03:04:22 +0000 (GMT) (envelope-from dsyphers@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) ESMTP id iAJ34J4U017812; Thu, 18 Nov 2004 19:04:20 -0800 Received: from yggdrasil.seektruth.org (c-67-171-38-33.client.comcast.net [67.171.38.33]) (authenticated bits=0)iAJ34JJK030235 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Thu, 18 Nov 2004 19:04:19 -0800 From: David Syphers To: Gene Date: Thu, 18 Nov 2004 19:04:57 -0800 User-Agent: KMail/1.7 References: <200411172035.59370.dsyphers@u.washington.edu> <419D5353.5050106@Bomgardner.net> In-Reply-To: <419D5353.5050106@Bomgardner.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411181904.57641.dsyphers@u.washington.edu> cc: freebsd-questions@freebsd.org Subject: Re: basic sendmail problem 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: Fri, 19 Nov 2004 03:04:27 -0000 On Thursday 18 November 2004 05:58 pm, Gene wrote: > Check /etc/mail for > relay-domains > and > local-host-names > > I had to put my "host.domain.net" in each of these as well as access in > order > to get sendmail 8.13.1 to work. Thanks, everything works now. So it was either this, or rebooting after changing /etc/hosts, or both. Or something :) -David