Displaying 20 results from an estimated 400 matches similar to: "Streaming MOVE commands"
2018 Oct 10
2
immediate delete of mails
On Tue, 9 Oct 2018 15:44:14 +0200 (CEST)
Steffen Kaiser <skdovecot at inf.h-brs.de> wrote:
> try out pure IMAP via telnet:
>
> telnet server 143
> 1 login user pwd
> 2 select inbox
> 4 CREATE Trash
> 5 COPY 1 Trash
> 3 STORE 1 +FLAGS \Deleted
> 4 EXPUNGE
Here's the output:
* OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE LITERAL+ AUTH=PLAIN
2016 Feb 21
3
Streaming MOVE commands
Hello Timo,
Timo Sirainen <tss at iki.fi> writes:
> Thanks, looks like this was broken with Maildir and mbox formats. It
> also caused expunges in some other situations to be lost. Fixed:
>
> https://github.com/dovecot/core/commit/950a6e61d6c2dac961ce031bdd8b2895bc32b827
Thanks a lot for the fix, testing it now!
Is this patch suitable of being backported to 2.2.13? (Debian
2009 Aug 19
3
Solr Plugin make only INBOX able to search
Hi all,
I have downloaded and installed dovecot 1.2.4 with Solr plugin. After
that, when I try to do some searches the results are weird.
All messages that aren't on INBOX folder are ignored. For example, if
I have a folder named "Test Folder", when I try to do ". search text
<string>" the result is always empty.
I tried TEXT, SUBJECT and BODY arguments and
2018 Oct 10
0
immediate delete of mails
On 10.10.2018 09:34, Tamas Selmeci wrote:
> On Tue, 9 Oct 2018 15:44:14 +0200 (CEST)
> Steffen Kaiser <skdovecot at inf.h-brs.de> wrote:
>
>> try out pure IMAP via telnet:
>>
>> telnet server 143
>> 1 login user pwd
>> 2 select inbox
>> 4 CREATE Trash
>> 5 COPY 1 Trash
>> 3 STORE 1 +FLAGS \Deleted
>> 4 EXPUNGE
> Here's the
2010 Jun 18
4
[Dovecot 1.2.11(NFS used) & dovecot-antispam 1.2]: move message error
Hello! I am really need help!
I am using dovecot installation on ~700 users with dspam integration via
dovecot-antispam plugin.
Problem in unpredictable result of moving spam-mails from INBOX to Junk
and from Junk to INBOX. In some cases it works fine, but sometimes I see
error like "It's not possible to move the message" in client (roundcube).
Two different samples on same
2012 Nov 19
4
btrfs crash - Null dereference - 3.7.0-rc5-00068-gc5e35d6
Hi,
my system suddenly crashed and gave me this dump:
http://imgur.com/oO6S0
I checked and there is not btrfs commit in linus'' tree since I compiled this
kernel.
Gustavo
2018 Oct 09
4
immediate delete of mails
On Tue, 9 Oct 2018 12:08:00 +0200 Sami Ketola <sami.ketola at dovecot.fi>
wrote:
> How do you deliver then mails to the server?
>
> also mbox is very unoptimised mailbox format for this. Each time mail is deleted from mbox mailbox the whole mbox while needs to be rewritten to remove the mail.
OpenSMTPD and Dovecot run on the same machine. OpenSMTPD receives
incoming mails and
2013 Jun 14
1
IMAP MOVE and lazy_expunge_only_last_instance
Hello!
im testing lazy_expunge_only_last_instance here and it seems it works wrong
with IMAP MOVE
IN:
14 uid move 13 "INBOX"
OUT:
* OK [COPYUID 1188569061 13 34] Moved UIDs.
* 5 EXPUNGE
14 OK Move completed.
dovecot.log:
2013-06-14 10:56:06 imap(test13 at mtx.ru): Info: copy from Test: box=INBOX,
uid=34, msgid=<1294858169.32435.3.camel at int.office.matrix>, size=996,
2017 Feb 12
2
Replacement for antispam plugin
Op 2/10/2017 om 8:59 PM schreef Ralph Seichter:
> On 10.02.17 20:34, Michael Slusarz wrote:
>
>> When you move a message to a new mailbox, that is a "new message"
>> event (a new UID in the target mailbox is created; the message count
>> increases). So imap.mailbox is set to the name of the *target* mailbox.
> My tests seem to indicate otherwise. Deleting a
2018 Aug 17
0
imapsieve: Change message flags on COPY
Op 17/08/2018 om 19:44 schreef Leandro Lucarella:
> On Friday 17 August 2018 01:41:39 CEST Stephan Bosch wrote:
>> dovecot -n
I tried your configuration here with your Sieve script. It works here as
expected with or without the fileinto action (so also with only setflag).
I changed your script a little to detect "INBOX/Archive" rather than
just "Archive" to match
2008 Oct 17
0
Backtrace:/usr/local/libexec/dovecot/imap (1.1.4)
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as
2016 Nov 22
0
Implementing secondary quota w/ "Archive" namespace
On Mon, Nov 21, 2016 at 6:20 PM, Fred Turner <fred at c5consulting.net> wrote:
> Yeah, I gradually figured out it wouldn't work yesterday when delving back
> into this and testing. No separate quotas per namespaces until 2.1 or
> something, I think?
>
> So, got any suggestions on getting it to work with v2.x? I found an old
> thread from 2013 by Andreas (I think?) and
2017 Feb 10
5
Replacement for antispam plugin
> On February 10, 2017 at 12:13 PM Ralph Seichter wrote:
>
> On 10.02.17 18:34, Michael Slusarz wrote:
> > > Can we add an exception for the Trash folder?
> > This is handled in the sieve script. E.g.:
> >
> > require "environment";
> > if environment "imap.mailbox" "Trash" {
> > stop;
> > }
>
> This does
2018 Aug 17
2
imapsieve: Change message flags on COPY
On Friday 17 August 2018 01:41:39 CEST Stephan Bosch wrote:
> dovecot -n
Hi, here it is (I don't know why I get the SSLv2 warning because it is
disabled in ssl_protocols, any ideas about that too?).
BTW, even when storing the message in a different folder with fileinto,
the original message is still saved in the original mailbox. I also tried
using `discard;` and makes no difference, I
2016 Nov 22
2
Implementing secondary quota w/ "Archive" namespace
Yeah, I gradually figured out it wouldn't work yesterday when delving back into this and testing. No separate quotas per namespaces until 2.1 or something, I think?
So, got any suggestions on getting it to work with v2.x? I found an old thread from 2013 by Andreas (I think?) and he didn't seem to quite be able to get it to work. Actually, though, I'd be happy to even be able to apply
2007 Dec 02
4
get SIP extension status without calling it
Hi,
I am trying to get a SIP extension's status without
actually making a call.
I am using sofia-sip's "options" example utility and
the sip clients are SJphone softphones.
2006 Sep 26
5
powernow-k8: Processor cpuid 681 not supported
I am running 2.6.18-1.2693.fc6xen and I am receiving this message
powernow-k8: Processor cpuid 681 not supported
anyone know if xen works on
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 8
model name : AMD Athlon(tm) Prosussor
stepping : 1
cpu MHz : 1994.985
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
2006 Sep 26
5
powernow-k8: Processor cpuid 681 not supported
I am running 2.6.18-1.2693.fc6xen and I am receiving this message
powernow-k8: Processor cpuid 681 not supported
anyone know if xen works on
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 8
model name : AMD Athlon(tm) Prosussor
stepping : 1
cpu MHz : 1994.985
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
2015 Jan 22
2
CUPS Windows point'n'click driver installation
> ----- Original Message -----
> From: "Marc Muehlfeld" <mmuehlfeld at samba.org>
> To: "Mike Ray" <mray at xes-inc.com>, samba at lists.samba.org
> Sent: Thursday, January 22, 2015 2:10:41 PM
> Subject: Re: [Samba] CUPS Windows point'n'click driver installation
>
> Hello Mike,
>
> Am 22.01.2015 um 20:11 schrieb Mike Ray:
>
2012 Jul 05
5
Netbios over VPN
I am attempting to utilize BackupPC on a Fedora 14 server to backup a remote client.
As I understand, it's primary mechanism for finding clients is performing a nmblookup <clientname>
This works fine for computers connected to the local network.
My issue is extending ?Samba's? search to encompass our other network - the point-to-point VPNs
Using OpenVPN, we have a number of road