1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

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