From a211d92fd6c6e1cca62798b394ca051bbb42067f Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 17 Dec 2025 17:50:42 +0100 Subject: [PATCH] reload dovecot to enable imapsieve plugin --- public/ispmail.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/ispmail.sh b/public/ispmail.sh index ee9eeee..7b2ceb6 100755 --- a/public/ispmail.sh +++ b/public/ispmail.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash -ex # # Installer for ISPmail servers # Copyright © 2025 Christoph Haas @@ -752,6 +752,7 @@ pipe :copy "rspamd-learn-ham.sh"; EOF # Compile the Sieve scripts + systemctl reload dovecot sievec /etc/dovecot/sieve/learn-spam.sieve 2>/dev/null sievec /etc/dovecot/sieve/learn-ham.sieve 2>/dev/null