Package: dovecot-common Version: 1:2.0.13-1.1 Severity: normal The daily cronjob for expiration (/etc/cron.daily/expire) is the old dovecot1 format:
#!/bin/sh [ -x /usr/sbin/dovecot ] || exit 0 [ -x /usr/lib/dovecot/expire-tool.sh ] || exit 0 [ -e /etc/default/dovecot ] || exit 0 EXPIRE_CRON="" .. /etc/default/dovecot [ "x$EXPIRE_CRON" = "xdaily" ] || exit 0 /usr/sbin/dovecot --exec-mail ext /usr/lib/dovecot/expire-tool.sh Not only does /etc/default/dovecot not have the EXPIRE_CRON variable any longer, but also the command used above is no longer the one used for doing expirations. Thanks, micah -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org