Show debug message when config/dovecot.cf gets loaded (#307)

This commit is contained in:
Josef Friedrich 2016-09-04 19:06:31 +02:00
parent 0baf7954c5
commit 93820f8d96
1 changed files with 1 additions and 0 deletions

View File

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