From f4f70899c9f657159e536b7659d50c689282f68e Mon Sep 17 00:00:00 2001 From: Kyle Ondy Date: Thu, 28 Jul 2016 14:35:09 -0400 Subject: [PATCH] Add echo when sieve managemnt is enabled --- target/start-mailserver.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/target/start-mailserver.sh b/target/start-mailserver.sh index 9d6a56cf..31bdae72 100644 --- a/target/start-mailserver.sh +++ b/target/start-mailserver.sh @@ -304,6 +304,7 @@ cron # Enable Managesieve service by setting the symlink # to the configuration file Dovecot will actually find if [ "$ENABLE_MANAGESIEVE" = 1 ]; then + echo "Sieve management enabled" mv /etc/dovecot/protocols.d/managesieved.protocol.disab /etc/dovecot/protocols.d/managesieved.protocol fi