On Dec 22, 2015, at 2:56 PM, Teemu Huovila wrote:
>
> The autoexpunge feature does not check the \Deleted flag.
>
> Are any errors logged in "doveadm log errors"? Could you post your complete
> output of doveconf -n please.
That’s what I thought. If I run expunge from doveadm manually, it wi
On 22.12.2015 19:24, Robert Blayzor wrote:
>> On Dec 22, 2015, at 9:49 AM, Dominik Breu wrote:
>> the autoexpunge feature only removes mails wich have the \Delete Flag so no
>> deletion of mails wich doesn't have this Flag(see
>> https://tools.ietf.org/html/rfc4315#section-2.1 or
>> http://w
> On Dec 22, 2015, at 9:49 AM, Dominik Breu wrote:
> the autoexpunge feature only removes mails wich have the \Delete Flag so no
> deletion of mails wich doesn't have this Flag(see
> https://tools.ietf.org/html/rfc4315#section-2.1 or
> http://wiki2.dovecot.org/Tools/Doveadm/Expunge)
>
> you c
Hi Robert,
the autoexpunge feature only removes mails wich have the \Delete Flag
so no deletion of mails wich doesn't have this Flag(see
https://tools.ietf.org/html/rfc4315#section-2.1 or
http://wiki2.dovecot.org/Tools/Doveadm/Expunge)
you could run a cron job with a doveadm move comando to
I have configured autoexpunge on some folders:
namespace inbox {
inbox = yes
location =
mailbox Junk {
auto = subscribe
autoexpunge = 30 days
special_use = \Junk
}
mailbox Trash {
auto = subscribe
autoexpunge = 2 weeks
special_use = \Trash
}
prefix =
separat
`doveconf -n' output:
> # 2.2.10: /etc/dovecot/dovecot.conf
> # OS: Linux 3.10.0-229.20.1.el7.x86_64 x86_64 CentOS Linux release 7.2.1511
> (Core)
> listen = *
> mail_location = maildir:~/Maildir/
> namespace {
> inbox = yes
> location =
> prefix =
> separator = /
> type = private
> }
>
On 22.12.15 2:06, Stephan Bosch wrote:
I am quite confident that this fixes it:
http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/37ddc42c007c
Regards,
Stephan.
Yes, that change fixed the issue. Thanks!