[Dovecot] Push version, fix cronjob (fixes #310)

master
andryyy 2017-08-01 14:02:00 +02:00
parent 1d90702bae
commit 2eed7c05a1
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ RUN curl https://www.dovecot.org/releases/2.2/dovecot-$DOVECOT_VERSION.tar.gz |
RUN cpanm Data::Uniqid Mail::IMAPClient String::Util
RUN echo '* * * * * root /usr/local/bin/imapsync_cron.pl' > /etc/cron.d/imapsync
RUN echo '30 3 * * * vmail /usr/bin/doveadm quota recalc -A' > /etc/cron.d/dovecot-sync
RUN echo '30 3 * * * vmail /usr/local/bin/doveadm quota recalc -A' > /etc/cron.d/dovecot-sync
COPY syslog-ng.conf /etc/syslog-ng/syslog-ng.conf
COPY imapsync /usr/local/bin/imapsync

View File

@ -163,7 +163,7 @@ services:
- sogo
dovecot-mailcow:
image: mailcow/dovecot:1.5
image: mailcow/dovecot:1.6
build: ./data/Dockerfiles/dovecot
depends_on:
unbound-mailcow: