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