diff --git a/target/start-mailserver.sh b/target/start-mailserver.sh index 1f0b40b0..df35e8f8 100644 --- a/target/start-mailserver.sh +++ b/target/start-mailserver.sh @@ -379,6 +379,7 @@ if [ "$ENABLE_POP3" = 1 -a "$SMTP_ONLY" != 1 ]; then fi if [ -f /tmp/docker-mailserver/dovecot.cf ]; then + echo 'Adding file "dovecot.cf" to the Dovecot configuration' cp /tmp/docker-mailserver/dovecot.cf /etc/dovecot/local.conf /usr/sbin/dovecot reload fi