Displaying 20 results from an estimated 7000 matches similar to: "IMAP folders sort order"
2013 Feb 26
4
Sieve filters on folders, different from INBOX
Hi all
Is it possible to configure Dovecot's sieve plugin to act on message
arrival to folders, other than INBOX?
I wish to move messages fetched by pop3 fetcher to special folder, or sort
outgoing mail to folders, specific
to their recipients.
Thanhs in advance,
WBR,
valery
2013 Feb 18
1
Full-text search
Hi all
I discovered that the full-text search (fts) plugin can work without
SQUAT/LUCENE/SOLR backend. I.e., Dovecot creates separate indexes for
header search in files dovecot.index and dovecot.index.cache. Even, the
search by headers is fast enough, and can search for phrases. Also, it
seems that this buillt-in search is faster than Solr-based search. But if I
enable the Solr backend (fts_solr),
2014 Jan 07
1
Assertion failed with imapc after upgrading Dovecot from 2.1.7 to 2.2.9
Hi !
I have an old Courier IMAP and in front of it, I have put a proxy cache
with Dovecot/imapc.
I use Debian Wheezy (stable) which package Dovecot in version 2.1.7.
I have tested the upgrade to Debian Jessie (testing) which package Dovecot
in version 2.2.9 but an assertion is thrown :
dovecot: imap(xxx): Panic: file imapc-list.c: line 499
(imapc_list_delete_unused_indexes): assertion failed:
2007 Jun 22
3
LIST % not returning correct data?
Hi list,
I have
namespace private {
prefix = INBOX.
separator = .
inbox = yes
}
in an installation migrated from courier. I am testing with Outlook
Mobile 5 (OM) which uses 'LIST "" %' to get the folder list. Now
courier used to return
* LIST (\HasChildren) "." "INBOX"
whereas dovecot returns
* LIST (\HasNoChildren) "." "INBOX"
2013 Feb 05
1
"Header is huge" in fts-solr
Hi, Timo and all!
I am trying to index mail in a test mailbox using fts_solr plugin for
full-text search. On most mailboxes, it works fine, but on some big
messages I get
warnings like the following, and then I get an Out of memory error from
Solr, then the indexer-worker process (or doveadm) crashes with "assertion
failed" error and the backtrace:
2011 May 21
1
Behavior difference in mbox versus Maildir listing
Hi,
My MUA (claws-mail) is having a hard time listing directories
for a mail account with two namespaces, one of which using mbox and the
other one using maildir to store mails.
Let's call the namespaces "#mbox." and "#maildir." and have "." as
separator.
Assume I have the following folder hierarchy:
$namespace
$namespace folder
$namespace folder folder1a
2007 Mar 02
2
1.0rc25: double INBOX folder (weird)
Let me start off by saying the initial cause was *not* a Dovecot bug. :)
If you have the default namespace "INBOX." (Courier emulation mode from
the Wiki) and an actual folder in your ~/Maildir/ with INBOX in the name
(~/Maildir/.INBOX.Miami), then Dovecot presents them both to the client
as the real Inbox in Thunderbird:
Account
Inbox (3)
Drafts
Sent
INBOX (3)
2020 Jul 19
1
I need some help with my Dovecot and Postfix configs - I'm unable to log in on my mail server
Autocinfiguration is fine, my problem is that once everything is
(auto)configurated (correctly, checked this) that the server doesn't
accept my login request.
STARTTLS is correct, ports are correct etc. My mail is correct, my
password is correct (tried with copy paste) and also with name as
username and name at domain aswell (name was also copy pasted).
On 19/07/2020 12:43, Bernardo Reino
2018 Nov 15
1
Dovecot proxy: per user/domain 'namespace/inbox/prefix' from MySQL
As a way to try and avoid using "prefix = INBOX." ad infinitum for the
inbox namespace, I'm looking for ways to move on to "prefix =" for new
mail accounts, and grandfather the existing ones. Previously running
Courier-IMAP, now Dovecot, I looked at
https://wiki.dovecot.org/Namespaces#Backwards_Compatibility:_Courier_IMAP
and decided it's too risky to go down that
2015 Jun 16
1
Mailbox aliases problem
Hi,
i'm trying to implement malbox aliases but it's not fully working as i expected. This is my configuration:
mail_plugins = acl mailbox_alias
plugin {
mailbox_alias_old = INBOX/Odoslane
mailbox_alias_new = INBOX/SentTest
}
That 'INBOX/' must be there because of this (we were moving from Courier IMAP):
namespace inbox {
type = private
prefix = INBOX/
separator = /
2003 Jun 30
1
Dovecot first impressions
Hi,
I have only recently become aware of Dovecot and gave it a try. The
previous 0.99.9.1 version didn't work well for me (OpenSSL), I dropped
it, but 0.99.10 has come just in time (saw it on freshmeat) and I
thought I'd give it another try if it promised SSL fixes, and it's sorta
working for me (i. e. it works with mutt, Mozilla, sylpheed, but not
cone -- but cone is beta and has SSL
2004 Jul 08
3
PDC Administrative scripting
Hello:
It's been quite some time since I've posted to the samba lists. I'm
wondering if there are any other Samba administrators out there that have
developed shell and/or PERL scripting for managing user profile (roaming)
directories. Essentially what we're trying to accomplish is automated
cookie cleanup "illegal file" (i.e., mp3, wav, avi, etc.) file clean up
2011 Nov 02
1
IMP, Dovecot and multiple namespaces
Hey guys,
I'm wondering what the best way is to be backwards compatible with
Courier mailbox formats and not duplicate mailbox trees with Dovecot.
Is anyone doing this right now?
My Dovecot 2.0.13 is configured as follows for Namespaces:
namespace {
inbox = yes
location =
prefix =
separator = .
}
namespace {
hidden = yes
inbox = no
list = no
location =
prefix
2023 Feb 22
1
Restored mail folders conflict with renamed original ones
Can you please try
doveadm exec imap -u username_of_the_user
1 LIST "" "*"
and see if it is there?
Aki
> On 22/02/2023 14:28 EET Nikolaos Milas <nmilas at noa.gr> wrote:
>
>
> On 21/2/2023 9:56 ?.?., Aki Tuomi wrote:
> > Can you enable mail_debug=yes, restart, ask the user to access the folder(s) and provide those logs?
> >
>
> Hi
2016 Jul 02
2
Shared mailboxes not showing up in shared namespace
I don?t seem to have that install on my Debian machine.
But I have done this:
1 LIST "" %
* LIST (\HasNoChildren) "/" confirmed-spam
* LIST (\HasChildren) "/" Archive
* LIST (\HasNoChildren \Sent) "/" Sent
* LIST (\HasChildren \Trash) "/" Trash
* LIST (\HasNoChildren) "/" Spam
* LIST (\HasChildren) "/" Archives
* LIST
2017 Mar 09
3
RFC: Representing unions in TBAA
On Thu, Mar 9, 2017 at 9:57 AM, Hal Finkel <hfinkel at anl.gov> wrote:
>
> On 03/01/2017 05:30 PM, Daniel Berlin via llvm-dev wrote:
>
> So, https://bugs.llvm.org/show_bug.cgi?id=32056 is an example showing our
> current TBAA tree for union generation is definitely irretrievably broken.
> I'll be honest here. I'm pretty sure your proposal doesn't go far enough.
2023 Feb 22
1
Restored mail folders conflict with renamed original ones
On 22/2/2023 2:30 ?.?., Aki Tuomi wrote:
> Can you please try
>
> doveadm exec imap -u username_of_the_user
> 1 LIST "" "*"
>
> and see if it is there?
Here is the output:
# doveadm exec imap -u userx
* PREAUTH [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT
MULTIAPPEND
2020 Apr 09
2
doveadm backup from gmail with imapc
> On 31 Mar 2020, at 23.18, Ben Mulvihill <ben.mulvihill at gmail.com> wrote:
>
> Hello again,
>
> I am still stuck I'm afraid.
>
> I now have doveadm backup working perfectly from
> a small gmail mailbox (a few hundred messages), but
> when I try the same configuration (apart from usernames
> and passwords obviously) with a large gmail mailbox
>
2016 Jun 30
2
Shared mailboxes not showing up in shared namespace
Hi,
I think I have configured everything correctly but for some reason I can?t get a list of the shared mailboxes to show up.
When I run:
doveadm acl debug -u m.markov Shared/d.marteva/INBOX
doveadm(root): Debug: Skipping module doveadm_fts_plugin, because dlopen() failed: /usr/lib/dovecot/modules/doveadm/lib20_doveadm_fts_plugin.so: undefined symbol: fts_backend_rescan (this is usually
2020 May 11
2
[EXT] Re: Support for MULTISEARCH
> On 11/05/2020 14:09 Joe Wong <joewong99 at gmail.com> wrote:
>
>
>
>
>
> On Mon, May 11, 2020 at 5:16 PM Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
> >
> > > On 11/05/2020 12:12 Joe Wong <joewong99 at gmail.com> wrote:
> > >
> > >
> > >
> > >
> > >
> > > On Sun, May