Displaying 20 results from an estimated 60000 matches similar to: "maildir and stat"
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
2009 Apr 02
4
Maildir files with mtime in the future
If Maildir storage is used, the mtime of a given Maildir file is set to
the message's INTERNALDATE. Now, when a client APPENDs a message to an
IMAP mailbox, the client may optionally specify the INTERNALDATE:
| If a date-time is specified, the internal date SHOULD be set in the
| resulting message; otherwise, the internal date of the resulting
| message is set to the current date and time by
2008 Jul 16
4
changing INTERNALDATE or similar
I have a question which others must have encountered. I switched from
uw-imap to dovecot-imap a few months ago and moved my fairly large mail
archive (~15 yrs) by simply mounting both accounts in a mail app and
simply copying my folders over. This worked well, and all my mail is in
order when I view it in evolution or thunderbird on any number of
machines. However, since our company uses MS
2010 Jan 26
1
Are Mail files in /Maildir/cur & /Maildir/.Sent read-only ?
Hi ALL...
I want to know if the files in /Maildir/cur & /Maildir/.Sent are modified by dovecot.
I have a script which calculates the age of the mail files.
I think that if they are continuously modified by dovecot I won't be able to calculate the age of the files.
Can Anyone plz advise on this....
Thanks
CoolAtt
2004 Oct 25
9
Maildir unreliability
Looks like maildir can't be used very realiably without quite a lot of
locking. Writing and scanning the directory would have to be locked,
but reading wouldn't (as long as the file hasn't been renamed which
would require scanning to find it). So much for "no locks needed"..
The problem is that opendir()/readdir() may temporarily not return some
files if there has been
2005 Apr 15
2
SORT using cached filesystem modtimes
Timo or anyone,
This may be a bug or maybe a design decision. Either way I am curious to
hear comments.
Why do the dovecot-0.99.14 server's .imap.index files contain a cached
copy of each message's date and time as supplied by the filesystem, as
opposed to the date and time found in each message header?
When testing various imap clients (eg. tbird-1.0.2, evolution-2.0,
outlook2003,
2007 Oct 28
5
v1.0.6 released
http://dovecot.org/releases/1.0/dovecot-1.0.6.tar.gz
http://dovecot.org/releases/1.0/dovecot-1.0.6.tar.gz.sig
* IDLE: Interval between mailbox change notifies is now 1 second,
because some clients keep a long-running IDLE connection and use
other connections to actually read the mails.
* SORT: If Date: header is missing or broken, fallback to using
INTERNALDATE (as the SORT draft
2007 Oct 28
5
v1.0.6 released
http://dovecot.org/releases/1.0/dovecot-1.0.6.tar.gz
http://dovecot.org/releases/1.0/dovecot-1.0.6.tar.gz.sig
* IDLE: Interval between mailbox change notifies is now 1 second,
because some clients keep a long-running IDLE connection and use
other connections to actually read the mails.
* SORT: If Date: header is missing or broken, fallback to using
INTERNALDATE (as the SORT draft
2006 Feb 27
2
Sorting order after mail move
Hi,
when I move some recent mail from some mbox folder into Maildir folder
the moved email sorts as the first (on top) in the folder while it
should be on the bottom with the rest of the recent emails in the
folder. This happens only when moving from mbox folder to Maildir
folder. I am not sure if it is really Dovecot bug or not but I suspect
it could be so because it only happens in this one
2014 Feb 20
1
dovecot with maildir not using mtime on reindex
Hi.
It seems that dovecot is using the current time, not a maildir file's mtime for INTERNALDATE when a message is re-indexed:
$ cd Index
$ rm -rf .INBOX
$ cd ../Maildir/cur
$ stat *
File: `1392914632.P54451Q0M08633.smtpin01,S=2215,W=2249:2,'
Size: 960 Blocks: 8 IO Block: 1048576 regular file
Device: 36h/54d Inode: 11132959 Links: 1
Access: (0600/-rw-------)
2009 Sep 04
1
offlineimap with dovecot: file-time is one hour in the future
I use offlineimap to sync my remote IMAP-server with my local
IMAP-server (maildir format).
But I don't understand this behavior:
every new mail in the INBOX has a file-date which is one hour in the
future.
Is this 'normal'? Is this a problem of offlineimap?
I tried this debugging (for dovecot):
mail_executable = /usr/lib/dovecot/rawlog /usr/lib/dovecot/imap
and this (for offlineimap):
2004 Oct 04
3
timeout when retrieving folder list w/ Evolution 2.0?
hi,
i have a problem with some maildir folders, where Evolution times out
when retrieving the header list. It only happens with one particular
folder, but i can't seem to find a pattern behind it. The amount of
headers it does manage to retrieve varies, from between 3% to 50%.
Its not a particularly large folder either (only 520 messages).
The error message I get from Evolution is
2014 Apr 23
1
zlib maildir reindex broken
I posted to the list about this a while ago but never got a response, I have a bit more information now.
Dovecot 2.2.12 and other 2.2 versions are broken when using zlib and maildir. If messages are re-indexed, the INTERNALDATE of all messages is set to the time the re-index is done.
The problem seems to be in src/plugins/zlib/zlib-plugin.c in the function zlib_mail_cache_open.
During a
2006 Oct 01
3
Received dates problem in Outlook after migration
Hello everyone,
I've just started using 1.0-beta3 on Ubuntu Dapper, having migrated
from an mbox / UW-IMAP combination to a Maildir / Dovecot one. For
some reason the mb2md tool failed to recognise some of my mbox files as
valid ones, so I migrated my email by running UW-IMAP, copying my
folders to local storage in Evolution, then running Dovecot instead and
copying the folders back.
All
2007 Sep 24
2
SORT(DATE) and missing Date headers
Hello,
Occasionally, I get mail that's missing a Date header. The usual
suspects are iTunes weekly mailings and NYTimes email-to-a-friend
articles. I use qmail, which doesn't "fix" these malformed emails by
adding a Date header (like Sendmail does), so when they get to my
mailbox, they're just as badly formed as they were when they were
sent, which is to say, they have
2017 Sep 13
2
What INTERNALDATE does dovecot with mbox storage set on a COPY'd message?
>>>>> Aki Tuomi <aki.tuomi at dovecot.fi>:
> On 09.09.2017 12:33, Steinar Bang wrote:
>> When a message is copied to a folder on dovecot with mbox storage, is
>> the mtime of the saved mbox file set to the time of the save?
[snip!]
> Internaldate is picked from the separating 'From' line in mbox file.
> "From user at example.org Thu Oct 20
2007 Jun 15
4
v1.0.1 released
http://dovecot.org/releases/dovecot-1.0.1.tar.gz
http://dovecot.org/releases/dovecot-1.0.1.tar.gz.sig
Lots of small fixes.
* deliver: If Return-Path doesn't contain user and domain, don't try
to bounce the mail (this is how it was supposed to work earlier too)
* deliver: %variables in mail setting coming from userdb aren't
expanded anymore (again how it should have worked).
2007 Jun 15
4
v1.0.1 released
http://dovecot.org/releases/dovecot-1.0.1.tar.gz
http://dovecot.org/releases/dovecot-1.0.1.tar.gz.sig
Lots of small fixes.
* deliver: If Return-Path doesn't contain user and domain, don't try
to bounce the mail (this is how it was supposed to work earlier too)
* deliver: %variables in mail setting coming from userdb aren't
expanded anymore (again how it should have worked).
2017 Sep 09
2
What INTERNALDATE does dovecot with mbox storage set on a COPY'd message?
When a message is copied to a folder on dovecot with mbox storage, is
the mtime of the saved mbox file set to the time of the save?
Or is the mtime set to the Date: field of the source message that is
saved?
If there is a difference in the behaviour, do someone know the dovecot
version number where the change happened?
The reason I'm asking is a problem reported on the Gnus imap client in
2011 Oct 30
2
Bad creation timestamp of migrated mails (maildir format)?
Hello everybody,
ive just switched to dovecot imap because dbmail
i used before is not developed any further and sql storage is difficult
to backup. Ive done that, by setting up dovecot with maildir format and
copy mails from old dbmail to new dovecot imap server with my mail
client (thunderbird).
Unfortunately migrating to dovecot brought me
some problems with my Android K9 Mail client: Sync