From 10278fda0b9b88fcf6db437f7a717088d74116cb Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Sun, 18 Jan 2026 00:16:54 -0300 Subject: [PATCH] permissions --- Dockerfile | 4 ++-- templates/start.d/setup_main | 0 templates/start.d/setup_milter | 0 templates/start.d/setup_postscreen | 0 templates/start.d/setup_relayhost | 0 templates/start.d/setup_submission | 0 templates/start.d/spamfilter | 0 7 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 templates/start.d/setup_main mode change 100644 => 100755 templates/start.d/setup_milter mode change 100644 => 100755 templates/start.d/setup_postscreen mode change 100644 => 100755 templates/start.d/setup_relayhost mode change 100644 => 100755 templates/start.d/setup_submission mode change 100644 => 100755 templates/start.d/spamfilter diff --git a/Dockerfile b/Dockerfile index a3edd60..ad16fc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM debian:trixie-slim -LABEL maintainer "Mauro Torrez " +LABEL maintainer="Mauro Torrez " ARG DEBIAN_FRONTEND=noninteractive ARG TARGETARCH ARG GOMPLATE_VERSION=4.3.0 -ENV LC_ALL C +ENV LC_ALL=C ENV BIFF=no ENV BOGOFILTER_ENABLE="yes" diff --git a/templates/start.d/setup_main b/templates/start.d/setup_main old mode 100644 new mode 100755 diff --git a/templates/start.d/setup_milter b/templates/start.d/setup_milter old mode 100644 new mode 100755 diff --git a/templates/start.d/setup_postscreen b/templates/start.d/setup_postscreen old mode 100644 new mode 100755 diff --git a/templates/start.d/setup_relayhost b/templates/start.d/setup_relayhost old mode 100644 new mode 100755 diff --git a/templates/start.d/setup_submission b/templates/start.d/setup_submission old mode 100644 new mode 100755 diff --git a/templates/start.d/spamfilter b/templates/start.d/spamfilter old mode 100644 new mode 100755