Displaying 20 results from an estimated 10000 matches similar to: "Virtual mailbox plans"
2015 Jun 16
1
Imap process crashes when search in virtual mailbox
Hi,
When searching in a virtual mailbox imap process crashes if the virtual
mailbox has a lot of physical mailboxes behind (more than 80 - 100
mailboxes).
Dovecot 2.2.18 build from sources ./configure --prefix=/opt/dovecot2
--with-mysql --with-sqlite --with-solr --with-ssl --disable-rpath
--disable-static.
Debian Wheezy 3.2.63-2 x86_64.
Filesystem is ZFS.
docecot -n :
# 2.2.18:
2014 Dec 15
0
virtual mailbox segfault
Hello,
I have a segfault problem, and I can not resolve myself.
The details below (stack trace, config....). Maybe important to reproduce, everithing working well until I connect with SoGo ActiveSync (SoGo web, and other IMAP clients are working well). So maybe the SoGo send something magical command if the user client use the ActiveSyn... (the IMAP debug attached too)
Thanks, Balazs Toth
2009 Apr 21
2
Incorrect listing of shared mailbox names
After the LOGIN do STATUS "User/somemailbox":
a0007 STATUS "INBOX/Rechnung" (UIDNEXT UIDVALIDITY UNSEEN RECENT)
a0008 STATUS "User/lists at example.com/Announce" (UIDNEXT UIDVALIDITY UNSEEN RECENT)
a0009 STATUS "User/system at example.com/INBOX-root" (UIDNEXT UIDVALIDITY UNSEEN RECENT)
a0010 STATUS "User/test at example.com/Shared" (UIDNEXT
2010 Jan 06
1
strange behaviour with seen/unseen messages in virtual folders.
Hi,
I've a virtual folder that contains unseen messages. When I mark the
message and expunge the folder, the message should disappear. This works
as expected in alpine. Alpine uses the following commands:
06000010 STORE 1 +Flags (\SEEN)
06000020 EXPUNGE
Using roundcube mail, the message wont disappear, when I perform the same
steps. RoundCube Mails sends:
flg UID STORE 445 +FLAGS
2013 Aug 14
2
Dovecot mailbox in read-only mode, Permanentflags empty
Hi,
I have installed Postfix + Dovecot 2.2.5 on a Fresh Arch Linux server
(using Arch Linux repository packages).
When accessing mailbox through Dovecot IMAP, all user mailboxes are in
READ-ONLY mode.
Here is a snippet from IMAP telnet conversation (after successful
login).
a LIST "" "*"
* LIST (\HasNoChildren) "." INBOX
a OK List completed.
a EXAMINE INBOX
*
2020 Aug 03
3
How to access mailbox metadata in Lua push driver
Some answers to my questions, a first version of my script and more
questions ;)
Am 03.08.20 um 18:15 schrieb Ralf Becker:
> Currently looking into the following questions:
>
> - can I get the rfc 5423 type of event somehow (obviously I can set it
> on the event myself depending of the function called)
event.name
> - looking at the example code, it looks like it can be called for
2003 Jul 08
2
search throwing "Sequence out of range"
Mulberry client-side message filtering can be persuaded to search for a
nonexistent message ...
<tag> UID SEARCH UNSEEN UNDELETED UNDRAFT 12 (OR FROM "Cron Daemon
<sthen at eeyore.37.spacehopper.org>" SUBJECT "Cron <sthen at wide>
/home/sthen/pingme")
Dovecot 0.99.10 returns this ...
<tag> NO Sequence out of range: 12
I *think* the correct
2008 Mar 14
3
Virtual mailboxes
Virtual mailbox support can be tested with:
hg clone http://hg.dovecot.org/dovecot-virtualboxes/
The code is still pretty non-optimized and I've only done some small
tests, but at least it appears to work. Messages can't yet saved to
virtual mailboxes, but I was thinking that the first configured mailbox
could be used as the save destination.
Configuration goes like:
mail_plugins =
2018 Mar 21
0
Race condition when setting flags (\Deleted) + expunge quickly, leaving mails not deleted
Thank you for your thorough report, we'll look into it.
Aki
On 20.03.2018 16:56, Tomas Forsman wrote:
> Hello.
>
> I seem to have found a race condition, when setting flags on multiple emails
> rapidly. 5 commands including login to reproduce. Problem found using mutt in
> real world usage.
>
> Seems to happen both with UID STORE 1:3 and UID STORE 1,2,3 ..
>
> I
2009 Dec 11
2
virtual plugin: Broken mailbox list
Hello Timo,
I'm testing the latest hg version from the 1.2 series and get the following in dovecot's error log as soon as I try to access the virtual mailbox
Dec 11 18:23:07 ubuntu-test dovecot: IMAP(xxxxx): virtual index /etc/dovecot/virtual/unseen: Broken mailbox list
$ cat dovecot-virtual
*
unseen
$ dovecot -n
# 1.2.8: /etc/dovecot/dovecot.conf
# OS: Linux
2020 Aug 04
0
How to access mailbox metadata in Lua push driver
> On 03/08/2020 22:58 Ralf Becker <rb at egroupware.org> wrote:
>
>
> Some answers to my questions, a first version of my script and more questions ;)
>
> Am 03.08.20 um 18:15 schrieb Ralf Becker:
> > Currently looking into the following questions:
> >
> >
> > - can I get the rfc 5423 type of event somehow (obviously I can set it on the event
2011 Dec 23
2
2.1.rc1 (056934abd2ef): virtual plugin mailbox search pattern
Hello Timo,
With dovecot 2.1.rc1 (056934abd2ef) there seems to be something wrong
with virtual plugin mailbox search patterns.
I'm using a virtual mailbox 'unread' with the following dovecot-virtual file
$ cat dovecot-virtual
*
unseen
For testing propose I created the following folders with each containing
one unread message
INBOX, INBOX/level1 and INBOX/level1/level2
2010 May 20
1
Permanent flags not announced and public mailbox with per-user index
Hi,
I've a set of public mailboxes that all users can access.
The index is stored per user, so each user can mark the message as read
for themselves.
This is with dovecot 1.2.10.
However, when selecting the mailbox, system flags are not announced as
permanent but only as session flags:
3619 SELECT "public.Admin"
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
* OK
2016 Dec 03
0
Simple way to get mailbox size by folder.
> On December 3, 2016 at 11:16 PM Vijay Sarvepalli <vijay at ericavijay.net> wrote:
>
>
> Is there a simple way to get each mailbox size using dovecot's IMAP
> interface? The GETQUOTAROOT and GETQUOTA seems to work with the full
> maildir size and not the individual folders.
>
> I am finding a simple way for the webmail client to show usage of each
>
2016 Dec 13
0
Simple way to get mailbox size by folder.
Hello Mike and Aki,
Thanks for the response. I had been using FETCH 1:* in my IMAP module,
but found it slow with folders with lots of messages or even large-sized
messages folder. The doveadm seems elegant and faster but I hate to fork a
command line from web-UI, for obvious security and performance reasons. It
will be great if dovecot team will consider IMAP extensions to release
doveadm
2008 May 01
5
Replication protocol design #2
Changes:
- Added goal 8 and rewrote mailbox synchronization plan.
- Added new SELECT command to change active mailbox and removed mailbox
ID from command parameters
Goals
-----
1. If a single (or configurable number of) server dies, no mails must be
lost that have been reported to IMAP/SMTP clients as being successfully
stored.
2. Must be able to automatically recover from a server
2006 Apr 07
1
consistency issue
Hi there,
We have our mail boxes stored on a NFS server and we use maildir for
mailbox storage.
Some days ago we had a crush and SOME of the mailboxes get an error on
QUERY: "EXPUNGE".
eg:
telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
* OK Cabanova Mail ready.
A01 LOGIN "hoeschen@***.com" "***"
A01 OK
2013 Apr 02
1
doveadm mailbox list/stats etc. and shared mailboxes/ACLs
Hello,
2.2.0rc3:
host:~# doveadm mailbox list -u testuser
INBOX
INBOX.test
INBOX.bla
INBOX.bla.blubb
INBOX.shared
INBOX.virtual
INBOX.shared.user1
INBOX.shared.user1.privat
INBOX.shared.user1.test
INBOX.shared.user1.test.test2
INBOX.shared.user1.Trash
INBOX.shared.user1.in2009
[... all mailboxes of user1]
Only user1.test and user1.test.test2 have ACLs that allow testuser to access
them.
2005 Jul 12
0
Altering newly created mailboxes
There seems to be a bug in updating uid/uidvalidity when copying mail to an
empty or newly created mailbox:
<new connection>
. OK Logged in.
. CREATE testfolder4
. OK Create completed.
. SUBSCRIBE testfolder4
. OK Subscribe completed.
. SELECT otherfolder
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags
2014 Sep 09
1
My Dsync isn't replicating 'EXPUNGE' IMAP command
Hi!
I have two Dovecot-2.2.13 servers with Dsync Replication: server1 and
server2.
When I execute 'EXPUNGE' on server1 side, the messages with FLAG
\Deleted are expunged only on server1. The message is still present in
Server2.
Could someone give me a hint reason for this ?
Thanks in advance!
--
Thiago Henrique
======================================================================