From dbb79dd567509c284d9d5bebc3da2750dd601e43 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 28 Feb 2025 21:03:38 +0100 Subject: [PATCH] fix Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9b00401..9b5dcc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,9 @@ ENV SMARTHOST_USER="" ENV SMARTHOST_PASS="" # ip addresses or networks to allow for relaying, separate multiple ones by semicolon ENV RELAYNETS="127.0.0.1/32" +# whitelist of recipient domains, colon-separated, if empty all no restrictions +ENV WHITELISTED_RECIPIENTS="" + RUN apk add --no-cache exim m4