From owner-freebsd-questions@freebsd.org Tue Mar 10 01:04:25 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 11D3D25237C for ; Tue, 10 Mar 2020 01:04:25 +0000 (UTC) (envelope-from thomas@beingboiled.info) Received: from cyber.tty23.com (cyber.tty23.com [IPv6:2a01:4f8:1c1c:c882::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48bxgq57mFz4Sw9 for ; Tue, 10 Mar 2020 01:04:23 +0000 (UTC) (envelope-from thomas@beingboiled.info) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=beingboiled.info; s=2017052101; h=Message-ID:Subject:To:From:Date:Cc; bh=DtkD5EAUGGn2ZONZjtpdbebfsqHiW3Mw4DrUSmBWxxE=; b=j/vQlFnUgoFyd980I223FOsfDE HAZCwfgsXuGNUencGCwKMCJYd+kYiNqHFZLmQ0x32gZUWBeWYUmxJUucJ8xjTyfZeuvvMwWTlKsKi xsI/pKTlYYSpeg8MX8noqoYFgtmzwCt3AS8ORX/S0D4AbM1GOZT9WfQLIHjqxNItmE7E=; Received: from cyber.tty23.com ([2a01:4f8:1c1c:c882::1]) by cyber.tty23.com with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.93.0.4 (FreeBSD)) (envelope-from ) id 1jBTJk-000Fa0-Ie for freebsd-questions@freebsd.org; Tue, 10 Mar 2020 02:04:20 +0100 Date: Tue, 10 Mar 2020 02:04:20 +0100 (CET) From: Thomas Morper To: freebsd-questions@freebsd.org Subject: Re: net-im/prosody and SASL authentication In-Reply-To: <20200308173733.GA68069@admin.sibptus.ru> Message-ID: References: <20200308173733.GA68069@admin.sibptus.ru> User-Agent: Alpine 2.22 (BSF 395 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 48bxgq57mFz4Sw9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=beingboiled.info header.s=2017052101 header.b=j/vQlFnU; dmarc=none; spf=pass (mx1.freebsd.org: domain of thomas@beingboiled.info designates 2a01:4f8:1c1c:c882::1 as permitted sender) smtp.mailfrom=thomas@beingboiled.info X-Spamd-Result: default: False [-2.63 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[beingboiled.info:s=2017052101]; NEURAL_HAM_MEDIUM(-0.40)[-0.397,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[beingboiled.info]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; DKIM_TRACE(0.00)[beingboiled.info:+]; RCVD_COUNT_ONE(0.00)[1]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-0.83)[ipnet: 2a01:4f8::/29(-2.56), asn: 24940(-1.56), country: DE(-0.02)]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; RCVD_TLS_ALL(0.00)[]; ONCE_RECEIVED(0.10)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2020 01:04:25 -0000 On Mon, 9 Mar 2020, Victor Sudakov wrote: > I guess lua is missing the "cyrussasl" library but where do I get it? The Lua binding to the Cyrus SASL library is a separate module for which there's no port yet. It's only a single .so file, though, so I made a quick and dirty port. The result looks fine in poudriere, but my Prosody setup is different from yours and I can't really test it. If you want, please try and see if it works for you. Port source: https://www.beingboiled.info/file/lua-cyrussasl.tar.gz Packages for {11.3,12.1}-{i386,AMD64): https://www.beingboiled.info/file/lua-cyrussasl-packages.tar --