readd wildcard sending functionality

This commit is contained in:
Sebastian Hugentobler 2022-10-31 13:38:08 +01:00
parent 17449cfdb4
commit fba756d7ac
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
4 changed files with 10 additions and 10 deletions

View file

@ -5,7 +5,8 @@ RUN apk add --no-cache \
postfix-pgsql \
openssl \
libstdc++ \
libmilter
libmilter \
icu-data-full
RUN addgroup -g 2222 access
RUN addgroup postfix access