From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 20:22:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79BDF16A405 for ; Fri, 13 Jul 2007 20:22:56 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id 636A713C4A8 for ; Fri, 13 Jul 2007 20:22:56 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay5.apple.com (relay5.apple.com [17.128.113.35]) by mail-out4.apple.com (Postfix) with ESMTP id 573D1BED735; Fri, 13 Jul 2007 13:22:56 -0700 (PDT) Received: from relay5.apple.com (unknown [127.0.0.1]) by relay5.apple.com (Symantec Mail Security) with ESMTP id 435CB29C002; Fri, 13 Jul 2007 13:22:56 -0700 (PDT) X-AuditID: 11807123-a573dbb000000b34-b9-4697df2043a7 Received: from [17.214.13.96] (int-si-a.apple.com [17.128.113.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay5.apple.com (Apple SCV relay) with ESMTP id 376F030400E; Fri, 13 Jul 2007 13:22:56 -0700 (PDT) In-Reply-To: <001301c7c4da$15a332c0$0600010a@atlantis> References: <001301c7c4da$15a332c0$0600010a@atlantis> Mime-Version: 1.0 (Apple Message framework v752.2) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2E779E4B-E692-426B-AB6C-CF77B3FA1616@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Fri, 13 Jul 2007 13:22:56 -0700 To: Jasvinder S. Bahra X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: Re: "Periodic" e-mails 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: Fri, 13 Jul 2007 20:22:56 -0000 On Jul 12, 2007, at 4:12 PM, Jasvinder S. Bahra wrote: > I examined /var/log/maillog, and saw something unexpected... > > Jul 12 23:45:13 HOSTNAME sm-mta[580]: l6824ssQ008021: > to=, delay=4+20:40:18, xdelay=00:00:00, > mailer=esmtp, pri=21733613, relay=sirius.DOMAIN...DOMAIN.ORG., > dsn=4.0.0, > stat=Deferred: Connection refused by HOSTNAME.DOMAIN.ORG.DOMAIN.ORG. > > (Note, i've replaced references to my actual hostname and domain with > HOSTNAME and DOMAIN.ORG respectively). That kind of issue tends to indicate that someone missed a period at the end of the hostname in zone file specifying the MX record for domain.org. -- -Chuck