From owner-freebsd-questions@freebsd.org Tue Mar 10 13:58:04 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 AF5B7264776 for ; Tue, 10 Mar 2020 13:58:04 +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 48cGrV0MN6z3Bsn for ; Tue, 10 Mar 2020 13:58:01 +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=GPklEn4BGhqLxY7PXeGJBGRxBQrIThTOCxoNL80YO8w=; b=jiog4ZQrLID8CLIRs3+Xrs8Qtz uuh7Rcjrmj79pTyMjjZtaK8APgJzEgSptdtitb2OwhnQlKamGQ534D2rR0Q1bScpP6fphiiG5maR2 ydQauYQrAiyyqyTmyqCqp9QkS9pl+Hf97UnAKHuo7cr1x9lWn8Tl0k45bGlV/kBL8QL8=; 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 1jBfOP-000Hgw-N9 for freebsd-questions@freebsd.org; Tue, 10 Mar 2020 14:57:57 +0100 Date: Tue, 10 Mar 2020 14:57:57 +0100 (CET) From: Thomas Morper To: freebsd-questions@freebsd.org Subject: Re: net-im/prosody and SASL authentication In-Reply-To: <20200310032409.GA170@admin.sibptus.ru> Message-ID: References: <20200308173733.GA68069@admin.sibptus.ru> <20200310032409.GA170@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: 48cGrV0MN6z3Bsn X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=beingboiled.info header.s=2017052101 header.b=jiog4ZQr; 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.82 / 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.59)[-0.588,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 13:58:04 -0000 On Tue, 10 Mar 2020, Victor Sudakov wrote: > BTW how do I "import" your port into poudriere? I know only how to work > with whole ports trees ("poudriere ports -[c|u]"). Simply copy the extracted "lua-cyrussasl" folder into the the "security" folder of your ports tree (or a copy of the ports tree to avoid any interference with the official ports). --