From owner-freebsd-questions@freebsd.org Sat Jul 27 02:48:19 2019 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 3C42BAF201 for ; Sat, 27 Jul 2019 02:48:19 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from corvid.alerce.com (corvid.alerce.com [206.125.171.163]) (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 2F7FE8D9C6 for ; Sat, 27 Jul 2019 02:48:18 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from postfix.alerce.com (76-226-160-236.lightspeed.sntcca.sbcglobal.net [76.226.160.236]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by corvid.alerce.com (Postfix) with ESMTPSA id 61F06334FF; Fri, 26 Jul 2019 19:48:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alerce.com; s=dkim; t=1564195690; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=MOB8J7gA1ldS9enCYkPx7YCN7zTL7chRc8Vq4AZGZjA=; b=wLT4r+rabCOHuI/HVjZcXOIvPTcyUfNa8vTedzETYRpplBGrYiRAtnfyD6I1U0LyHsxgFH smO9gjHDPAGgVx25R3lT99uNeMT4eeraYbi+0Q+k7gLoeB5mjrVkQYWsEsR6FfNrjKx2zb XaX5YJe7U0TUR37qbbaRA07ly73hjtT4TCSMYQqFvvV50CNi4NIAnBL4VXl/DQWI3QnH6s JPWaUGnzBR3H0jF5drQC9lXj9+ZQWxm0HL00IGmCTlgLgYJ7N50+FEdS95ibGITW+xe6tZ F6gEE0L12u13OmB+C/GR1TeSnjBUVuvc0etw9ScPyh6lY985z2raosAVGbTWbQ== Received: by postfix.alerce.com (Postfix, from userid 501) id C7DAD20104BCB0; Fri, 26 Jul 2019 19:48:09 -0700 (PDT) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <23867.47977.742960.179190@alice.local> Date: Fri, 26 Jul 2019 19:48:09 -0700 To: David Mehler Cc: freebsd-questions Subject: Re: freebsd, dovecot, and solr? In-Reply-To: References: X-Mailer: VM undefined under 26.1 (x86_64-apple-darwin14.5.0) Reply-To: hartzell@alerce.com X-Rspamd-Queue-Id: 2F7FE8D9C6 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=alerce.com header.s=dkim header.b=wLT4r+ra; dmarc=pass (policy=none) header.from=alerce.com; spf=pass (mx1.freebsd.org: domain of hartzell@alerce.com designates 206.125.171.163 as permitted sender) smtp.mailfrom=hartzell@alerce.com X-Spamd-Result: default: False [-4.69 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_REPLYTO(0.00)[hartzell@alerce.com]; R_SPF_ALLOW(-0.20)[+mx]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[alerce.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[alerce.com,none]; MX_GOOD(-0.01)[corvid.alerce.com]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(-2.09)[ip: (-5.75), ipnet: 206.125.168.0/21(-4.37), asn: 25795(-0.29), country: US(-0.05)]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:25795, ipnet:206.125.168.0/21, country:US]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[alerce.com:s=dkim]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_SHORT(-0.59)[-0.587,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_TLS_LAST(0.00)[] 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: Sat, 27 Jul 2019 02:48:19 -0000 David Mehler writes: > Hello, > > Does anyone have this combination going? I'm running freebsd and > dovecot, to which i'd like to add solr text search. I am stuck on xml > schema integration, if anyone has any notes i'd appreciate them. There's a nice blog post here https://www.c0ffee.net/blog/mail-server-guide/ that covers it. I grabbed some of the other bits for my server, but didn't set up SOLR. The rest of the post was nice and clean though! g.