From nobody Sat Jul 06 22:12:49 2024 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WGl4h08wkz5Q54T for ; Sat, 06 Jul 2024 22:12:52 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "generic", Issuer "generic" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WGl4g3dx3z4NVl for ; Sat, 6 Jul 2024 22:12:51 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Authentication-Results: mx1.freebsd.org; none Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.17.1/8.17.1) with ESMTPS id 466MCnop008162 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sat, 6 Jul 2024 15:12:49 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.17.1/8.17.1/Submit) id 466MCn0T008161; Sat, 6 Jul 2024 15:12:49 -0700 (PDT) (envelope-from fbsd) Date: Sat, 6 Jul 2024 15:12:49 -0700 From: bob prohaska To: Keith Gaughan Cc: ports@freebsd.org Subject: Re: Using dma for external incoming mail Message-ID: References: <95e13235-b3ed-44ef-a884-e5b9a335977c@stereochro.me> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <95e13235-b3ed-44ef-a884-e5b9a335977c@stereochro.me> X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US] X-Rspamd-Queue-Id: 4WGl4g3dx3z4NVl On Sat, Jul 06, 2024 at 10:42:17PM +0100, Keith Gaughan wrote: > > The FeeBSD handbook includes some documentation on the basics of setting > it up and how to replace DMA with a fully-featured MTA, though it uses > Postfix as its example. Thanks to both you and Doug for instructive replies! bob prohaska