From b59bb1201aefc2803cb9e655937f2c88e8d73667 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 17 May 2021 21:02:36 +0200 Subject: [PATCH] DMA: do not ship a binary for creating mail boxes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Michael Tremer --- 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 e98e67415c..79cad8ece2 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 -- 2.39.5