Add echo when sieve managemnt is enabled

This commit is contained in:
Kyle Ondy 2016-07-28 14:35:09 -04:00
parent 43b366aaad
commit f4f70899c9
No known key found for this signature in database
GPG key ID: 8D6B17000513440D

View file

@ -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