From owner-freebsd-current@FreeBSD.ORG Wed Feb 26 11:09:01 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9570B3CE for ; Wed, 26 Feb 2014 11:09:01 +0000 (UTC) Received: from nm3-vm8.access.bullet.mail.gq1.yahoo.com (nm3-vm8.access.bullet.mail.gq1.yahoo.com [216.39.63.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 52D1D1B63 for ; Wed, 26 Feb 2014 11:09:01 +0000 (UTC) Received: from [216.39.60.175] by nm3.access.bullet.mail.gq1.yahoo.com with NNFMP; 26 Feb 2014 11:02:03 -0000 Received: from [98.138.104.96] by tm11.access.bullet.mail.gq1.yahoo.com with NNFMP; 26 Feb 2014 11:02:03 -0000 Received: from [127.0.0.1] by smtp116.sbc.mail.ne1.yahoo.com with NNFMP; 26 Feb 2014 11:02:03 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s1024; t=1393412523; bh=zcHkUAND/G+rgumAJ1Q9RYcuuxzwL8vaVN+Xs4vdpTw=; h=X-Yahoo-Newman-Id:Message-ID:Date:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:From:To:CC:References:Subject; b=OvJIV+z8vWGpHDRcpgybwIQm+xgnPrS9vjJ1cuDPEXpIDcr7fpIWnc10ZEM7phEI/lOm+Qc/3k8zEiEpoR18xUE9bUsu+XLSwexF+YBzp0IGyeM3hynR5U6D9UND+pubQYfJlCwILPZ/RjXP4kZy+LiN91PhYqkUBKPSEh92uHM= X-Yahoo-Newman-Id: 293680.6038.bm@smtp116.sbc.mail.ne1.yahoo.com Message-ID: <293680.6038.bm@smtp116.sbc.mail.ne1.yahoo.com> Date: Wed, 26 Feb 2014 11:02:03 +0000 (UTC) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 7G5NlLIVM1npNR7hBf2kn_OHx_.BdBVuJWXxA75cT75G.2J qNoU8WT5QQlIW4e3_ahU9lMEFPfqzfeRZTWbZ1CN650AfOTkqOO8Iw3EZVJx hwPHCATSE6E_HozLY2WMXwqUP_u1FSShmYy8hQzBdvR2s_Iv5wpA.7YiAXCX VkBuqpFn2p63_d6NVMGDrubFDoDJQa.LYQg9_3OlUXuAXsn1MA7uGZwZgSD8 eBSD7negDVukFampoD1buwAl0K93uLPMnqJWwV66KVFla2rKp6g2lnmeHU9O _1pXTAFt009siDwP3v1C_.M7MH5ytpdH6UOrZXJ5mVF_9IAo28FXXuTWlIu_ aDIfCpAWgbboFqXlcovoihA23gDNDCT5s9ngb1OvdU4TQj.Abc6IqFR4S6oN g3.Izbr.G5FHLDlc59Eyvahs2MBzS6pNrzobltpcAB5TXzmSxnmH6flChllP y0sanieksN3voDAw_byVSqVO9IvtWoLN_aghFjNLg8cih5FYPnfndRZmCJ5Y 4JSfLolYjxVflngPA58cjGCb_U0iBX3RNF3d3hLXLWsOLYZDp X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- X-Rocket-Received: from localhost (mueller6724@96.28.178.143 with plain [98.138.31.74]) by smtp116.sbc.mail.ne1.yahoo.com with SMTP; 26 Feb 2014 11:02:03 +0000 UTC From: "Thomas Mueller" To: freebsd-current@freebsd.org References: <8230C851-5814-4BC7-91FD-00798FD62021@lpthe.jussieu.fr> <1393357369.19901.87724437.0D071783@webmail.messagingengine.com> Subject: Re: Import of DragonFly Mail Agent Cc: Julio Merino X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 11:09:01 -0000 from Mark Felder: > Yes, however the Sendmail in base on FreeBSD 8 and 9 is compiled against > OpenSSL < 1.0 which means it's missing support for TLS 1.2, SNI, and > other modern best practice features. That suggests putting sendmail to ports rather than base system, so that updates would not depend on FreeBSD system release timing. Such an argument was the big reason why pkg (pkgng) is a port rather than part of base system. Tom