From owner-freebsd-questions@freebsd.org Sun Aug 6 15:27:50 2017 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 0D407DB5CF8 for ; Sun, 6 Aug 2017 15:27:50 +0000 (UTC) (envelope-from edgar@pettijohn-web.com) Received: from mail.pettijohn-web.com (pettijohn-web.com [108.61.222.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.pettijohn-web.com", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BCFBC63D59 for ; Sun, 6 Aug 2017 15:27:49 +0000 (UTC) (envelope-from edgar@pettijohn-web.com) Received: from FreeBSD ([50.59.65.9]) (authenticated bits=128) by mail.pettijohn-web.com (8.15.2/8.15.2) with ESMTPSA id v76FMaVk017296 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sun, 6 Aug 2017 10:22:39 -0500 (CDT) (envelope-from edgar@pettijohn-web.com) Date: Sun, 6 Aug 2017 10:22:13 -0500 From: Edgar Pettijohn To: freebsd-questions@freebsd.org Subject: sendmail seperate mta/msa processes Message-ID: <20170806152213.GB29094@FreeBSD> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.3 (2017-05-23) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 15:27:50 -0000 Currently my mail server is working well enough. However, I would like to try setting up multiple sendmail processses with their own configurations. So I can have one running on port 25 with spam milters, no relays allowed, and deliver mail to dovecot lmtp. Then have a seperate process with its own config running on port 587 that requires tls+auth before it relays. Is this something people do regularly and is easy to implement? Or is it one of those things that after I begin I will wish I had never attempted. Thanks in advance, Edgar