Displaying 20 results from an estimated 200000 matches similar to: "virtual folder index logs"
2019 Nov 21
2
Virtual folder auto creation
After switching on Virtual Plugin and configuring it as specified on
https://doc.dovecot.org/configuration_manual/virtual_plugin/
the virtual folder is created for each user.
Is it possible do not creater virtual folder automatically, only
manually, for specific users?
lda_mailbox_autocreate set to yes, but hope it's not related.
--
sergio.
2019 Nov 21
1
Virtual folder auto creation
On 21/11/2019 10:59, Sami Ketola via dovecot wrote:
> Return the virtual folder settings from userdb for only the selected users.
> Or return hidden = yes variable for those that you wish not to see it.
Could you give more details how to do this?
> Virtual folder really does not exist. It is memory only and is generated on
> each login.
It is not true. Virtual folder really
2020 Jan 24
0
wrong Messages in virtual Folder
Hello,
I created a virtual Folder that should contain all Mails from several different Folders and their subfolders. Recently I added a new folder to the dovecot-virtual file and then found that most Mails from this folder were missing. I always restartet dovecot (is this necessary?) after any change. The system is running Debian Stretch and I am using the supplied dovecot 2.2.7 (see below for
2019 Nov 21
0
Virtual folder auto creation
> On 21 Nov 2019, at 4.32, sergio via dovecot <dovecot at dovecot.org> wrote:
>
>
> After switching on Virtual Plugin and configuring it as specified on
> https://doc.dovecot.org/configuration_manual/virtual_plugin/
>
> the virtual folder is created for each user.
>
> Is it possible do not creater virtual folder automatically, only
> manually, for specific
2010 Feb 19
2
namespaces/virtual folder & archiving
Hi,
I was following the earlier namespaces discussion and I would like to
repost a doubt. I need to have some kind of archiving, it means, store old
messages into a cheap storage. But I couldn?t think any other solution
than symlinks.
Then, I thought about store 'Sent Items' (as having old messages and less
acessed). But I also needed to do with nfs and symlinks. So, it comes the
2005 Mar 03
1
Can't create subfolders of my INBOX or delete folders with IMAP
Hi,
I've been using the dovecot IMAP server for about a year now, and
basically it works. But there's an annoying problem, that I can't make
any subfolders. I can only make folders that are at the same level as
my INBOX folder. Worse, I can't delete folders once I've created them.
I'm using Debian unstable on both the server machine and my client
machine. The
2007 Feb 01
1
copying a folder removes the 'hidden' attribute
I have extended attributes enable in the file system so the 'hidden' and
other attributes should be saved as an extended attribute.
When connecting to the share from a Windows computer, if I copy a FILE
then the new file stays hidden, but if I copy a FOLDER then the new
folder is NOT hidden.
I tried this on a Windows file server and it does preserve the 'hidden'
attribute, which
2011 Jun 23
1
Public Folder ACL Problem
Hi All,
I am trying to achieve ACL set in Public folders, I have public namespace in
dovecot.conf like this
namespace public {
separator = /
prefix = Public/
location = maildir:/var/mail/public/
subscriptions = no
}
and now under public folder I have two subfolders .test and .test1 . I have
created dovecote-acl under .test so that it can be seen and subscribe.
but I can't see
2018 Feb 28
0
Using virtual folders with younger and index files
Hello Rob,
Do you by chance have a virtual/All folder which holds all your
messages? If so, could I see that configuration?
Thanks.
Dave.
On 2/27/18, Rob Hoelz <rob+dovecot at hoelz.ro> wrote:
> Hi list,
>
> I just encountered a problem while using dovecot's Virtual plugin with
> 2.3.0. I managed to solve the issue,
> but I wanted to bring it to the attention of
2023 Mar 28
1
[External] subfolders in the R folder
The "good reason" is all the tooling in R doesn't work with subfolders and
would have to be rewritten. All the package check and build stuff. And
that's assuming you don't want to change the basic flat package structure -
for example to allow something like `library(foo)` to attach a package and
`library(foo.bar)` to attach some subset of package `foo`. That would
require
2023 Mar 28
1
[External] subfolders in the R folder
A quick drive-by-comment: What if 'R CMD build' would have an option
to flatten R/ subfolders when building the tarball, e.g.
R/unix/a.R
R/windows/a.R
R/a.R
becomes:
R/00__unix__a.R
R/00__windows__a.R
R/a.R
? Maybe that would be sufficient for most use cases. The only thing
I can imagine is that source file references (e.g. in check NOTEs)
will be toward the latter and not the
2014 May 16
1
Segfault when deselecting virtual folder 2.2.13+ HG TIP
Hello,
I'm seeing a segfault in the imap process with the current mercurial tip
(including changeset 17382 e99cd21e1f92) when selecting a particular
virtual mail folder (but no other virtual mailboxes) and then selecting
a different mail folder as in the IMAP transcript below. The same
segfaults are triggered with IMAP clients. The situation is worse with
the 2.2.13 which segfaults when
2019 Mar 29
0
Fwd: segfault in libdovecot-storage at unknown circumstances
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925961
-------- Forwarded Message --------
Subject: segfault in libdovecot-storage at unknown circumstances
Date: Fri, 29 Mar 2019 16:34:15 +0300
From: sergio <sergio+it at outerface.net>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Package: dovecot-core
Version: 1:2.3.4.1-1~bpo9+1
Severity: normal
Yes, I know this is
2007 Aug 02
1
Shared folder hierarchies, multiple groups
Hi,
I'm trying to set up two shared folder hierarchies on my Dovecot
installation for two groups of employees, all of whom should only have
access to their own hierarchy. Any employee should be able to create
sub-folders and generally have full access to the hierarchy.
My initial setup was to create two public namespaces, Shared-One and
Shared-Two. Each is a Maildir under /var/mail.
The
2009 Jul 24
1
Maildir from offlineimap, INBOX folder created
Hi, I'm using dovecot to serve up a Maildir created/served by
offlineimap. The layout is typical (as far as I know) of maildirs, with
the root folder having cur, tmp, new, and subfolders being a folder
within the root folder. Since I'd previously used Evolution to access
this maildir, my subfolders were actual subfolders (separator /).
Anyway, it all works spiffingly well, except that I
2009 Nov 29
1
dovecot v 1.28 and virtual folders
I haven't been able to make this work. I've experimented with
different settings in my dovecot.conf for hours.
I have a simple single user ubuntu setup, nothing fancy and would just
like to have a virtual "unread" folder of my main INBOX, for use with
Squirrelmail
So, with just this, all good... subfolders look like
.INBOX.duplicates for example in the file system
2012 Feb 10
1
folder hierarchies with migration from cyrus to dovecot2
Hi,
I finally migrated my IMAP server from cyrus to dovecot2. I have been
using cyrus since many years and have not much experience with dovecot
yet though.
I've converted my imap server using cyrus2dovecot (several times until
I thought it was correct) but there is one thing left which confuses
me and I'm not sure what I can or need to do to change it.
With Cyrus I used
2018 Feb 28
2
Using virtual folders with younger and index files
Hi list,
I just encountered a problem while using dovecot's Virtual plugin with 2.3.0. I managed to solve the issue,
but I wanted to bring it to the attention of others on the list to see if there exists a better solution, if
I found a bug, or if it's just a matter of updating documentation.
I have a virtual folder to get the most recent two weeks of mails; it looks something like this:
2018 Nov 28
0
Error logs with virtual folder after upgrading to 2.3.4
If you are using systemd, you might want to create
/etc/systemd/system/service.dovecot.d/override.conf
with
ProtectSystem=no
if you want writable /etc directory.
> On 28 November 2018 at 18:49 Maria Arrea <maria-arrea at gmx.com> wrote:
>
>
> Since I upgraded to 2.3.4 I have lots of line in logs like these:
>
> Nov 28 17:35:48 buzalum_rhel7 dovecot: imap(iniramgon
2012 Nov 16
4
Folder layout after Cyrus to Dovecot migration
# dovecot --version
1.2.15
We're trying to migrate a server from Cyrus to Dovecot, and we're mostly
there.
On Cyrus, the folder layout in the MUA is:
INBOX
subfolder
subfolder
...
Sent
Drafts
Queue
Trash
Users cannot create sibling folders to the Inbox, only subfolders (and
sub-subfolders, etc). We've replicated that with: