smtprelay: update credential hashes

This commit is contained in:
Steffen Lange 2026-04-08 17:36:48 +00:00
parent 4960a0af76
commit 5d1e1f0546
4 changed files with 11 additions and 8 deletions

View file

@ -10,4 +10,4 @@ RUN apk --update --no-cache add shadow opensmtpd opensmtpd-filter-dkimsign && \
chgrp smtpq /usr/sbin/smtpctl && \
chmod g+s /usr/sbin/smtpctl && \
apk del shadow
ENTRYPOINT smtpd -d
ENTRYPOINT ["smtpd", "-d"]