From owner-freebsd-questions@freebsd.org Thu Jun 11 04:39: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 BE72434A89D for ; Thu, 11 Jun 2020 04:39:25 +0000 (UTC) (envelope-from freebsd@boosten.org) Received: from smtpq6.tb.mail.iss.as9143.net (smtpq6.tb.mail.iss.as9143.net [212.54.42.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49jB304H5yz42lD for ; Thu, 11 Jun 2020 04:39:24 +0000 (UTC) (envelope-from freebsd@boosten.org) Received: from [212.54.42.135] (helo=smtp11.tb.mail.iss.as9143.net) by smtpq6.tb.mail.iss.as9143.net with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjEzp-0005Uu-62; Thu, 11 Jun 2020 06:39:21 +0200 Received: from 84-25-247-31.cable.dynamic.v4.ziggo.nl ([84.25.247.31] helo=smtp.boosten.org) by smtp11.tb.mail.iss.as9143.net with esmtp (Exim 4.90_1) (envelope-from ) id 1jjEzp-0001b5-1e; Thu, 11 Jun 2020 06:39:21 +0200 Received: from [192.168.13.34] (iphone-peter.boosten.org [192.168.13.34]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.boosten.org (Postfix) with ESMTPSA id 18D931BF92; Thu, 11 Jun 2020 06:39:20 +0200 (CEST) From: Peter Boosten Mime-Version: 1.0 (1.0) Subject: Re: tools for building mailserver on freebsd Date: Thu, 11 Jun 2020 06:39:18 +0200 Message-Id: References: <7f0656fc-f3f9-4058-8382-c3dab4c4cc88@kicp.uchicago.edu> Cc: freebsd-questions@freebsd.org In-Reply-To: <7f0656fc-f3f9-4058-8382-c3dab4c4cc88@kicp.uchicago.edu> To: Valeri Galtsev X-Mailer: iPhone Mail (17F80) X-SourceIP: 84.25.247.31 X-Ziggo-spambar: / X-Ziggo-spamscore: 0.0 X-Ziggo-spamreport: CMAE Analysis: v=2.3 cv=Qdn9QvTv c=1 sm=1 tr=0 a=JWBJsaPp29SgP5DpYRBqZw==:17 a=nTHF0DUjJn0A:10 a=tJH9xGPiAAAA:8 a=bfTq5_EiPeczWAzuVK8A:9 a=QEXdDO2ut3YA:10 a=OfwfXyqfpRAA:10 a=lvNDOE9i95YA:10 a=KYHGhvEo8_f0mtjlDsMA:9 a=_Y0Kd3UX9osU2duU:21 a=_W_S_7VecoQA:10 a=HBD_kRSUtkV9tavlhyFi:22 X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No X-Rspamd-Queue-Id: 49jB304H5yz42lD X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.57 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[boosten.org:s=myselector]; RWL_MAILSPIKE_POSSIBLE(0.00)[212.54.42.169:from]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:212.54.32.0/19]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; NEURAL_HAM_LONG(-0.99)[-0.987]; NEURAL_HAM_MEDIUM(-1.04)[-1.040]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[boosten.org:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[boosten.org,quarantine]; NEURAL_HAM_SHORT(-0.94)[-0.940]; RECEIVED_SPAMHAUS_PBL(0.00)[84.25.247.31:received]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:33915, ipnet:212.54.32.0/20, country:NL]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[212.54.42.169:from] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2020 04:39:25 -0000 > On 11 Jun 2020, at 06:05, Valeri Galtsev wrote= : >=20 > =EF=BB=BF >=20 >> On 6/10/20 9:45 PM, Warren Hua wrote: >> Hello >> I am trying to build a mailserver on freebsd, including the full stack of= webmail, imap, antispam, antivirus, ssl etc. >> I searched and found there were such tools existing, such as mailinabox [= 1], but they work on linux only. >> Do you know if there is a similar solution for freebsd? >> thank you. >> [ This link helped me a lot. You can leave out the solr part, if you want to.=20= https://www.c0ffee.net/blog/mail-server-guide/ Peter=