search for: 092053

Displaying 3 results from an estimated 3 matches for "092053".

Did you mean: 992053
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
...et folder names dynamicaly, without setting up a mailbox in advance. Here the problem is discussed http://www.dovecot.org/list/dovecot/2013-August/092023.html but no solution is found apart from defining the namespace in the static config, see here http://www.dovecot.org/list/dovecot/2013-August/092053.html As I do not know what folders the user might to configure for autoexpunge, I cannot put the folders into the config. Thorsten On Tue, Jan 17, 2017 at 12:14 PM, Thomas Leuxner <tlx at leuxner.net> wrote: > * Thorsten Hater <thorsten.hater at gmail.com> 2017.01.17 12:04: >...
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
I know, but it is not present in the string returned by the userdb, which is set up for testing userdb { driver = static args = namespace/inbox/mailbox/Bla/autoexpunge=6h } On Tue, Jan 17, 2017 at 11:03 AM, Thomas Leuxner <tlx at leuxner.net> wrote: > * Thorsten Hater <thorsten.hater at gmail.com> 2017.01.17 10:57: > > > Unfortunately, this yields the same
2017 Jan 18
0
Dynamic autoexpunge for IMAP folders
...gt; up a mailbox in advance. > Here the problem is discussed > > http://www.dovecot.org/list/dovecot/2013-August/092023.html > > but no solution is found apart from defining the namespace in the > static config, see here > > http://www.dovecot.org/list/dovecot/2013-August/092053.html > > As I do not know what folders the user might to configure for > autoexpunge, I cannot put the folders into the config. You need to list what mailboxes exist: namespace/inbox/mailbox=foo bar namespace/inbox/mailbox/foo/autoexpunge=6h namespace/inbox/mailbox/bar/autoexpunge=6h I...