From owner-freebsd-isp@FreeBSD.ORG Sun Sep 24 05:42:49 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B40316A407 for ; Sun, 24 Sep 2006 05:42:49 +0000 (UTC) (envelope-from corwin@aeternal.net) Received: from amber.aeternal.net (amber.aeternal.net [212.232.17.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A1043D6D for ; Sun, 24 Sep 2006 05:42:48 +0000 (GMT) (envelope-from corwin@aeternal.net) Received: from localhost (localhost.aeternal.net [127.0.0.1]) by amber.aeternal.net (Postfix) with ESMTP id DB3D2B9CE; Sun, 24 Sep 2006 07:42:46 +0200 (CEST) X-Virus-Scanned: by amavisd-new at aeternal.net Received: from amber.aeternal.net ([127.0.0.1]) by localhost (amber.aeternal.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WNP6a7HSKB2k; Sun, 24 Sep 2006 07:42:46 +0200 (CEST) Received: from [127.0.0.1] (chello089173027168.chello.sk [89.173.27.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by amber.aeternal.net (Postfix) with ESMTP id 24FFCB984; Sun, 24 Sep 2006 07:42:46 +0200 (CEST) Message-ID: <45161AD4.8070500@aeternal.net> Date: Sun, 24 Sep 2006 07:42:44 +0200 From: Martin Hudec User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Dave Kingsley References: <20060921232238.12681.qmail@web58411.mail.re3.yahoo.com> In-Reply-To: <20060921232238.12681.qmail@web58411.mail.re3.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-isp@freebsd.org Subject: Re: DNS - Postfix X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: corwin@aeternal.net List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Sep 2006 05:42:49 -0000 Hello Dave, Dave Kingsley wrote: > Our DNS server coughed a major hairball and our > postfix based email setup suddenly stopped working. > Here's our setup: > smtp server w/postfix also serving amavis w/sophie > imap server w/postfix mail store authentication via > LDAP > > Our problem seemd to be centered around MX records.?! > > What do I need to post (file chuncks, etc.) to aid > getting help? First of all, if this issue seems to be related to MX, though you seem not to be sure, just use: dig @server domain.tld -t mx where server is the server(s) from /etc/resolv.conf and domain.tld is free to choose. Nevertheless so far we do not have enough information to pinpoint the root cause. And as such we are just guessing. Some questions that need to be answered: 1.) what exactly stopped to work? relaying, delivering, fetching? 2.) what say the logs? 3.) are there any firewalls on the way? if yes, were they reconfigured (as to stop either dns or mail traffic)? 5.) what is that hairball coughed by your dns? 4.) setup postfix to do debug, try to send mail and check logs? debug can be set by debug_peer_level (verbosity) and debug_peer_list (ip address for which verbosity will be increased). Martin