similar to: Plugin Docs (Trash)

Displaying 20 results from an estimated 20000 matches similar to: "Plugin Docs (Trash)"

2007 Feb 13
2
trash plugin sql
Hi @ll, with dovecot latest following http://wiki.dovecot.org/DovecotLDAPostfixAdminMySQL i have defined plugin { quota = maildir acl = vfile:/etc/dovecot/acls trash = /etc/dovecot/dovecot-trash.conf } Example dovecot-trash.conf file 1 Spam 2 Trash 3 Sent from wiki The Trash plugin. When saving a message would make user go over quota, this plugin automatically deletes the oldest mails from
2012 Apr 18
1
trash plugin
The trash plugin docs say: "Normally if a message can't be saved/copied because it would bring user over quota, the save/copy fails with "Quota exceeded" error. The trash plugin can be used to avoid such situations by making Dovecot automatically expunge oldest messages from configured mailboxes until the message can be saved" This leads me to believe that if a message
2006 Jun 08
8
Trash expire plugin
Dovecot will soon have a plugin which allows running a nightly cronjob to expunge mails from configured mailboxes which have been in there for a configurable amount of time. For example the configuration could be: plugin { # Trash 7d, Spam 30d expire = Trash 7 Spam 30 } It also supports using Dovecot's lib-dict to keep track of the mailboxes and their oldest mail's timestamp, so that
2006 Jul 05
1
moving public folders to private Trash
Using Thunderbird 1.5.0.4 against dovecot beta9: If a user has Thunderbird configured to move deleted messages into a Trash folder, then the user cannot delete folders in a public namespace. There is no problem deleting messages. Thunderbird says: "The current command did not succeed. The mail server responded: Can't rename mailbox to another storage type." All mailboxes
2018 Jul 18
3
doveadm expunge didn't clear Trash mailbox
Hi, Why did my 'doveadm expunge' command not clear the Trash out of a mailbox? The oldest messages was put into the Trash on the 26th June 2018 as shown in the file timestamp. -rw------- 1 vmail mail 33056 Jun 26 16:46 1530031582.M768773P18242.mx10,S=33056,W=33510:2,RS # doveadm -D expunge -u testuser at example.org mailbox Trash savedbefore 2d Debug: Loading modules from
2008 Jan 31
2
Plugin Trash don't work ?
Hello, I have a problem with the trash plugin. i'm not English, but if i ave understand this http://wiki.dovecot.org/Plugins/Trash , if a mailbox is full (90% for example) and i want to delete a mail, the plugin Tras, delete a mail in mailbox specified in a file ... I have this : dovecot.conf : protocol imap { [.....] mail_plugins = quota imap_quota trash } plugin { trash =
2008 Oct 09
2
Request for help with new plugin
Hi there, I was having lots of trouble with the normal expire plugin so I decided to try and come up with a plugin that handles the trash directory in the same way as Courier (when the user logs out it should clean messages from the trash that have been there for more than X days.) I used the expire and trash plugins as a guide but there are probably a number of things done wrong here
2006 Mar 21
3
first crack at auto-trash plugin
I have written an alpha version of an auto trash plugin for dovecot. When compiled in any mail expunged from a non-Trash folder is moved to a folder named Trash. As of yet the folder is not created if it doesn't exist (the process fails before expunge). I would appreciate feedback of any sort. In addition, I am currently getting an error I haven't been able to puzzle out in the
2006 Jun 23
2
Developing new Dspam Plugin
This email /was/ going to be a bit of a bitch about trying to get mysql compiled in to a dovecot plugin, but I got it all working before I finished the email! :-D Ok, basically what I am doing (Johannes permission) is modifying the dspam plugin, so that it instead talks to a database (MySQL in this case), and updates a table, so that you can do the actual training at a time of lower load. It
2017 Oct 16
3
Trash plugin unexpected results
Does indeed sound bit strange, will have to try replicate this to see what happens. Aki On 13.10.2017 23:37, Stephan Herker wrote: > Just wondering if anyone has seen this behavior or if there are some > documents that would let me know the limitations of the trash plugin.? > I don't think I'll be commonly using accounts with 30 MB quotas, but I > feel like the trash plugin
2010 Dec 22
2
Plugin delete-to-trash on Dovecot 2.0
There are some body using delete-to-trash on any version of Dovecot 2.0? -- Antonio P?rez-Aranda Alcaide aperezaranda at yaco.es Yaco Sistemas S.L. http://www.yaco.es/ C/ Rioja 5, 41001 Sevilla Tel?fono +34 954 50 00 57 Fax ? ? ?+34 954 50 09 29
2008 Jan 28
1
Plugin Trash
Hello, I have a problem with the trash plugin. i'm not English, but if i ave understand this http://wiki.dovecot.org/Plugins/Trash , if a mailbox is full (90% for example) and i want to delete a mail, the plugin delete a mail in mailbox specified in a file ... I have this : dovecot.conf : protocol imap { [.....] mail_plugins = quota imap_quota trash } plugin { trash =
2006 Oct 13
1
trash plugin not working as expected
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi @ll ,i use dovecot 1.rc7 setting in dovecot.conf protocol imap { mail_plugins = quota imap_quota } protocol pop3 { mail_plugins = quota } plugin { quota = maildir trash = /etc/dovecot/dovecot-trash.conf } dovecot-trash.conf file 1 Sent results in Disconnected: Too many invalid IMAP commands when i try to sent mails from a mailbox which
2003 Dec 09
3
Last call before syslinux 2.08
I am planning to release SYSLINUX 2.08 in the next day or so; basically 2.08-pre9 without any further changes. So, I would appreciate any and all testers for this... -hpa
2018 Jul 18
3
doveadm expunge didn't clear Trash mailbox
And here is mine. All dates are todays! # doveadm -f tab fetch -u test at example.org "uid date.saved" mailbox Trash uid date.saved 6829 2018-07-18 06:04:50 6830 2018-07-18 11:10:13 6831 2018-07-18 16:16:15 6832 2018-07-18 16:16:15 6833 2018-07-18 08:22:55 6834 2018-07-18 16:16:15 6835 2018-07-18 08:47:10 6836 2018-07-18 09:12:11 6837 2018-07-18 09:53:31 6838 2018-07-18 11:03:31 SNIP a
2012 Sep 18
1
trash plugin together with sieve_before ?
We have a sieve script doing sieve_before to sort spam to spam-folders. Now I'm trying to configure the "Trash" plugin, but it doesn't seem to work.. I noticed my config file says: # Space separated list of plugins to load (none known to be useful so far). Do NOT # try to load IMAP plugins here. #mail_plugins = and that doveconf doesn't list any plugins loaded for
2012 Oct 18
2
trash plugin not doing it's job
I enabled the trash plugin yesterday, adding "trash" to mail_plugins, and configuring the plugin setting "trash = /etc/dovecot/dovecot-trash.conf.ext". But I still see users with lots of files in INBOX.Trash getting bounced because of quota exceeded: postfix/lmtp[26273]:: C89F490061: to=<XXXXXXXXXXXXX at example.no>, relay=loadbalancers.example.net[192.168.42.15]:24,
2011 Aug 09
1
Trash Plugin
ReHi; I have a question about trash plugin. I added following lines into dovecot.conf: quota_rule = *:storage=2048000 quota_rule2 = Trash:storage=1MB quota_rule3 = SPAM:ignore When I set *:storage line as default quota_rule , There is no problem.. But when I removed this line and set Trash:storage as default quota_rule, plugin is not working.. That I said, Do I have to add
2017 Oct 10
2
Trash plugin unexpected results
I have the trash plugin enabled and testing it out I had an account with a 30MB quota.? In the accounts trash it had an email with a large attachment.? I sent the same email again to the account expecting the trash plugin to purge the message from trash to make space for the new message in the inbox.? However I got an error saying it couldn't remove enough trash to make space.? This
2007 Feb 23
3
Move deleted to trash
Is there a way to have messages marked to be deleted move to the trash folder automatically? I have moved from courier-imap (which dovecot performs muck better) but the one feature I really need is move to trash. Is there any plugins available for this?