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

This commit is contained in:
Josef Friedrich 2016-09-04 20:38:30 +02:00 committed by Thomas VIAL
parent fce98eaecb
commit 06125e1f1a

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