From owner-freebsd-questions@FreeBSD.ORG Fri Jun 19 18:57:31 2015 Return-Path: Delivered-To: freebsd-questions@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01758E9 for ; Fri, 19 Jun 2015 18:57:30 +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 D2DC38B8 for ; Fri, 19 Jun 2015 18:57:30 +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:Subject:To:MIME-Version:From:Date:Message-ID; bh=YQrDM/FCNBfWhCcrkK/eLF87TEbR3jg4GBLsYdw+v3A=; b=OQmaULyxL346lt1ba4iYD5ZHiQ6+83Vi7yR8ZdUE7LwAuWVUnifvFSfSXF4a5zhZ8QwKfw8agcPCjWcWnla6Atw+7qTLtX/L/YEY2DdPpXe6E0491XqfM3tKQiYJzwL1; Received: from toroon4213w-lp130-04-1176445566.dsl.bell.ca ([70.31.34.126]:50591 helo=[192.168.2.13]) by zip.c7hosting.com with esmtpa (Exim 4.85) (envelope-from ) id 1Z61Tm-0002T8-1j for freebsd-questions@freebsd.org; Fri, 19 Jun 2015 14:57:30 -0400 Message-ID: <55846619.60305@mantis.biz> Date: Fri, 19 Jun 2015 14:57:29 -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: sendmail slow after upgrading to 10-RELEASE Content-Type: text/plain; charset=utf-8; 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 18:57:31 -0000 mail -v -s "test from web1" test@test.com . EOT 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*** 220 web1.ctest.net ESMTP Sendmail 8.14.9/8.14.9; Fri, 19 Jun 2015 14:50:52 -0400 (EDT) >>> EHLO web1.ctest.net 250-web1.ctest.net Hello localhost [127.0.0.1], pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 250-DSN 250-ETRN 250-STARTTLS 250-DELIVERBY 250 HELP >>> STARTTLS 220 2.0.0 Ready to start TLS >>> EHLO web1.ctest.net 250-web1.ctest.net Hello localhost [127.0.0.1], pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 250-DSN 250-ETRN 250-DELIVERBY 250 HELP >>> MAIL From: SIZE=42 250 2.1.0 ... Sender ok >>> RCPT To: >>> DATA 250 2.1.5 ... Recipient ok 354 Enter mail, end with "." on a line by itself >>> . 250 2.0.0 t5JIoqOn021612 Message accepted for delivery test@test.com... Sent (t5JIoqOn021612 Message accepted for delivery) Closing connection to [127.0.0.1] >>> QUIT 221 2.0.0 web1.ctest.net closing connection