From owner-freebsd-questions@FreeBSD.ORG Fri Jun 19 21:34:04 2015 Return-Path: Delivered-To: freebsd-questions@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A1C0BB2 for ; Fri, 19 Jun 2015 21:34:04 +0000 (UTC) (envelope-from chuck@mantis.biz) Received: from zip.c7hosting.com (zip.c7hosting.com [96.47.41.151]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2558A368 for ; Fri, 19 Jun 2015 21:34:03 +0000 (UTC) (envelope-from chuck@mantis.biz) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mantis.biz; s=default; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References:Subject:To:MIME-Version:From:Date:Message-ID; bh=pjd8JoykniWUyDo5JDafdzimFOza4MLDAoxtLmDuKsM=; b=SAMII5ydK1bum0Ipl5X1ltQMRAfo+8HIynd7kgB9io7dd3erpvJBoTKfDPDaJb5P7Du8+Wn1BS6aMwdaMpwyUzdFttlgDy0MFtU6gsCdqzt8splRyz6sFXMimQiD9NQ0; Received: from toroon4213w-lp130-04-1176445566.dsl.bell.ca ([70.31.34.126]:52134 helo=[192.168.2.13]) by zip.c7hosting.com with esmtpa (Exim 4.85) (envelope-from ) id 1Z63vH-0004Zc-1l for freebsd-questions@freebsd.org; Fri, 19 Jun 2015 17:34:03 -0400 Message-ID: <55848ACA.8030300@mantis.biz> Date: Fri, 19 Jun 2015 17:34:02 -0400 From: "Chuck @ Mantis" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: sendmail slow after upgrading to 10-RELEASE References: <55846619.60305@mantis.biz> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - zip.c7hosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - mantis.biz X-Get-Message-Sender-Via: zip.c7hosting.com: authenticated_id: chuck@mantis.biz X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2015 21:34:04 -0000 On 6/19/2015 5:27 PM, Charles Swiger wrote: > On Jun 19, 2015, at 11:57 AM, Chuck @ Mantis wrote: >> test@test.com... Connecting to [127.0.0.1] via relay... >> >> ***the above line takes 5 seconds then the rest of the output is quick and sends the e-mail fine*** > That implies you don't have an PTR record for 127.0.0.1 in your DNS. > "dig -x 127.0.0.1" should return something like: > > ;; QUESTION SECTION: > ;1.0.0.127.in-addr.arpa. IN PTR > > ;; ANSWER SECTION: > 1.0.0.127.in-addr.arpa. 3600 IN PTR localhost. > > Regards, [root@web1 /etc/mail/certs]# dig -x 127.0.0.1 ; <<>> DiG 9.10.2 <<>> -x 127.0.0.1 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5054 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;1.0.0.127.in-addr.arpa. IN PTR ;; ANSWER SECTION: 1.0.0.127.in-addr.arpa. 1800 IN PTR localhost. ;; Query time: 0 msec ;; SERVER: 10.1.1.2#53(10.1.1.2) ;; WHEN: Fri Jun 19 17:32:00 EDT 2015 ;; MSG SIZE rcvd: 63 [root@web1 /etc/mail/certs]# cat /etc/hosts # $FreeBSD: releng/10.1/etc/hosts 109997 2003-01-28 21:29:23Z dbaker $ ::1 localhost localhost.mydomain.net 127.0.0.1 localhost localhost.mydomain.net 10.1.1.39 web1.mydomain.net web1 10.1.1.39 web1.mydomain.net.