Displaying 20 results from an estimated 2000 matches similar to: "autoexpunge clarification"
2016 Aug 31
2
autoexpunge clarification
Thanks Philon,
I did read the extra bullets, as indicated in my email below. But your "When the user quits and thus closes his mailbox/connection" is more clear than "after the client is already disconnected", since the latter is really anytime, rather than at the time they quit.
I can guess that the bulletin about LMTP similarly means at the end of each time LMTP delivers
2020 Feb 17
3
How does dovecot determine users from /etc/passwd?
We're using dovecot on a help desk ticketing system. The system
doesn't perform any cleanup of IMAP mailboxes so we have a regular
cronjob doing this:
/usr/bin/doveadm flags add -A '\Deleted' SEEN SENTBEFORE 12w &&
/usr/bin/doveadm expunge -A DELETED MAILBOX '*'
Recently, doveadm has been reporting this:
doveadm(nobody): Error: User initialization failed:
2015 Dec 03
8
v2.2.20 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.20.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.20.rc1.tar.gz.sig
v2.2.20 probably will be released tomorrow or maybe during weekend.
+ Added mailbox { autoexpunge=<time> } setting. See
http://wiki2.dovecot.org/MailboxSettings for details.
+ ssl_options: Added support for no_ticket
+ imap/pop3/managesieve-login: Added
2015 Dec 03
8
v2.2.20 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.20.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.20.rc1.tar.gz.sig
v2.2.20 probably will be released tomorrow or maybe during weekend.
+ Added mailbox { autoexpunge=<time> } setting. See
http://wiki2.dovecot.org/MailboxSettings for details.
+ ssl_options: Added support for no_ticket
+ imap/pop3/managesieve-login: Added
2016 Aug 30
2
Last Login Plugin with mysql
Hello,
is it possible to use Last Login Plugin with mysql instead of redis ?
http://wiki2.dovecot.org/Plugins/LastLogin
.--
Best regards,
Adrian Minta
2016 May 02
2
autoexpunge wildcard mailbox from userdb
On 02/05/16 16:51, Timo Sirainen wrote:
> On 02 May 2016, at 03:47, Leon Kyneur <leon at f-m.fm> wrote:
>> Was excited to see that wildcards are now possible on autoexpunge in the 2.2.24 release.
>>
>> However I'm trying to configure these from the userdb lookup and it doesn't appear to be working.
>>
>> if I set in 15-mailboxes.conf
>> mailbox
2016 May 02
2
autoexpunge wildcard mailbox from userdb
Was excited to see that wildcards are now possible on autoexpunge in the
2.2.24 release.
However I'm trying to configure these from the userdb lookup and it
doesn't appear to be working.
if I set in 15-mailboxes.conf
mailbox Trash/* {
...
autoexpunge = 10m
}
everything works..
however if I return
=namespace/inbox/mailbox/Trash/*/autoexpunge=10m
via userdb - it does not.
Logs
2015 Dec 22
2
Dovecot 2.2.20 autoexpunge
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 =
separator = /
}
After adding these and restarting, logging in and out several times, I still see messages
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
Dear all,
is there a way to allow users to set up something like autoexpunge
on an individual IMAP folder basis?
The idea I implemented does not seem to work, namely returning
namespace/inbox/mailbox/Bla/autoexpunge=6h
from a userdb, which results in
Debug: Unknown userdb setting:
plugin/namespace/inbox/mailbox/Bla/autoexpunge=6h
>From older questions on the mailing list I gather that the
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
So, returning from the LDAP userdb does not change situation.
As I said, I would to set 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
2019 Jul 25
3
Autoexpunge not working for Junk?
Hi all,
I set up dovecot a couple of months ago and am having trouble getting autoexpunge=30d to work on my Trash and Junk mailboxes. Not sure why not because I'm not getting error messages in my log.
Running "doveadm search -u <user> mailbox Junk savedbefore 30d" shows me many messages (I've got messages back to mid-May, and a couple of other users have them back to
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
Unfortunately, this yields the same problem
Debug: Unknown userdb
setting: plugin/userdb_namespace/inbox/mailbox/Bla/autoexpunge=6h
Thorsten
On Tue, Jan 17, 2017 at 10:16 AM, Thomas Leuxner <tlx at leuxner.net> wrote:
> * Thorsten Hater <thorsten.hater at gmail.com> 2017.01.17 09:40:
>
> > namespace/inbox/mailbox/Bla/autoexpunge=6h
> >
> > from a userdb,
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
2016 Feb 08
2
autoexpunge - different settings for different users
> On Feb 7, 2016, at 10:59 AM, Timo Sirainen <tss at iki.fi> wrote:
>> On 07 Feb 2016, at 04:50, Tom Johnson <tj at terramar.net> wrote:
>>
>> I have some users where I'd like to expunge their mail at different times.
>> ....
>> ....
>> Is there a way to do some sort of lookup for this? Or is this beyond the ability of the autoexpunge
2018 Jan 23
3
How to set autoexpunge rule for single user mailbox in dovecot conf?
I need to set autoexpunge rule only for one single user and one mailbox
(mail folder), so apply it only for user alice at example.com mailbox INBOX.
How can I set namespace in dovecot config, that will apply only to single
user?
--
Best regards,
Alexey Murz Korepov.
Email, Jabber: murznn at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Aug 08
2
Autoexpunge not working for Junk?
Hello!
I have the autoexpunge settings defined inside protocol imap thus (and
it works):
protocol imap {
? mail_plugins = quota notify replication imap_quota imap_sieve
? namespace inbox {
??? location =
??? mailbox Ham {
????? autoexpunge = 365 days
??? }
??? mailbox Spam {
????? autoexpunge = 365 days
??? }
??? mailbox Trash {
????? autoexpunge = 180 days
??? }
??? prefix =
? }
2015 Dec 22
2
Dovecot 2.2.20 autoexpunge
> On Dec 22, 2015, at 9:49 AM, Dominik Breu <dominik at dominikbreu.de> 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 could run a cron job with a doveadm move comando to move the
2017 Nov 19
4
home folder for virtual users with autoexpunge setting
Hi all,
I have enabled today the autoexpunge setting for Trash folders, and I am getting the following error when Dovecot starts:
imap(<USER>): Error: autoexpunge: Couldn't create dovecot.autoexpunge.lock lock: User has no home directory
I understand this is correct: as <USER> is a virtual user, it does not have home folder. Is there any way I can set the autoexpunge plugin
2016 Feb 07
6
autoexpunge - different settings for different users
I have some users where I'd like to expunge their mail at different times.
For example, I may have some users who I want to expunge everything from every folder at 30 days.
Others where I'd like to expunge everything at 90 days.
And still others where I only want to expunge mail from the Trash and Junk folders, and nowhere else.
Is there a way to do some sort of lookup for this? Or
2015 Dec 18
2
autoexpunge problems
Hello,
I tried to use the new autoexpunge for my Trash folders
I had in 15-mailboxes.conf
mailbox Trash {
special_use = \Trash
auto = subscribe
}
(dovecot -n of the original config is below)
and added just the line
autoexpunge = 1h
Just a short period on my test system.
But it failed. In the log I see
Dec 18 10:54:07 irams2 dovecot: imap(ms2test): Error: Failed to autoexpunge