similar to: finding messages deleted before timespec

Displaying 20 results from an estimated 3000 matches similar to: "finding messages deleted before timespec"

2012 Aug 24
3
quota: ignore deleted messages (?)
Hi! I am currently in the process of preparing a migration of our old Courier-based IMAP/POP server setup to a Dovecot-based one. During this process I came across the following problem with the difference Courier and Dovecot handle deleted messages and mail quota. Quote from http://www.courier-mta.org/imap/README.maildirquota.html: ,---- | The default application configuration that uses this
2010 May 07
2
wrong config file?
The sample provided config file (the one I started with by editing it) included the following text: # ------------------------------ WARNING ------------------------------- > > # If there's a file /etc/dovecot/dovecot-postfix.conf, which is part of > # dovecot-postfix package, it will be used instead of dovecot.conf. > > # Keep in mind that, if that file exist, none of the
2012 Oct 29
13
POLL: v2.2 to allow one mail over quota?
Currently if user is 1MB under quota and someone tries to deliver mail that is over 1MB, Dovecot rejects the mail. But smaller mails aren't rejected probably for days. So user might not even realize that they didn't receive one of the mails. Also having a user "almost over quota" is a rather strange state I think. So what do you think about v2.2 allowing delivery of one last
2012 Jan 07
3
Providing shared folders with multiple backend servers
Hi *, I am currently in the planning stage for a "new and improved" mail system at my university. Right now, everything is on one big backend server but this is causing me increasing amounts of pain, beginning with the time a full backup takes. So naturally, I want to split this big server into smaller ones. To keep things simple, I want to pin a user to a server so I can avoid
2016 Dec 30
3
expunging all mailboxes
> doveadm expunge -u <user> mailbox '*' savedbefore 30d That doesn't work for me either. The command is accepted, but the messages are not expunged. I guess my search/fetch will just have to return the mailbox name, in addition to other fields, and then I'll need to loop through the mailbox names and perform multiple expunges for each user. I understand the desire to
2013 Aug 27
1
verbose_proctitle cuts dsync to proctitle to "dsyn"
Hi Timo, little cosmetic bug report: using "verbose_proctitle = yes" shortens the proctitle of dsync to just "dsyn". Example: Note the whitespace instead of the 'c' in the proctitle: root at m-st-01:~# ps auwwwx | grep [d]syn virtmail 18141 13.0 0.1 49916 7952 pts/6 R+ 00:49 0:00 dsyn -v -u xxyyzz7 -R backup maildir:/staging/xxyyzz7/Maildir With
2012 Oct 20
1
Dovecot 2 and TCP-Keepalive
Hi! I am about to migrate a perdition-based IMAP/POP3 proxy to Dovecot. Unfortunately some users are behind a firewall/NAT setup which throws away seemingly idle TCP connections sooner than the established default of 24 hours (more likely after 30 minutes ...) resulting in all kinds of weird client behavior. And unfortunately? this firewall/NAT setup is outside of my control and I have no means
2016 Dec 30
2
expunging all mailboxes
> > But is there a way tell it all mailboxes for a user? For example, > something > > like: > > > > doveadm expunge -u user at domain mailbox ALL savedbefore 30d > > try: > doveadm expunge -u user at domain ALL savedbefore 30d > > just like the example thats here: > http://wiki2.dovecot.org/Tools/Doveadm/SearchQuery I already tried that. Did you?
2016 Mar 15
4
overview zlib efficiency?
On 3/15/16 10:13 AM, Sven Hartge wrote: > I don't have a script, but I can provide some numbers. I did a test with > a server for about 10.000 users and 2TB worth of mail, converting from > Maildir++ to mdbox with zlib (level = 6) and had a final size of 1TB, so > 2:1 reduction. These numbers roughly match my results. About 6 TB of mail compresses down to about 3 TB. The
2011 Apr 29
2
dict quota problem
On 04/20/2011 05:26 PM, Sven Hartge wrote: > Papp Tamas<tompos at martos.bme.hu> wrote: > >> On 04/20/2011 01:47 PM, Sven Hartge wrote: >>> "du" also accounts for the metadata of the filesystem. With Maildir++ >>> you have many files per directory which causes the directory inode to >>> increase in size. After mails are deleted, the now empty
2011 Apr 30
2
dict quota problem
On 04/30/2011 01:36 AM, Sven Hartge wrote: > >> So, there is no exact or something closer solution with normal >> maildirs? > Define "exact". I mean, how I can set a true quota usage for a user? > Trust me, you don't want to include any meta data or filesystem overhead > in the quota value presented to the user. Doing so is just asking for > trouble and
2011 Apr 30
2
dict quota problem
On 04/30/2011 02:24 PM, Sven Hartge wrote: > > I mean, how I can set a true quota usage for a user? > Define "true quota usage". Maximum usable space for a user on the disk. > The current implementation just works. Where is your problem with that? > You get the exact amount of bytes all mails of a user are allocating on > the storage (minus the space for the meta data
2011 Apr 20
4
dict quota problem
hi! In table I see this: | papp.tamas at center.hu | 118671994 | 20437 | du -sm says, the size of the maildir is 154M. I use xfs. I can't figure out, why is there a difference. Can you help me out? Thank you, tamas
2018 Apr 15
2
52.184.164.73 in my logs
Dear list, One of my users is reading e-mail from his phone. When he logs in, this is what I see in my logs : Apr 10 16:17:58 auth-worker(17101): Debug: sql(xxx at mydomain.tld,52.184.164.73): query: SELECT email as user, password FROM users WHERE email = LOWER('xxx at mydomain.tld') [...] Apr 10 16:17:58 imap-login: Info: Login: user=<xxx at mydomain.tld>, method=LOGIN,
2006 Jun 25
1
Using AND in :conditions queries
I have what amounts to a simple search engine running through a table using input from a form. Everything works fine when looking for "title" or "body" But, when I want to couple that with an AND statement the search still works fine, but it seems to disregard the AND statements. Code below: In the view: <%= start_form_tag :action=> "show_search" %>
2006 Jun 25
1
Sorting ferret results by column
I have the acts_as_ferret plugin installed. Everything searches great, but I would like to limit the results (i.e. by ''end_date'') and sort them (by ''end_date''). ''end_date'' is a valid column in my "posts" table. Here''s the code I have already: @posts = Post.find_by_contents(params[:query]) params[:query] comes from a form. I
2011 Apr 29
0
dict quota problem
Papp Tamas <tompos at martos.bme.hu> wrote: > On 04/20/2011 05:26 PM, Sven Hartge wrote: >> Counting all meta-data is also very unintuitive for the user. Imagine >> a user with an INBOX containing 200,000 mails. This will result in a >> _huge_ directory inode for the INBOX folder (about 20MB for XFS). Now >> he deletes all those mails and expects a quota usage of
2011 Apr 30
0
dict quota problem
Papp Tamas <tompos at martos.bme.hu> wrote: > On 04/30/2011 01:36 AM, Sven Hartge wrote: >>> So, there is no exact or something closer solution with normal >>> maildirs? >> Define "exact". > I mean, how I can set a true quota usage for a user? Define "true quota usage". >> Trust me, you don't want to include any meta data or
2016 Mar 06
2
Ubuntu packages
> On March 6, 2016 at 7:22 PM Andrew McGlashan > <andrew.mcglashan at affinityvision.com.au> wrote: > > > On 6/03/2016 8:16 PM, aki.tuomi at dovecot.fi wrote: > > Stephan, for Jessie you should compile with systemd support enabled and > > leave > > the init.d link out completely. You can enable the ProtectFull=yes in the > > systemd file. > >
2017 Jan 21
2
mail-trends+Dovecot
Hi, Out of curiosity, has anyone managed to use mail-trends[0] to analyse their e-mails. I thought about trying it out, but got stuck midstream. The mail-trends scripts work very well with gmail, but because they say it is supposed to work with _any_ IMAP server, I thought I could get it running with Dovecot too. I know this is NOT a mail-trends support group though, but I believe there is