From patchwork Mon May 17 19:02:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 4306 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FkT684tK1z3wbb for ; Mon, 17 May 2021 19:02:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FkT68278nz2L1; Mon, 17 May 2021 19:02:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FkT681VD1z2yZm; Mon, 17 May 2021 19:02:40 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FkT664KHTz2xPC for ; Mon, 17 May 2021 19:02:38 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FkT655KnXz1LK for ; Mon, 17 May 2021 19:02:37 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1621278158; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HoYmUXYVd/kCX8cUadgo2rwoJHTOHK2N4kS5gp0zOr8=; b=7xVtaprv2+KQi56DqX7W1DVZkGNFGi2Utvog+hfgxN5WdUUi1dqJJi+aAK+6H9frvFNYRn VEsLsis6rmTRiBBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1621278158; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HoYmUXYVd/kCX8cUadgo2rwoJHTOHK2N4kS5gp0zOr8=; b=AKXDXV0UXYC7ray61eHOXiwRpyPsrN30ueGQy6vMTgmUHy9hrxCH44yhAHXclkY0ZJt37G XpLUm20iHkxW+hebNQHJrb/gxfg6g60xb0cnFGNBAgl7qGl/WSYewnrlaEHGwnuTpWQpI+ nHFdSAOmye7zYal2x0TJsEwh4rtc4Y5A/K3POh4yaLGlyJCgB2lhwGVolu+CJ/57kfmI3H JrxK+ldFhXr9RW+/gAbdpGXEtPSlHO2lpJwb8sCTYij1srSO1lB/u8kWDmJUDdUArKYiaz q0rWsCBWxAIF/miwIeZK+sTS+IhHy8mqLO/ayJ9U9dpfOjFvahIP2tXm+UgTLA== Subject: [PATCH 05/20] DMA: do not ship a binary for creating mail boxes To: development@lists.ipfire.org References: <7b61506c-84b9-f4e8-7a5f-5a8e8a39f795@ipfire.org> <4924bc88-655d-2a81-96de-000a7362bece@ipfire.org> <6a4b79d4-6fdd-612f-36d4-e7614f1164be@ipfire.org> From: =?utf-8?q?Peter_M=C3=BCller?= Message-ID: <2fb1ab47-34a4-f58d-93a8-3e2f79f122ff@ipfire.org> Date: Mon, 17 May 2021 21:02:36 +0200 MIME-Version: 1.0 In-Reply-To: <6a4b79d4-6fdd-612f-36d4-e7614f1164be@ipfire.org> Content-Language: en-US X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" This is only needed in case of bounces generated by locally emitted messages. We neither store these, nor do we create mail boxes on a firewall. Safe to drop. Cc: Michael Tremer Signed-off-by: Peter Müller --- config/rootfiles/common/dma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/common/dma b/config/rootfiles/common/dma index e98e67415..79cad8ece 100644 --- a/config/rootfiles/common/dma +++ b/config/rootfiles/common/dma @@ -1,5 +1,5 @@ etc/alternatives/sendmail -usr/lib/dma-mbox-create +#usr/lib/dma-mbox-create usr/sbin/dma usr/sbin/dma-cleanup-spool usr/sbin/mailq