Displaying 20 results from an estimated 20000 matches similar to: "+ prefix in dovecot-virtual"
2011 Jan 02
2
Error copying >1 message to virtual mailbox
I created a virtual mailbox which maps to a single physical mailbox (in
Dovecot 1.x I did this with a symlink but had intermittent problems with
Dovecot 2.0 doing the same.)
However, I can only copy one message at a time into the mailbox. If I
try to copy more, I get:
7.16 UID COPY 48531:48532 !/Saved
7.16 NO [CANNOT] Can't save messages to this virtual mailbox
whereas this works fine:
2014 May 05
2
imapc with Outlook.com transfers max 22-23 messages per mailbox!?
Hi,
I'm trying to migrate a user from Outlook.com IMAP to Dovecot. I'm
using a setup similar to that on
http://wiki2.dovecot.org/Migration/Dsync:
imapc_host = imap-mail.outlook.com
imapc_user = [...]@hotmail.com
imapc_password = [...]
imapc_features = rfc822.size fetch-headers
mail_prefetch_count = 20
imapc_port = 993
imapc_ssl = imaps
imapc_ssl_verify = yes
ssl_client_ca_dir =
2005 Feb 25
4
corruption and errors in dovecot-stable
Hi,
We switched from dovecot 0.99.something to 1.0-stable (on FreeBSD 4.10)
a few days ago and have been seeing many errors and one corrupted
mailbox so far. Almost everyone uses mbox format, and most users
primarily 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
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
2010 Oct 22
3
Problems converting to maildir with dsync in 2.0.6
I'm trying to convert from an old Dovecot (1.0.15) and mbox to a new
Dovecot and maildir. I'm running into several problems with dsync which
are causing my mboxes not to convert.
If I use LAYOUT=fs (as I'd prefer) I get an error because I have a
mailbox called "subscriptions", and none of my messages convert. Is
there a way to get dovecot to put its own metadata in
2014 Mar 02
1
No speed improvement with FTS for iOS 7?
Hi,
I recompiled Dovecot with Lucene FTS to try to improve iOS 7 IMAP search
speed.
Unfortunately this does not seem to help.
I have 60 mailboxes, totaling 300 MB; lucene-indexes is 30 MB in size.
% doveadm mailbox status -t all '*'
messages=16335 recent=0 unseen=1736 vsize=280049586
Searching for a single word which is present in two messages of one
mailbox takes 40 seconds to
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 Jul 28
1
[LLVMdev] [patch] gccld not properly constructing paths when checking for bytecode
I was getting some weird errors from gccld and traced it to path
construction in isBytecodeLPath. If the path doesn't end with a /,
then Path just tries to stick filenames onto it, which is not so good.
It would be more efficient to just add a "/" to the path once, I
guess.
Also, I had to touch lib/System/Path.cpp to get my changes to Path.inc
noticed; it seems the build system
2005 Aug 01
2
[LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
gccld passes -shared through if it's generating a shared library, but
if you're compiling a program that needs to have its symbols
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
2011 May 11
1
Adding reference line or plane to cloud or wireframe
All,
I am wondering how one might add a reference line or plane to a cloud or
wireframe plot. I have been unable to figure this out. Let's say I would
like to draw a reference for some value of wt in the example below:
cl <- 54.1
age <- 10:80
wt <- 25:160
sim <- expand.grid(age = age,wt = wt)
sim$cl <- cl*(sim$wt/70)**0.412 * (sim$age/50)**0.152
2006 Jun 07
1
Label Helpers
Don''t know whether this has been discussed for the core, or if anyone
has seen a plugin.
Can anyone think of a reason why the form helpers don''t produce
corresponding labels?
......
Take the following example....
<label for="hotel_content_airportlocal" class="inputLabel">Name of
Local airport</label>
<%= text_field
2009 Jul 24
1
Conditional sorting
Greetings!
I am trying to figure out how to order a data frame by one variable
conditioned on another.
Here is an example of what I have:
d <- data.frame(RUN = rep(1:3, each = 3), ID = 1:9, AUC =
runif(9,1,100))
> d
RUN ID AUC
1 1 70.2
1 2 86.5
1 3 20.1
2 4 74.3
2 5 53.6
2 6 67.6
3 7 99.9
3 8 47.3
3 9 41.3
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
2006 Jul 03
1
Apache mod_proxy to mongrel
Hi Guys,
I know this is slightly off topic, but it''d be great to get some
feedback from anyone who''s using mod_proxy on Apache 2.2 to redircet
to a rails app on mongrel.
Everything has been running fine generally but a few days back we
started getting a gap in the performance between the Apache port and
the mongrel port. accessing through port 80 was averaging ten times
longer
2006 Aug 18
1
Fragment Caching
Hello.
I wouldn''t mind getting some feedback about the use of fragment
caching. I''ve got a series of relatively expensive database queries
with their respective partials cached and everything is working fine.
The problem is that do get this to work I''ve had to move the database
queries from the controller into the view layer so as to avoid them
being called if the
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.
2006 Jun 12
1
Broken Pipe Error with Mysql
Hello.
Been getting the dreaded MySQL broken pipe error after a few hours of
the app being started. Obviously restarting the server fixes
everything. I gather from a few posts about running rails on fast-cgi
that this happens when mysql timesout before the application. Just
wondering what the timeout for mongrel is and which mysql variable it
has to be lower than.
Thanks for any help
--
Ross
2009 Dec 11
4
Firewall for virtual machines
I realize I'm not getting a lot of questions answered here lately, and
I'm going to presume that this is for legitimate reasons (i.e., people
don't know or are too busy to think about it), not because they seem
stupid (if they do, please tell me, on the list or privately).
I run Windows as a VMWare guest on top of my CentOS host, and I
generally have not used a firewall on the guest.
2008 May 10
1
virtual network hangs during a file download
I just managed to get xen 3.2 up and running in Centos 5.1. I installed the
rpms from xen.org (first the xen 3.1 then 3.2 rpms)
my grub setting in dom0 is
title CentOS (2.6.18-xen_3.2.0)
root (hd0,5)
kernel /boot/xen.gz-3.2
module /boot/vmlinuz-2.6-xen ro root=LABEL=/ rhgb quiet
module /boot/initrd-2.6-xen.img
where vmlinuz-2.6-xen is a symlink to
2019 Jun 05
0
[PATCH 4/4] drm/virtio: Add memory barriers for capset cache.
From: David Riley <davidriley at chromium.org>
After data is copied to the cache entry, atomic_set is used indicate
that the data is the entry is valid without appropriate memory barriers.
Similarly the read side was missing the same memory barries.
Signed-off-by: David Riley <davidriley at chromium.org>
---
drivers/gpu/drm/virtio/virtgpu_ioctl.c | 3 +++