Skip to content
Snippets Groups Projects
Commit 3bfe6eae authored by nimrod's avatar nimrod
Browse files

spamd: spamd moved to a separate package.

parent a6453818
No related branches found
No related tags found
No related merge requests found
Pipeline #3685 passed
...@@ -7,6 +7,7 @@ RUN apt-get update && \ ...@@ -7,6 +7,7 @@ RUN apt-get update && \
sa-compile \ sa-compile \
spamassassin \ spamassassin \
spamc \ spamc \
spamd \
&& \ && \
usermod --append --groups mail debian-spamd && \ usermod --append --groups mail debian-spamd && \
install -m 640 -o debian-spamd -g debian-spamd /dev/null /var/run/spamd.pid && \ install -m 640 -o debian-spamd -g debian-spamd /dev/null /var/run/spamd.pid && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment