From owner-freebsd-questions@FreeBSD.ORG Thu Sep 4 05:15:32 2003 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 E6D9216A4BF for ; Thu, 4 Sep 2003 05:15:32 -0700 (PDT) Received: from remt20.cluster1.charter.net (remt20.cluster1.charter.net [209.225.8.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CAE143FFD for ; Thu, 4 Sep 2003 05:15:32 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt20.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 146053775; Thu, 04 Sep 2003 08:15:30 -0400 From: "Charles Howse" To: "'Scott Saunders'" Date: Thu, 4 Sep 2003 07:15:25 -0500 Message-ID: <002801c372de$38b24820$04fea8c0@moe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-questions@freebsd.org Subject: RE: Sendmail is sleepy - SOLVED (sort of) 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: Thu, 04 Sep 2003 12:15:33 -0000 > > The fact that the FQDN for this box is simply 'larry' is=20 > the cause of > > the problem...? >=20 > Yes. Sort of. As I understand it, 'larry' isn't enough to get be an=20 > entire FQDN. So, really, it's not a FQDN, since 'larry' isn't a top=20 > level domain like 'com' or 'org'. But, more simply, yes,=20 > that's part of=20 > the problem. After much frustration, I deleted every .cf file in /etc/mail, and edited every .mc file to include the line: Define(`confDOMAIN_NAME', `howse.no-ip.org') Then ran: # make cf # make install That still didn't work. I remembered that I use a Dynamic DNS service called noip.com to resolve my dynamic ip to 'howse.no-ip.org' on my Linux box, so I changed my hostname from 'larry' to 'larry.howse.no-ip.org'. That fixed it! Now, when I get mail from FBSD, it comes from root@howse.no-ip.org. Hoooray!