Re: Panic with FTS_BACKEND_FLAG_TOKENIZED_INPUT and virtual mailboxes: file index-search-result.c: line 132

2024-08-17 Thread markus-dovecot--- via dovecot
Just to be complete here is a second backtrace with a similar error (if it needs to be fixed at multiple places): ``` Panic: file index-search-result.c: line 174 (index_search_result_update_appends): assertion failed: (result->search_args->args == &search_arg) Error: Raw backtrace: /usr/lib/dov

Panic with FTS_BACKEND_FLAG_TOKENIZED_INPUT and virtual mailboxes: file index-search-result.c: line 132

2024-08-17 Thread markus-dovecot--- via dovecot
debug below, so that core team can understand the problem.) > > As discussed above, this bug is triggered with virtual mailboxes on > subsequent accesses. The initial access will work fine; the assert crash only > happens when the Dovecot lib-storage index code reads the indexes crea

Re: Migration dovecot server with local users to dovecot with virtual mailboxes

2023-06-12 Thread t Seeger
n 8, 2023 at 3:26 PM aki.tuomi via dovecot > > mailto:dovecot@dovecot.org>> wrote: > > > > Please see https://doc.dovecot.org/admin_manual/migrating_mailboxes/ > > <https://doc.dovecot.org/admin_manual/migrating_mailboxes/> > > > > Aki > &g

Re: Migration dovecot server with local users to dovecot with virtual mailboxes

2023-06-09 Thread Aki Tuomi via dovecot
al message > > > From: tseeger...@gmail.com > > > Date: 6/8/23 16:10 (GMT+02:00) > > > To: dovecot@dovecot.org > > > Subject: Migration dovecot server with local users to dovecot with > > > virtual mailboxes > > > > > > Hel

Re: Migration dovecot server with local users to dovecot with virtual mailboxes

2023-06-09 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
ki Original message From: tseeger...@gmail.com <mailto:tseeger...@gmail.com> Date: 6/8/23 16:10 (GMT+02:00) To: dovecot@dovecot.org <mailto:dovecot@dovecot.org> Subject: Migration dovecot server with local users to dovecot with virtual mailboxes Hell

Re: Migration dovecot server with local users to dovecot with virtual mailboxes

2023-06-09 Thread Aki Tuomi via dovecot
eger...@gmail.com > > Date: 6/8/23 16:10 (GMT+02:00) > > To: dovecot@dovecot.org > > Subject: Migration dovecot server with local users to dovecot with virtual > > mailboxes > > > > Hello, > > we are using a dovecot server with NIS, we want to transfer it to

Re: Migration dovecot server with local users to dovecot with virtual mailboxes

2023-06-09 Thread t Seeger
> > Aki > > Original message > From: tseeger...@gmail.com > Date: 6/8/23 16:10 (GMT+02:00) > To: dovecot@dovecot.org > Subject: Migration dovecot server with local users to dovecot with virtual > mailboxes > > Hello, > we are using a dovecot server with NIS,

RE: Migration dovecot server with local users to dovecot with virtual mailboxes

2023-06-08 Thread aki.tuomi via dovecot
Please see https://doc.dovecot.org/admin_manual/migrating_mailboxes/Aki Original message From: tseeger...@gmail.com Date: 6/8/23 16:10 (GMT+02:00) To: dovecot@dovecot.org Subject: Migration dovecot server with local users to dovecot with virtual mailboxes Hello, we are

Migration dovecot server with local users to dovecot with virtual mailboxes

2023-06-08 Thread tseegerkrb
Hello, we are using a dovecot server with NIS, we want to transfer it to a new setup. As backend a mysql server will be used in the future. My problem is, if I just copy the maildir or use "doveadm import" all mails are flagged as "unseen". How can i preserve the flags? This is how I have trie

Re: Dovecot 2.3.13 virtual mailboxes subscription problem

2022-04-10 Thread Aki Tuomi
> On 03/04/2022 16:12 Slavko wrote: > > > Hi, > > by discussion on IRC channel is post details here. > > > I am using virtual plugin in dovecot 2.3.13 and i have porblems with > subsription to these virtual mailboxes. I can setup autosubscribe to > the

Dovecot 2.3.13 virtual mailboxes subscription problem

2022-04-03 Thread Slavko
Hi, by discussion on IRC channel is post details here. I am using virtual plugin in dovecot 2.3.13 and i have porblems with subsription to these virtual mailboxes. I can setup autosubscribe to them and it works as expected. I can SUBSCRIBE to them, dovecot returns OK and they are added in

Re: FTS flatcurve not index messages when SEARCH run on Virtual Mailboxes

2022-01-17 Thread Michael Slusarz
> On 01/17/2022 1:24 AM Aki Tuomi wrote: > > > On 17/01/2022 10:09 Alessio Cecchi wrote: > > So my question is, there is a specific command for switch from an FTS > > plugin to another or there is a bug in this procedure? > > Thanks > > > fts rescan actually just deletes fts indexes, it does n

Re: FTS flatcurve not index messages when SEARCH run on Virtual Mailboxes

2022-01-17 Thread Aki Tuomi
o understand if I can switch > > > from FTS Solr to flatcurve. > > > > > > In my configuration I have enabled Virtual mailboxes and for search in > > > all folders I just SEARCH on Virtual/All folder. I this (virtual) folder > > > is not indexed with FTS Solr Dov

Re: FTS flatcurve not index messages when SEARCH run on Virtual Mailboxes

2022-01-17 Thread Alessio Cecchi
Il 11/01/22 15:27, Aki Tuomi ha scritto: On 11/01/2022 15:21 Alessio Cecchi wrote: Hi, I'm testing FTS flatcurve plugin in order to understand if I can switch from FTS Solr to flatcurve. In my configuration I have enabled Virtual mailboxes and for search in all folders I just SEAR

Re: FTS flatcurve not index messages when SEARCH run on Virtual Mailboxes

2022-01-11 Thread Michael Slusarz
Can you open a ticket at https://github.com/slusarz/dovecot-fts-flatcurve/issues? FTS drivers don't require code to handle virtual mailboxes separately, but it is possible that this is hitting a code path in flatcurve that isn't touched with single mailbox queries so there could very well be a bug. michael

Re: FTS flatcurve not index messages when SEARCH run on Virtual Mailboxes

2022-01-11 Thread Alessio Cecchi
Il 11/01/22 15:27, Aki Tuomi ha scritto: On 11/01/2022 15:21 Alessio Cecchi wrote: Hi, I'm testing FTS flatcurve plugin in order to understand if I can switch from FTS Solr to flatcurve. In my configuration I have enabled Virtual mailboxes and for search in all folders I just SEAR

Re: FTS flatcurve not index messages when SEARCH run on Virtual Mailboxes

2022-01-11 Thread Aki Tuomi
> On 11/01/2022 15:21 Alessio Cecchi wrote: > > > Hi, > I'm testing FTS flatcurve plugin in order to understand if I can switch from > FTS Solr to flatcurve. > > In my configuration I have enabled Virtual mailboxes and for search in all > folders I just

FTS flatcurve not index messages when SEARCH run on Virtual Mailboxes

2022-01-11 Thread Alessio Cecchi
Hi, I'm testing FTS flatcurve plugin in order to understand if I can switch from FTS Solr to flatcurve. In my configuration I have enabled Virtual mailboxes and for search in all folders I just SEARCH on Virtual/All folder. I this (virtual) folder is not indexed with FTS Solr Dovecot

DoveCot Virtual Mailboxes With MySql

2021-12-02 Thread postfix
PLEASE HELP - Dovecot Virtual Mailboxes Using MySql I have a thread detailing my problem with config here: https://ubuntuforums.org/showthread.php?t=2469564 VPS Ubuntu 20.04 postfix 3.4.13 and dovecot 2.3.7.2 I've got multiple domains each having multiple emails. I'm using Virtual

Re: PIGEONHOLE BUG: imapsieve with virtual mailboxes

2021-11-23 Thread Claudemir Todo Bom
k and dirty solution I made! Best regards, Claudemir > > On 20. Nov 2021, at 14.02, Claudemir Todo Bom > wrote: > > Hi, > > after some time learning some parts of the code of dovecot/pigeohole, I > made a Proof of Concept that it is possible to execute imapsieve scripts

Re: PIGEONHOLE BUG: imapsieve with virtual mailboxes

2021-11-22 Thread Timo Sirainen
wrote: > > Hi, > > after some time learning some parts of the code of dovecot/pigeohole, I made > a Proof of Concept that it is possible to execute imapsieve scripts when > moving messages to virtual mailboxes, made it a pull request on the > pigeonhole github project:

Re: PIGEONHOLE BUG: imapsieve with virtual mailboxes

2021-11-20 Thread Claudemir Todo Bom
Hi, after some time learning some parts of the code of dovecot/pigeohole, I made a Proof of Concept that it is possible to execute imapsieve scripts when moving messages to virtual mailboxes, made it a pull request on the pigeonhole github project: https://github.com/dovecot/pigeonhole/pull/10

Re: BUG: imapsieve with virtual mailboxes

2021-11-15 Thread Claudemir Todo Bom
Hi folks, and @stephanbosch trying to debug the code, even knowing nothing about it, I discovered that @stephanbosch (cc him on this message) fixed the panic error I described in my original message on commit #27ab897f in the pigeonhole project. In this change he only avoided running into the bug

BUG: imapsieve with virtual mailboxes

2021-10-27 Thread Claudemir Todo Bom
Hi, I've configured virtual mailboxes and it is working well, including the setting of the real mailbox that will receive messages moved to it. Problem starts when I try to use imapsieve plugin with this setup, I receive a panic on the log and the action isn't executed. To make t

Virtual mailboxes: errors after renaming a folder

2019-11-24 Thread André Rodier via dovecot
Hello, I have a dovecot server, running fine, on Debian Stretch. Virtual folders are set up, and works correctly. For instance, I have Unread, All and Conversations, and everything works fine. However, when I rename a folder, I have error messages from Dovecot. For instance, I had a folder INBOX

Re: dynamic virtual mailboxes?

2019-05-06 Thread Daniel Miller via dovecot
On 5/5/2019 10:50 PM, MRob via dovecot wrote:> Thank you for helping but- Again, Dovecot terminology here, mailbox means 'folder' not the whole account Dynamic- https://www.mail-archive.com/dovecot@dovecot.org/msg71091.html Ahh...I understand what you want now. Yes it would be nice - no tha

Re: dynamic virtual mailboxes?

2019-05-05 Thread MRob via dovecot
ot;mailbox" I guess mean "folder" which is how I am using it, as it is used in 15-mailboxes.conf) What does "dynamically generated" mean? Are you asking to create virtual mailboxes via your mail client? If so - then there's no native method. The examples I gave w

Re: dynamic virtual mailboxes?

2019-05-04 Thread Daniel Miller via dovecot
how I am using it, as it is used in 15-mailboxes.conf) What does "dynamically generated" mean? Are you asking to create virtual mailboxes via your mail client? If so - then there's no native method. The examples I gave will indeed give you virtual "folders" which resp

Re: Understanding virtual mailboxes (examples in 15-mailboxes.conf)

2019-05-04 Thread Daniel Miller via dovecot
On 5/3/2019 11:18 AM, MRob via dovecot wrote:> Thank you, but question is about the example mailbox settings in 15-mailboxes.conf I found I can put those mailbox definitions in the new virtual namespace, still not sure if they would work if I kept them in the inbox namespace, maybe the document

Re: dynamic virtual mailboxes?

2019-05-03 Thread MRob via dovecot
On 2019-05-03 16:03, Daniel Miller via dovecot wrote: On 5/2/2019 12:47 PM, MRob via dovecot wrote: hi, I spent time learning about virtual mailboxes. Is there some way to create dynamic virtual mailboxes? I mean, when I look at a mailbox, I want to see only unread messages or flagged messages

Re: Understanding virtual mailboxes (examples in 15-mailboxes.conf)

2019-05-03 Thread MRob via dovecot
n the default config? Does it use some other method different from the virtual plugin? maybe more config hints for those examples would be helpful. Thank you. You will indeed need to setup a virtual namespace. The virtual mailboxes will exist in a folder alongside but separate from your pr

Re: dynamic virtual mailboxes?

2019-05-03 Thread Daniel Miller via dovecot
On 5/2/2019 12:47 PM, MRob via dovecot wrote: hi, I spent time learning about virtual mailboxes. Is there some way to create dynamic virtual mailboxes? I mean, when I look at a mailbox, I want to see only unread messages or flagged messages in that mailbox. contents of /var/mail/mydomain

dynamic virtual mailboxes?

2019-05-02 Thread MRob via dovecot
hi, I spent time learning about virtual mailboxes. Is there some way to create dynamic virtual mailboxes? I mean, when I look at a mailbox, I want to see only unread messages or flagged messages in that mailbox.

Re: Understanding virtual mailboxes (examples in 15-mailboxes.conf)

2019-05-01 Thread Daniel Miller via dovecot
ifferent from the virtual plugin? maybe more config hints for those examples would be helpful. Thank you. You will indeed need to setup a virtual namespace. The virtual mailboxes will exist in a folder alongside but separate from your primary mailstore. If your default namespace is: n

Understanding virtual mailboxes (examples in 15-mailboxes.conf)

2019-04-30 Thread MRob via dovecot
The examples in 15-mailboxes.conf # If you have a virtual "All messages" mailbox: #mailbox virtual/All { # special_use = \All # comment = All my messages #} # If you have a virtual "Flagged" mailbox: #mailbox virtual/Flagged { # special_use = \Flagged # comment = All my flagg

per-user virtual mailboxes

2018-03-16 Thread
Have given up on getting the global virtual config for now, and am trying to setup the virtual mailboxes for just my user account. Basically, it's behaving exactly as it did when I was trying to use a global config. This, and the lack of errors, is causing me to think that it is somethin

Re: Virtual Mailboxes redux

2018-03-13 Thread @lbutlr
On 2018-03-06 (11:40 MST), @lbutlr wrote: > > I’ve created virtual mailboxes in dovecot, and they show up in various > clients, but the folders contain no messages. (I will get an ‘empty” folder > icon named “@virtual” and an empty folder icon named “month” inside it. Is > th

Re: Virtual Mailboxes redux

2018-03-08 Thread LuKreme
On Mar 8, 2018, at 00:05, Aki Tuomi wrote: > > You actually have a mailbox called '@virtual.day'? The behavior isn’t any different if the prefix is “virtual.” instead of “@virtual.” -- My main job is trying to come up with new and innovative and effective ways to reject even more mail. I'm

Re: Virtual Mailboxes redux

2018-03-08 Thread @lbutlr
-- I AM NOT A LICENSED HAIRSTYLIST Bart chalkboard Ep. AABF04 On 2018-03-08 (00:05 MST), Aki Tuomi wrote: > > On 08.03.2018 03:09, @lbutlr wrote: >> On 2018-03-06 (14:41 MST), "@lbutlr" wrote: and using "doveadm search mailbox $VIRTUAL_MAILBOX” >>> # doveadm search mailbox "@virtual.day"

Re: Virtual Mailboxes redux

2018-03-07 Thread Aki Tuomi
On 08.03.2018 03:09, @lbutlr wrote: > On 2018-03-06 (14:41 MST), "@lbutlr" wrote: >>> and using "doveadm search mailbox $VIRTUAL_MAILBOX” >> # doveadm search mailbox "@virtual.day" -u kremels >> # > Any clues on this? As far as I can tell from the documentation and the list > this should work,

Re: Virtual Mailboxes redux

2018-03-07 Thread @lbutlr
On 2018-03-06 (14:41 MST), "@lbutlr" wrote: > >> and using "doveadm search mailbox $VIRTUAL_MAILBOX” > > # doveadm search mailbox "@virtual.day" -u kremels > # Any clues on this? As far as I can tell from the documentation and the list this should work, but it is not. -- 'What good is a can

Re: Virtual Mailboxes redux

2018-03-06 Thread
(Sorry for posting with the sig first, I thought I’d fixed that) On 06 Mar 2018, at 13:13, Rob Hoelz wrote: > I've had success using "doveadm mailbox list” … # doveadm search mailbox "@virtual.day" -u kremels # …

Re: Virtual Mailboxes redux

2018-03-06 Thread @lbutlr
-- You only had to look into Teatime's mismatched eyes to know one thing, which was this: if Teatime wanted to find you he would not look everywhere. He'd look in only one place, which would be the place where you were hiding. --Hogfather > On 06 Mar 2018, at 13:13, Rob Hoelz wrote: > > I'v

Re: Virtual Mailboxes redux

2018-03-06 Thread Rob Hoelz
Hi there! I've had success using "doveadm mailbox list" to verify that my virtual mailboxes are showing up, and using "doveadm search mailbox $VIRTUAL_MAILBOX" to print out which mails are in a folder. -Rob On Tue, 6 Mar 2018 11:40:13 -0700 "@lbutlr" wrote

Virtual Mailboxes redux

2018-03-06 Thread @lbutlr
I’ve created virtual mailboxes in dovecot, and they show up in various clients, but the folders contain no messages. (I will get an ‘empty” folder icon named “@virtual” and an empty folder icon named “month” inside it. Is there a way I can verify what dovecot THINKS should be in the virtual

Re: ACLs, shared, public, virtual mailboxes not working

2018-02-15 Thread David Mehler
Hello, The user1 is my original user, user2 is the second user that I want to have access to the public and shared folder. I am not seeing a subcommand rights for doveadm Thanks. DAve. On 2/15/18, Aki Tuomi wrote: > Since you have obfuscated your data it is hard to tell what's going on, > esp

Re: ACLs, shared, public, virtual mailboxes not working

2018-02-15 Thread Aki Tuomi
Since you have obfuscated your data it is hard to tell what's going on, especially as in your previous log you have 'user=user' and now you have user1 and user2. You can try doveadm rights -u victim folder to see what sort of rights dovecot thinks it's seeing. Aki > On 15 February 2018 at 18

Re: ACLs, shared, public, virtual mailboxes not working

2018-02-15 Thread David Mehler
Hello, Thank you for your reply. Here's my acl files: public/TestFolder dovecot-acl anyone lr user=user1 akxeilprwts -user=user1 user=user2 lr public/TestFolder1 dovecot-acl user=user1 lr user=user2 lr public/dovecot-acl user=user1 lr user=user2 lr and I have another dovecot-acl file in share

Re: ACLs, shared, public, virtual mailboxes not working

2018-02-15 Thread Aki Tuomi
Hi! It seems you are running 2.2.33.2 =) Also, Feb 12 08:48:40 imap(u...@example.com): Debug: Mailbox 'public/TestFolder' matches global ACL pattern 'public/TestFolder' Feb 12 08:48:40 imap(u...@example.com): Debug: acl vfile: reading file /home/vmail/public/TestFolder/dovecot-acl Feb 12 08:48:4

ACLs, shared, public, virtual mailboxes not working

2018-02-15 Thread David Mehler
Hello, I'm running Dovecot 2.2.3, and am having issues with my public folders, shared folders, and virtual/ALl folders apparently ACLs are on that list as well. I was debugging an unrelated problem with my smtp server and got the following dovecot debug log output. Below is also a doveconf -n out

Re: Bug#876364: dovecot-sieve: Just discovered imap_sieve/sieve_imapsieve is not set up to work with virtual mailboxes.

2017-10-31 Thread Stephan Bosch
No luck reproducing this so far. Will continue looking once I finish merging some new v2.3 features. Op 22-9-2017 om 10:29 schreef Aki Tuomi: Hi! Thanks for your report, we'll look into it. Aki On 21.09.2017 14:47, Apollon Oikonomopoulos wrote: Control: tags -1 + moreinfo upstream [Forwar

Fwd: Bug#876364: dovecot-sieve: Just discovered imap_sieve/sieve_imapsieve is not set up to work with virtual mailboxes.

2017-09-23 Thread Thurgood Angelou
Hi... The output of my doveconf -n is as folllows. # 2.2.32 (dfbe293d4): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.20 (7cd71ba) doveconf: Warning: /etc/dovecot/dovecot.conf line 105: Global setting mail_plugins won't change the setting inside an earlier filter at /etc/dovecot/conf.d/15-ld

Re: Bug#876364: dovecot-sieve: Just discovered imap_sieve/sieve_imapsieve is not set up to work with virtual mailboxes.

2017-09-22 Thread Aki Tuomi
Hi! Thanks for your report, we'll look into it. Aki On 21.09.2017 14:47, Apollon Oikonomopoulos wrote: > Control: tags -1 + moreinfo upstream > > [Forwarding this to the Dovecot mailing list, just in case someone can help] > > Hi, > > Thanks for the report! See my comments inline. > > On 11:56

Re: Bug#876364: dovecot-sieve: Just discovered imap_sieve/sieve_imapsieve is not set up to work with virtual mailboxes.

2017-09-21 Thread Apollon Oikonomopoulos
Control: tags -1 + moreinfo upstream [Forwarding this to the Dovecot mailing list, just in case someone can help] Hi, Thanks for the report! See my comments inline. On 11:56 Thu 21 Sep , Thurgood Angelou wrote: > Package: dovecot-core > Version: 1:2.2.32-2 > > I've just discovered a bug whe

Re: Virtual mailboxes, index update issues

2017-08-09 Thread Stefan Hagen
Hello Teemu, * Teemu Huovila wrote: There are a few known issues in the virtual plugin for Dovecot 2.2.31. Some of these we will have fixed in 2.2.32. Your issue seems like a case of https://github.com/dovecot/core/commit/bc7d7e41fe00f76c38d1a5194c130c983487911b I've patched this PR into my c

Re: Virtual mailboxes, index update issues

2017-08-08 Thread Teemu Huovila
On 07.08.2017 20:28, Stefan Hagen wrote: > Hello, > > I noticed a strange behavor, where I would like to ask for help. > > I have set up a few virtual mailboxes using the Virtual plugin. > These mailboxes are: > - Unread (all undread in all mailboxes) > - LastDay (l

Virtual mailboxes, index update issues

2017-08-07 Thread Stefan Hagen
Hello, I noticed a strange behavor, where I would like to ask for help. I have set up a few virtual mailboxes using the Virtual plugin. These mailboxes are: - Unread (all undread in all mailboxes) - LastDay (last 24h of all mailboxes) - LastWeek (last 7 days of all mailboxes) ... The virtual

Re: Trouble setting up dovecot/postfix/mysql with virtual mailboxes..

2017-04-13 Thread Robert Moskowitz
On 04/13/2017 07:02 PM, Michael Segel wrote: Thanks! But I’m still trying to understand where to look and debug the inbound mail issue… Any pointers on where to start? On Centos, it is /var/log/maillog also /var/log/messages then is SELinux sticking its nose into things. try setenforce 0

Re: Trouble setting up dovecot/postfix/mysql with virtual mailboxes..

2017-04-13 Thread Robert Moskowitz
On 04/13/2017 03:40 PM, Michael Segel wrote: Hi, I’m building a new linux box to replace my current DNS/Mail server for my SOHO. I was going to set up postfix/dovecot/mysql so I can support virtual users. I also use Webmin to make admin easier. I ran in to a couple of snags. When I first g

Re: Trouble setting up dovecot/postfix/mysql with virtual mailboxes..

2017-04-13 Thread Michael Segel
Thanks! But I’m still trying to understand where to look and debug the inbound mail issue… Any pointers on where to start? Thx again ! > On Apr 13, 2017, at 6:00 PM, Robert Moskowitz wrote: > > > > On 04/13/2017 03:40 PM, Michael Segel wrote: >> Hi, >> >> I’m building a new linux box to

Trouble setting up dovecot/postfix/mysql with virtual mailboxes..

2017-04-13 Thread Michael Segel
Hi, I’m building a new linux box to replace my current DNS/Mail server for my SOHO. I was going to set up postfix/dovecot/mysql so I can support virtual users. I also use Webmin to make admin easier. I ran in to a couple of snags. When I first got it set up, mail went to the virtmail user a

Re: Virtual mailboxes, please help

2016-12-05 Thread GP
I didn't see my reply on the list , so I'm fw again direct to you On 12/03/2016 02:19 AM, Peter Hodur wrote: Hi, I'm trying to setup virtual mailboxes. My setup: - migrated from Courier, so: separator = . prefix = INBOX. inbox = yes In doc i have read, thant i need to

Re: Virtual mailboxes, please help

2016-12-05 Thread GP
On 12/03/2016 02:19 AM, Peter Hodur wrote: Hi, I'm trying to setup virtual mailboxes. My setup: - migrated from Courier, so: separator = . prefix = INBOX. inbox = yes In doc i have read, thant i need to create separate namespace. namespace { prefix = virtual/ separator = / loc

Re: Virtual mailboxes, please help

2016-12-04 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 3 Dec 2016, Peter Hodur wrote: I'm trying to setup virtual mailboxes. My setup: - migrated from Courier, so: separator = . prefix = INBOX. inbox = yes In doc i have read, thant i need to create separate namespace. namespace { p

Virtual mailboxes, please help

2016-12-02 Thread Peter Hodur
Hi, I'm trying to setup virtual mailboxes. My setup: - migrated from Courier, so: separator = . prefix = INBOX. inbox = yes In doc i have read, thant i need to create separate namespace. namespace { prefix = virtual/ separator = / location = virtual:~/Maildir/virtual So i need to c

Virtual mailboxes

2016-07-19 Thread Lefteris Tsintjelis
I have been banging my head to the walls for the past couple of days to make virtual mailboxes work and I finally found the problem. It seems when prefetch is used the user_query is not working at all. However, I have not found any reference to this one. http://wiki.dovecot.org/Plugins/Virtual

Re: 2.2.18 Regression: Incorrect STATUS response for virtual mailboxes

2015-09-22 Thread Timo Sirainen
On 15 Sep 2015, at 19:08, Guilhem Moulin wrote: > > As shown below, adding a message to TRASH doesn't increase > virtual/test's MESSAGES count. However SELECTing virtual/test triggers > the increase; so does running `doveadm mailbox status vsize > virtual/test` in another shell. Fixed: http://h

2.2.18 Regression: Incorrect STATUS response for virtual mailboxes

2015-09-15 Thread Guilhem Moulin
As shown below, adding a message to TRASH doesn't increase virtual/test's MESSAGES count. However SELECTing virtual/test triggers the increase; so does running `doveadm mailbox status vsize virtual/test` in another shell. $ mkdir -m0700 ~/mail/virtual/test $ echo -e "TRASH\n\tall" > ~/mail/vi

Re: Virtual Mailboxes

2015-06-24 Thread dmiller
boxes" no names appear - so I think I have the files in the right place. Any ideas? -- Daniel On 2015-06-20 14:34, dmil...@amfes.com wrote: Having some trouble with my first attempt at virtual mailboxes. I've enabled the plugin in 10-mail.conf, added a virtual namespace, and created

Re: Virtual Mailboxes

2015-06-22 Thread dmiller
el On 2015-06-20 14:34, dmil...@amfes.com wrote: Having some trouble with my first attempt at virtual mailboxes. I've enabled the plugin in 10-mail.conf, added a virtual namespace, and created the dovecot-virtual files in the folders. I see the folder names in the list when I refresh the folders a

Re: Virtual Mailboxes

2015-06-20 Thread dmiller
location other than "/var/mail/domain/user/mdbox/mailboxes" no names appear - so I think I have the files in the right place. Any ideas? -- Daniel On 2015-06-20 14:34, dmil...@amfes.com wrote: Having some trouble with my first attempt at virtual mailboxes. I've enabled

Virtual Mailboxes

2015-06-20 Thread Daniel Miller
Having some trouble with my first attempt at virtual mailboxes.  I've enabled the plugin in 10-mail.conf, added a virtual namespace, and created the dovecot-virtual files in the folders. I see the folder names in the list when I refresh the folders available for subscription - but the fo

Re: [Dovecot] Any client out there taking advantage of Dovecot's virtual mailboxes?

2014-03-18 Thread Steffen Kaiser
guess there is about a none percent chance of that occurring. You can read what he says in this very thread. I'm not a google+ user either. He just says Dovecot's virtual mailboxes are intended for admins only, not for clients. It doesn't sound logical, but that's what he

Re: [Dovecot] Any client out there taking advantage of Dovecot's virtual mailboxes?

2014-03-17 Thread Aleve Sicofante
art the dovecot server to make the changes stick (which, > again, will vary based on each server). I would guess there is about a > none percent chance of that occurring. > > > You can read what he says in this very thread. I'm not a google+ user >> either. He just says

Re: [Dovecot] Any client out there taking advantage of Dovecot's virtual mailboxes?

2014-03-17 Thread Michael M Slusarz
gle+ user either. He just says Dovecot's virtual mailboxes are intended for admins only, not for clients. It doesn't sound logical, but that's what he says. This is exactly what I said previously in this thread. And it is a 100% accurate statement. The ONLY way this can be

Re: [Dovecot] Any client out there taking advantage of Dovecot's virtual mailboxes?

2014-03-17 Thread Aleve Sicofante
e. > > It's never a good idea to link to protected content for things like this. > I just copied and pasted the name of the guy and it came with the link. Sorry. You can read what he says in this very thread. I'm not a google+ user either. He just says Dovecot's virtual mailboxes are intended for admins only, not for clients. It doesn't sound logical, but that's what he says.

Re: [Dovecot] Any client out there taking advantage of Dovecot's virtual mailboxes?

2014-03-17 Thread Charles Marcus
On 3/14/2014 9:43 PM, Aleve Sicofante wrote: 2014-03-05 13:07 GMT+01:00 Charles Marcus: Yes, dovecot's 'virtual mailboxes' is essentially the same thing conceptually as Thunderbird's 'Virtual Folders', but dovecot does it server-side (and all clients automaticall

Re: [Dovecot] Any client out there taking advantage of Dovecot's virtual mailboxes?

2014-03-14 Thread Aleve Sicofante
s an IMAP client (desktop or webmail) >>>> using >>>> Dovecot's virtual mailboxes as server-side search folders. >>>> >>> > I'm also interested in this. What I'd really like to see is support in >>> Thunderbird for this. >>> >

Re: [Dovecot] Any client out there taking advantage of Dovecot's virtual mailboxes?

2014-03-14 Thread Charles Marcus
On 3/4/2014 4:00 PM, Muzaffer Tolga Ozses wrote: On 4 March 2014 19:21, Charles Marcus wrote: On 3/3/2014 8:43 PM, Aleve Sicofante wrote: I wish to know if someone knows an IMAP client (desktop or webmail) using Dovecot's virtual mailboxes as server-side search folders. I&#

Re: [Dovecot] Any client out there taking advantage of Dovecot's virtual mailboxes?

2014-03-05 Thread Aleve Sicofante
;>> >>>> >>> Every client can take advantage of them. From a client's perspective, >>> they are just another IMAP mailbox. >>> >>> >> Of course any client would be able to "see" them once created somewhere >

Re: [Dovecot] Any client out there taking advantage of Dovecot's virtual mailboxes?

2014-03-05 Thread Michael M Slusarz
course any client would be able to "see" them once created somewhere else. The point is obviously finding a client capable of creating such virtual mailboxes from searches, labels, etc. You are misinterpreting what the Dovecot virtual plugin does. It allows an admin to create virtual

Re: [Dovecot] Any client out there taking advantage of Dovecot's virtual mailboxes?

2014-03-05 Thread Aleve Sicofante
; Of course any client would be able to "see" them once created somewhere else. The point is obviously finding a client capable of creating such virtual mailboxes from searches, labels, etc.

Re: [Dovecot] Any client out there taking advantage of Dovecot's virtual mailboxes?

2014-03-04 Thread Michael M Slusarz
Quoting Aleve Sicofante : I'm talking about this: http://wiki2.dovecot.org/Plugins/Virtual Every client can take advantage of them. From a client's perspective, they are just another IMAP mailbox. michael

Re: [Dovecot] Any client out there taking advantage of Dovecot's virtual mailboxes?

2014-03-04 Thread Aleve Sicofante
I'm talking about this: http://wiki2.dovecot.org/Plugins/Virtual 2014-03-04 22:00 GMT+01:00 Muzaffer Tolga Ozses : > Could you elaborate? I'm using virtual mailboxes, but I'm not sure if > that's what you're talking about. If you mean no system accounts, that'

Re: [Dovecot] Any client out there taking advantage of Dovecot's virtual mailboxes?

2014-03-04 Thread Muzaffer Tolga Ozses
Could you elaborate? I'm using virtual mailboxes, but I'm not sure if that's what you're talking about. If you mean no system accounts, that's my setup. On 4 March 2014 19:21, Charles Marcus wrote: > On 3/3/2014 8:43 PM, Aleve Sicofante wrote: > >> I

Re: [Dovecot] Any client out there taking advantage of Dovecot's virtual mailboxes?

2014-03-04 Thread Charles Marcus
On 3/3/2014 8:43 PM, Aleve Sicofante wrote: I wish to know if someone knows an IMAP client (desktop or webmail) using Dovecot's virtual mailboxes as server-side search folders. I'm also interested in this. What I'd really like to see is support in Thunderbird for this. Thun

[Dovecot] Any client out there taking advantage of Dovecot's virtual mailboxes?

2014-03-03 Thread Aleve Sicofante
I wish to know if someone knows an IMAP client (desktop or webmail) using Dovecot's virtual mailboxes as server-side search folders. Thanks.

[Dovecot] virtual mailboxes folder structure

2014-01-08 Thread Marco Cusano
Hi, I am trying to find a way to list my virtual mailboxes hiding the namespace prefix into my imap client. Fore example now my “All” mailbox is listed under virtual/ as: Inbox Sent Drafts Spam Trash - virtual All I would like to list as this: Inbox Sent Drafts Spam

[Dovecot] virtual mailboxes folder structure

2014-01-06 Thread Marco Cusano
Hi, I am trying to find a way to list my virtual mailboxes hiding the namespace prefix into my imap client. Fore example now my “All” mailbox is listed under virtual/ as: Inbox Sent Drafts Spam Trash virtual All I would like to list as this: Inbox Sent Drafts Spam Trash

[Dovecot] virtual mailboxes folder structure

2014-01-06 Thread Marco Cusano
Hi, I am trying to find a way to list my virtual mailboxes hiding the namespace prefix into my imap client. Fore example now my “All” mailbox is listed under virtual/ as: Inbox Sent Drafts Spam Trash virtual All I would like to list as this: Inbox Sent Drafts Spam Trash

Re: [Dovecot] Difference between using auth_realms and setting up virtual mailboxes in postfix?

2013-07-16 Thread Axel Luttgens
Le 12 juil. 2013 à 21:32, Gab IIpop a écrit : > Hi, there is a possibility in the future that I might have to support > multiple domain names(but using the same IP address). Postfix has something > called 'virtual mailboxes' to help handle this. Hello Gab, Let's s

[Dovecot] Difference between using auth_realms and setting up virtual mailboxes in postfix?

2013-07-12 Thread Gab IIpop
Hi, there is a possibility in the future that I might have to support multiple domain names(but using the same IP address). Postfix has something called 'virtual mailboxes' to help handle this. But I also noticed that dovecot has a setting "auth_realms" where I can specify do

[Dovecot] lazy_expunge plugin with virtual mailboxes

2013-04-15 Thread Gilles Chauvin
Hi, When using both lazy_expunge and virtual mailboxes (with, for instance, a "All Messages" virtual mailbox) as soon as a user deletes/expunges a mail in one of its mailbox, Dovecot is saving two mails to the lazy_expunge namespace (the one in the user mailbox and the one in t

Re: [Dovecot] fts (lucene): indexing of virtual mailboxes?

2012-02-09 Thread Timo Sirainen
Hi, On Fri, 2011-09-23 at 16:49 +0200, Lutz Preßler wrote: > Hello, > > (recent 2.1alpha2 variant - my test setup known to Timo). > No time to diagnose in depth at the moment, but I just noticed > that SEARCHing in virtual mailboxes seems not to create lucene > index content

Re: [Dovecot] fts (lucene): indexing of virtual mailboxes?

2011-09-23 Thread Timo Sirainen
On 23.9.2011, at 17.49, Lutz Preßler wrote: > (recent 2.1alpha2 variant - my test setup known to Timo). > No time to diagnose in depth at the moment, but I just noticed > that SEARCHing in virtual mailboxes seems not to create lucene > index content of its own but use those o

[Dovecot] fts (lucene): indexing of virtual mailboxes?

2011-09-23 Thread Lutz Preßler
Hello, (recent 2.1alpha2 variant - my test setup known to Timo). No time to diagnose in depth at the moment, but I just noticed that SEARCHing in virtual mailboxes seems not to create lucene index content of its own but use those of referenced mailboxes? The problem is that no new indexing takes

Re: [Dovecot] Gmail like virtual mailboxes

2011-06-19 Thread Benny Pedersen
On Tue, 14 Jun 2011 16:27:40 +0200, Aleve Sicofante wrote: How do you feel about the way Courier implements IMAP keywords? They seem to allow for an unlimited number of arbitrary keywords. dovecot 1.2.17 and thunderbird 3.1 windows works okay here with default keywords and custom created with

Re: [Dovecot] Gmail like virtual mailboxes

2011-06-14 Thread Aleve Sicofante
Thank you so much for the reply Timo. 2011/6/13 Timo Sirainen : >> First of all: can it be done? > > Not easily. You could create one virtual Dovecot folder for each IMAP > keyword, How do I do that? Can you point me to some part of the wiki that explains it? > but the client side would be probl

Re: [Dovecot] Gmail like virtual mailboxes

2011-06-13 Thread Timo Sirainen
ught about making this easy some day, but it's a lot of work. > I've tried hard to find information about using unlimited hierarchical > labels, virtual mailboxes or any other way of mimicing Gmail's > functionality with Dovecot, but I'm lost. > > First of al

[Dovecot] Gmail like virtual mailboxes

2011-06-09 Thread Aleve Sicofante
erved in the migration. I've looked at Courier's IMAP keywords implementation and it looks good, but everyone on the internet is recommending Dovecot, so here I am. I've tried hard to find information about using unlimited hierarchical labels, virtual mailboxes or any other way of mi

  1   2   >