From 06125e1f1acb047219f7e9ee1508d94612ec0406 Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Sun, 4 Sep 2016 20:38:30 +0200 Subject: [PATCH] Show debug message when config/dovecot.cf gets loaded (#307) (#308) --- target/start-mailserver.sh | 1 + 1 file changed, 1 insertion(+) 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