From 93820f8d96b1ca9be1de1d4419d1404d321165a3 Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Sun, 4 Sep 2016 19:06:31 +0200 Subject: [PATCH] Show debug message when config/dovecot.cf gets loaded (#307) --- 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