Displaying 17 results from an estimated 17 matches for "njriley".
2005 Apr 02
4
1.0-test66
http://dovecot.org/test/
I've still lots of mails in my INBOX and in this list that I should be
looking into.. But here's a release that fixes at least some things.
Maybe I'll make another one tomorrow..
Most importantly keyword code was changed a lot. It's now faster and
less buggy. The keywords are also finally written into mbox, and keyword
changes in the mbox are picked up.
2005 Feb 25
4
corruption and errors in dovecot-stable
...ly use SquirrelMail; I use Apple Mail and Thunderbird, as well
as accessing the mailboxes locally with Mutt, and have not noted any
visible problems.
There have been several of these messages:
dovecot: Feb 21 11:40:06 Error: IMAP(njr): mbox sync: UID inserted in
the middle of mailbox /usr/home/njriley/mail/lists/trac (5308 > 1151)
dovecot: Feb 21 22:57:13 Error: IMAP(njr): mbox sync: UID inserted in
the middle of mailbox /usr/home/njriley/mail/lists/trac (6458 > 1151)
dovecot: Feb 22 08:37:03 Error: IMAP(njr): mbox sync: UID inserted in
the middle of mailbox /usr/home/njriley/mail/lists/...
2010 Oct 22
3
Problems converting to maildir with dsync in 2.0.6
...location =
prefix =
separator = /
}
passdb {
driver = pam
}
plugin {
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
}
protocols = imap
ssl = required
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
driver = passwd
}
--
Nicholas Riley <njriley at illinois.edu>
2014 May 05
2
imapc with Outlook.com transfers max 22-23 messages per mailbox!?
.../cur 10
Maildir/Deleted/cur 22
[...]
I was using 2.2.9 but I also tried with the dovecot-2.2 hg tip and did
not see any difference.
Is there a rawlog equivalent for imapc? I'm hoping that there is a
simple protocol usage change that could let me get entire mailboxes.
--
Nicholas Riley <njriley at illinois.edu>
2005 Jul 22
5
1.0-test79
http://dovecot.org/test/
Now checks that field alignmentations are in indexes as they're
expected. test78 crashed if it was wrong, earlier versions ignored the
problem (and crashed with 64bit systems). Now if it's wrong, it prints
error to log file and recreates the index. That means you probably
should delete all dovecot.index files to avoid tons of errors in log
files. Only mbox users
2005 Aug 01
2
[LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
...externally accessible, it doesn't pass -export-dynamic through to gcc
for the final link.
The attached patch fixes this. I've tested with a small test case I
sent Chris, and with Python; both seem to work.
I also fixed some inaccurate comments in GenerateCode.cpp.
--
Nicholas Riley <njriley at uiuc.edu> | <http://www.uiuc.edu/ph/www/njriley>
-------------- next part --------------
Index: tools/gccld/GenerateCode.cpp
===================================================================
RCS file: /var/cvs/llvm/llvm/tools/gccld/GenerateCode.cpp,v
retrieving revision 1.50
diff -u -...
2005 Mar 07
3
dovecot 0.99 + apple mail.app
hello all,
first off, a success story. after much testing and preperation, we've
switched from uw-imap to dovecot. i am not kidding when i say that
we have experienced an order of magnitude decrease in server load
(previously load peaks were 40-60, now they are 3-4). so, suffice to
say that the mail admins here are very happy :)
one problem that has come up though is particular to
2011 Jan 02
2
Error copying >1 message to virtual mailbox
...= X-DSPAM-Signature
antispam_spam_pattern_ignorecase = *spam
}
protocols = imap
ssl = required
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
driver = passwd
}
protocol imap {
mail_plugins = " virtual"
}
Thanks.
--
Nicholas Riley <njriley at illinois.edu>
2005 Jul 28
1
[LLVMdev] [patch] gccld not properly constructing paths when checking for bytecode
...th;
> if (dirPath[dirPath.size() - 1] != '/')
> dirPath += '/';
> DIR* direntries = ::opendir(dirPath.c_str());
444c447
< Path aPath(path + (const char*)de->d_name);
---
> Path aPath(dirPath + (const char*)de->d_name);
--
Nicholas Riley <njriley at uiuc.edu> | <http://www.uiuc.edu/ph/www/njriley>
2005 Jul 13
6
1.0-test78
http://dovecot.org/test/
Fixes:
- Crashes in non-x86 64bit systems
- Bugs in cache file header caching (you probably should delete all
dovecot.index.cache files to be sure the bug won't haunt you in future)
- FETCH ENVELOPE patch by Chris Wakelin (I'll try to figure out what
to do with the list patch later)
Known bugs left:
- Thunderbird + maildir: moving lots of messages from
2005 Aug 02
0
[LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
On Mon, Aug 01, 2005 at 05:13:15PM -0500, Nicholas Riley wrote:
> The attached patch fixes this.
...but had tabs in it. Misha kindly reminded me off-list that this
was bad. Try this one instead.
--
Nicholas Riley <njriley at uiuc.edu> | <http://www.uiuc.edu/ph/www/njriley>
-------------- next part --------------
Index: tools/gccld/GenerateCode.cpp
===================================================================
RCS file: /var/cvs/llvm/llvm/tools/gccld/GenerateCode.cpp,v
retrieving revision 1.50
diff -u -...
2007 Feb 12
5
dead bodies stacking up in Drafts folder
Hi,
Setup : Apple Mail 2.1.1 (752.3) on Intel MacBook Pro and Dovecot
1.0rc22 on Solaris 9/SPARC. I use IMAP/TLS.
Problem : mails are stacking up in the Drafts folder.
When I start writing a mail, it appears in the drafts folder, and
usually disappear as desired when I hit "Send". It then appear in the
"Sent" folder.
Sometimes, a draft versions stays in
2006 Mar 21
3
OS X-centricities? Too many files, temp, indexes, etc...
I'm just writing to see if anyone else is seeing the following issues,
and particularly if they are running OS X (especially 10.4), and/or have
compatible solutions (I've been reading the mailing list quite a bit,
and every now and then, I find a solution that just "doesn't work"
because of the differences in OS:
1) Too many files open - no plimit command on OS X, so I
2014 Mar 01
0
+ prefix in dovecot-virtual
.../be0f0de75e34
My dovecot-virtual file looked like this:
!+/2014-03
+/2014-02
all
I just added another + to the second line and it seems to work. I don't
care about \Recent thankfully but is there a better way to specify a
mailbox whose name begins with +?
Thanks.
--
Nicholas Riley <njriley at illinois.edu>
2014 Mar 02
1
No speed improvement with FTS for iOS 7?
...c1443b93 1
d8f09230c97af952b60c0000c1443b93 2
doveadm search BODY cython 0.18s user 0.05s system 99% cpu 0.230 total
With fts disabled, it takes about 6.5 seconds. This is still a long way
from 40 seconds.
Is there any way I can make dovecot perform better here?
Thanks,
--
Nicholas Riley <njriley at illinois.edu>
2014 May 09
1
fts_lucene - hiding lucene-indexes folder?
Hi,
Is there any way to hide this folder from IMAP clients? I can see it is
not runtime configurable and just #defined as LUCENE_INDEX_DIR_NAME in
fts-backend-lucene.c.
--
Nicholas Riley <njriley at illinois.edu>
2005 Mar 13
1
1.0-test65
http://dovecot.org/test/
If dovecot-auth was crashing with you, this release should fix it. I
don't know when it did though, I just applied a patch from Andrey Panin
with that description :)
Fixed also another dovecot-auth crash with Solaris and maybe some other
systems.
Contains the first attempt of a Dovecot LDA. It's still in pretty ugly
shape, but it should work, more or less. I