From owner-freebsd-questions@freebsd.org Mon Aug 8 06:56:59 2016 Return-Path: Delivered-To: freebsd-questions@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 569B7BB198B for ; Mon, 8 Aug 2016 06:56:59 +0000 (UTC) (envelope-from bsd@bontempi.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (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 2E6951798 for ; Mon, 8 Aug 2016 06:56:58 +0000 (UTC) (envelope-from bsd@bontempi.net) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 83EE120150 for ; Mon, 8 Aug 2016 02:56:57 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute2.internal (MEProxy); Mon, 08 Aug 2016 02:56:57 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bontempi.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=qMxUoCdkJ8YA9TIH+tVrNIWBCFE=; b=UeD1N+ 50U6gu5ux2lHr7/obnJUWoglewSHJu4yPjq2kFtyoce0u3MwIYHFaA+j38zDzyGo GaeJnrXOZywtaGodpQ6o3vNU2oMXZLS2huT3SsiOuU+MZXVdP+2J+KGu/sjaMy9z Zi2OG/0ximoFqBKjQ+uhvRBZAEiofa7oqiRIs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=qMxUoCdkJ8YA9TI H+tVrNIWBCFE=; b=lOSVreHe2/1OZbM4dDEpEClX/RtYist3tyxWxf9m0Mf0Pv9 JilA/o4SNt5pEzLRAtTQs2YvgPdv2xVX475uVxV5e+URjhJLk3stBgl9BfgI6IXK jhj0vejTr8sYMvygIIHM8Qiy72htsL21cB+gOqVLXmgCoxmFZpCrKI862tvU= Received: by mailuser.nyi.internal (Postfix, from userid 99) id 4B4A41E380; Mon, 8 Aug 2016 02:56:57 -0400 (EDT) Message-Id: <1470639417.2243198.688841337.79572674@webmail.messagingengine.com> X-Sasl-Enc: cz+np5NHnBGbL5C9cX1AOe4AKH1Uzu9FrEk4x0hrrkrR 1470639417 From: Priyadarshan To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-b9085e99 Subject: Re: Need advice for setting up mail server Date: Mon, 08 Aug 2016 06:56:57 +0000 In-Reply-To: <20160808063138.GA20037@box-hlm-03.niklaas.eu> References: <2394887a809b4ad8e702d1d13bb1337c@mail.zplay.eu> <20160807180149.GC12411@len-t420.klaas> <44D296EC-FA25-4279-9501-8BB6B2DD86A6@mail.sermon-archive.info> <20160808063138.GA20037@box-hlm-03.niklaas.eu> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2016 06:56:59 -0000 We have had good results using the workflow used by Mail-in-a-box: https://github.com/mail-in-a-box/mailinabox I have been wishing to add FreeBSD platform to that, but right now it is not on top pf priorities. But it presents sensible choices, and it may be worth a look. Priyadarshan