Displaying 20 results from an estimated 400 matches similar to: "Dovecot RFC non-compliance: Mailbox names"
2006 Feb 15
1
NFS Stale File Handles on Indexes
The configuration files has settings that seem to address the issues of using indexes on NFS (i.e. locking and mmap fixes), but we are using Dovecot on NFS, and when the load gets high we start to see a lot of NFS stale file handle errors, particularly with MS clients like Outlook.
I see the discussion about these errors from last year. Any updates on the state of the code? Should we be using
2006 May 15
2
RFC 3501 compliance issue: body-type-msg incorrect
Hi,
I am using Dovecot 1.0 beta 7, moving to beta8 probably tomorrow.
I am seeing a few RFC compliance issues with IMAP responses. I have an in-house IMAP client that caches IMAP data for a web mail system (it parses millions of IMAP interactions a day), and it reports whenever it gets a line that does not look RFC compliant. Unfortunately, users modify their mailboxes before I can get a copy
2006 Feb 07
1
In-memory Index file bug
Hi,
I am getting intermittent error messages in the log when my mail client tries to create/open a folder named ".imhoprefs". Some accounts seem to able to do it, but I have at least one that gives the log error:
Feb 7 09:29:54 acad-cl1 dovecot: imap(tkay): close() failed with index file (in-memory index): Bad file descriptor
I traced through the code, and it seems to be coming from
2006 Feb 02
1
mbox to maildir conversion on a user-by-user basis!
In the midst of evaluating Dovecot for use in solving some mbox locking issues (while also waiting for our eventual migration to maildir), I had an epiphany.
It looks like Dovecot's auto-detection of mail formats would allow us to migrate from mbox to maildir on a user-by-user basis!
I was thinking:
1. Let dovecot autodetect mail storage
2. Use some procmail trickery to detect which format
2006 Oct 09
1
RFC compliance on folder lists
If a mail folder contains quotes, the IMAP server may respond with a line like:
1 list "" "a/b/"X" Y Z"
The specific example I saw had this exact form (it was in a nested folder, and one of the words was quoted).
--
Anthony Kay
University Computing Center
(541) 346-1719
GPG Fingerprint: B0DB D46A 60AF FAE7 A94A 5075 0CB4 4D88 9F4F 7F09
Physics is like sex: sure,
2006 Oct 09
0
IGNORE: RFC compliance report
I mis-read the line.
--
Anthony Kay
University Computing Center
(541) 346-1719
GPG Fingerprint: B0DB D46A 60AF FAE7 A94A 5075 0CB4 4D88 9F4F 7F09
This isn't right. This isn't even wrong.
Wolfgang Pauli
2006 Jun 16
1
Dovecot+NFS: Copying messages causes failures (possible SIGABRT)
Environment:
Dovecot 1.0beta8
Host: 64 bit Red Hat AS4 Linux (2.6.9-34.0.1)
Disks: NFS netapp
In the case below, the two connections were going through two separate servers sharing disks via an NFS NetApp.
Here is the sequence of operations:
1. Open a connection to a folder (say mail/Trash)
2. Open a connection to another folder (say Inbox)
3. Move messages from Inbox to Trash using this
2006 Sep 26
1
Cache fields
Hi,
We are using Dovecot with maildir, and the mail client requests flags, internaldate, and uid for all messages on folder open, which on average takes 3 seconds, but for large folders is much longer.
It seems like I want mail_cache_fields to include "flags", but which date corresponds to internaldate? date.received?
Is UID always cached for messages, or does it have to read through
2006 Feb 07
0
Any change of integrating this patch???
There was a patch posted to fix dotfile folder names in this mail:
http://www.dovecot.org/list/dovecot/2005-July/008127.html
I have a web mail client (which stores preferences in a dot-file/folder through IMAP) and pine users (address book is a dot-folder in IMAP) that this affects. I can certainly hand-apply the patch, but I'd feel a lot more comfortable if this had some future in the real
2006 Mar 15
1
Filesystem full/quota limitations and Dovecot
How does Dovecot handle accounts when writes are denied, such as in situations when a user is over quota, or the filesystem is full?
--
Anthony Kay
University Computing Center
(541) 346-1719
GPG Fingerprint: B0DB D46A 60AF FAE7 A94A 5075 0CB4 4D88 9F4F 7F09
Only a statue can be perfect, and even then it casts a shadow.
- Merle Fossum
2006 Jan 30
5
Question about Dovecot and NFS
Hi,
We are using mbox and UW IMAP, and are having issues because UW IMAP does not support multiple client access when you use NFS for the mail files. I've done some research (see the comments after my 2 questions below), and most of the other major IMAP servers simply don't support it (courier is about the only one that has a positive comment).
How much testing have you done
2006 Feb 06
3
Mac mail copy/delete problems w/1.0b2
Hi,
Mac mail (a horribly mis-behaved client, it seems), has a horribly hard time deleting/copying large blocks of messages from one folder to another. The basic symptom is:
1. Select a bunch of messages
2. Click on delete
3. Wait for a _very_ long time.
It also seems very slow on copying, so it may be the "trash folder copy on delete" that is really slowing it down.
Anybody else seen
2011 Sep 26
1
[PATCH] Bad boundary check in client_find_namespace
Hi,
while trying to investigate the bug I reported last week, I found that
there is a broken boundary check in client_find_namespace in
src/imap/imap-commands-util.c. The code is:
/* make sure two hierarchy separators aren't next to each others */
for (p = storage_name+1; *p != '\0'; p++) {
if (p[0] == ns->real_sep && p[-1] == ns->real_sep) {
2011 Feb 07
1
sieve not working if i have override
Hi,
I have a few domain that I'm overriding the mail_plugins, see password query
below, however when I use this password query everything is working expect
sieve gives me an error. How can I get around this problem?
password_query = SELECT username as user, password, \
if('%d' IN ('virttest1.xxx.net', 'test2000.com'), \
'quota imap_quota trash
2010 Jul 05
4
sieve dovecot2 rc1 error undefined symbol: client_send_tagline
Hi @ll,
using sieve dovecot2 rc1
on testing system ubuntu lucid
with packs recompiled from http://xi.rename-it.nl/debian/
i have
Jul 05 11:48:35 managesieve: Debug: Module loaded:
/usr/lib/dovecot/modules/lib01_acl_plugin.so
Jul 05 11:48:35 managesieve: Error:
dlopen(/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so) failed:
/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so: undefined symbol:
2009 Jan 15
3
Enforcing STARTTLS for all mechs while disabling imaps
Hi all,
Is there a way to enforce STARTTLS for all connections, regardless their
authentication mechanism? disable_plaintext_auth only takes care of the auth
conversation, but I would like to have all communication encrypted.
As far as I can see, this would only be possible when using imaps and
disabling imap. However, I would like to have the other way around;
disabling imaps and using imap for
2005 Jul 13
0
Minor bugs still in test77
Thinking of patches I always apply, I've got a couple (attached) that
fix minor bugs and maybe should be applied - or implemented better and
then applied ;) - to the main distribution?
1) LIST bugs:
LIST "~/mail/" ""
and
LIST "" "~/mail/"
(where "~/mail/" is a namespace prefix) don't reply the same way as
UW-IMAP does and in at
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
Hello Dovecot community,
Below please find a patch that adds support to dovecot-1.2.11 for:
- RFC 4467 - IMAP URLAUTH Extension
- RFC 4468 - Submission BURL
- RFC 4469 - IMAP CATENATE Extension
URLAUTH
URLAUTH is added as a plugin so it can be disabled to satisfy site
security requirements.
Each user's URLAUTH keys for all mailboxes are stored in a file named
2017 Aug 17
3
Can't recursively delete mailboxes
Hi,
This appears to be some sort of dovecot bug. When I use the -r option to recursively delete a mailbox and sub-folders, it removes the sub-folders but not the inbox. It gives me the error below:
doveadm mailbox delete -u denise at lifelinetechnique.com.au -r -s inbox
doveadm(denise at lifelinetechnique.com.au): Error: Can't delete mailbox inbox: INBOX can't be deleted.
Our user
2012 Aug 20
1
enabling per user quota plugin and problems with pop3
Hello,
I am configuring quota plugin per user, not for the whole system. As
documentation says (http://wiki2.dovecot.org/Quota), I have to add
"quota" to the global mail_plugins and "imap_quota" to mail_plugins for
protocol imap, but I don't know how to configure this in a userdb. I'm
using a passwd-file in the way: