From 5d7ae40fe7d5b1568761b680afa0c78f09e0d424 Mon Sep 17 00:00:00 2001 From: Filip Hajny Date: Sat, 28 Sep 2019 16:10:09 +0200 Subject: [PATCH] Explain container restart command --- docs/u_e-rspamd.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/u_e-rspamd.md b/docs/u_e-rspamd.md index 6493b38f8..c60dd4553 100644 --- a/docs/u_e-rspamd.md +++ b/docs/u_e-rspamd.md @@ -85,4 +85,7 @@ To whitelist this particular signature (and enable sending this type of file att `echo 'PUA.Pdf.Trojan.EmbeddedJavaScript-1' >> data/conf/clamav/whitelist.ign2` -Then restart the clamd-mailcow service. +Then restart the clamd-mailcow service container in the mailcow UI, or using docker-compose: + +`docker-compose restart clamd-mailcow` +