Re: Dovecot 2.2.20 autoexpunge

2015-12-22 Thread Robert Blayzor
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

Re: Dovecot 2.2.20 autoexpunge

2015-12-22 Thread Teemu Huovila
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

Re: Dovecot 2.2.20 autoexpunge

2015-12-22 Thread Robert Blayzor
> 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

Re: Dovecot 2.2.20 autoexpunge

2015-12-22 Thread Dominik Breu
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

Dovecot 2.2.20 autoexpunge

2015-12-22 Thread Robert Blayzor
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

dsync and namespaces

2015-12-22 Thread Charlie Hothersall-Thomas
`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 > } >

Re: [bug][Pigeonhole 0.4.10] Missing msgid

2015-12-22 Thread Alexander Moisseev
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!