From owner-freebsd-ports@freebsd.org Fri Jul 10 03:48:53 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53216995CA5 for ; Fri, 10 Jul 2015 03:48:53 +0000 (UTC) (envelope-from dewayne.geraghty@consciuminternational.com.au) Received: from hermes.heuristicsystems.com.au (hermes.heuristicsystems.com.au [203.41.22.115]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "hermes.heuristicsystems.com.au", Issuer "Heuristic Systems Type 4 Host CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DF99D1F14 for ; Fri, 10 Jul 2015 03:48:52 +0000 (UTC) (envelope-from dewayne.geraghty@consciuminternational.com.au) Received: from [10.0.5.3] (ewsw01.hs [10.0.5.3]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.14.6/8.13.6) with ESMTP id t6A3ldjt092967 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=FAIL) for ; Fri, 10 Jul 2015 13:47:45 +1000 (EST) (envelope-from dewayne.geraghty@consciuminternational.com.au) To: "freebsd-ports@freebsd.org" From: Dewayne Geraghty Subject: sendmail patch fixes sasl kerberos X-Enigmail-Draft-Status: N1110 Message-ID: <559F4059.2070907@consciuminternational.com.au> Date: Fri, 10 Jul 2015 13:47:37 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2015 03:48:53 -0000 I've noticed that a contributor's patch was included in the sendmail update for 10.1Stable this morning: /usr/src/contrib/sendmail/contrib/AuthRealm.p0. This patch enbles sasl to function properly in a kerberised environment. Without the patch the server's hostname is taken/used as the realm... Can it be included in mail/sendmail/files? Aside: The patch date on my *local* /usr/ports/mail/sendmail/files/patch-gssapi is Feb 1, 2014, around the time that John.Marshall@riverwillow.com.au provided the patch upstream. Regards, Dewayne