From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 12:25:58 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 CB22A16A4CE for ; Fri, 6 Feb 2004 12:25:58 -0800 (PST) Received: from out001.verizon.net (out001pub.verizon.net [206.46.170.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F1F343D54 for ; Fri, 6 Feb 2004 12:25:54 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([68.160.202.196]) by out001.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040206202545.CTXT25581.out001.verizon.net@mac.com>; Fri, 6 Feb 2004 14:25:45 -0600 Message-ID: <4023F842.6070305@mac.com> Date: Fri, 06 Feb 2004 15:25:38 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maxine Simpson References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out001.verizon.net from [68.160.202.196] at Fri, 6 Feb 2004 14:25:45 -0600 cc: freebsd-questions@freebsd.org Subject: Re: Mail Delivery within Local Domain Takes Hours 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, 06 Feb 2004 20:25:58 -0000 Maxine Simpson wrote: [ ... ] > 3. Mail between users in our local domain (user1@ourdomain.com to > user2@ourdomain.com) takes ~4 hours to be delivered. (???) > > Any thoughts on what might be causing this? Several, although you should look at /var/log/maillog and see what's really going on. :-) The four-hour interval is sendmail's normal "retry after a failed delivery attempt timeout", only the initial delivery attempt shouldn't fail when the mail is local. If you're running a recent sendmail, make sure you've got both the MTA (as root) and the client MSP queue running (as smmsp). Perhaps try: echo '3,0 user1@ourdomain.com' | sendmail -bt ...that should end with something like: parse returns: $# local $: user1 -- -Chuck