Patrick De Zordo
2014-May-08 11:43 UTC
[Dovecot] Strange behavior on with "listescape" and "lda_mailbox_autocreate" - double entries
Hello Guys,
we are using Dovecot since years; all working flawless but one strange
behavior:
Let me explain..
- we have enabled the "listescape" plugin in "15-lda.conf",
"10-mail.conf" and "20-imap.conf".
- we use the following default namespace in "10-mail.conf":
--------------- 10-mail.conf -----------------------------------------
namespace {
type = private
prefix separator = /
inbox = yes
subscriptions = yes
}
----------------------------------------------------------------------------------------
- we use a sieve script that automatically generates folders in the
following form (example):
----------------------------------------------------------------------------------------
".INBOX.2014.05.patrick.incoming" for user "patrick at
xx.com"
".INBOX.2014.05.patrick.outgoing" for user "patrick at
xx.com"
".INBOX.2014.05.p\2edezordo.incoming" for user "p.dezordo at
xx.com"
----------------------------------------------------------------------------------------
This is ok, but the automatically generated "subscriptions"-file of
the
user contains double lines (the second line is something strange?!);
the second one should not be created, its totally wrong..!
--------------- subscriptions -----------------------------------------
Trash
Sent
INBOX.2014.05.patrick.incoming
INBOX.2014.05.patrick.outgoing
INBOX.2014.05.p\2edezordo.incoming
INBOX\2e2014\2e05\2ep\5c2edezordo\2eincoming <----- this line!?!?!?
----------------------------------------------------------------------------------------
Have you any ideas whats going on?
Could this be a bug, or misconfiguration?
Thanks in advance!!
Greeting from Italy!
Patrick.
Robert Schetterer
2014-May-08 12:03 UTC
[Dovecot] Strange behavior on with "listescape" and "lda_mailbox_autocreate" - double entries
Am 08.05.2014 13:43, schrieb Patrick De Zordo:> Hello Guys, > we are using Dovecot since years; all working flawless but one strange > behavior: > > Let me explain.. > > - we have enabled the "listescape" plugin in "15-lda.conf", > "10-mail.conf" and "20-imap.conf". > - we use the following default namespace in "10-mail.conf": > --------------- 10-mail.conf ----------------------------------------- > namespace { > type = private > prefix > separator = / > inbox = yes > subscriptions = yes > } > ---------------------------------------------------------------------------------------- > > > - we use a sieve script that automatically generates folders in the > following form (example): > ---------------------------------------------------------------------------------------- > > ".INBOX.2014.05.patrick.incoming" for user "patrick at xx.com" > ".INBOX.2014.05.patrick.outgoing" for user "patrick at xx.com" > ".INBOX.2014.05.p\2edezordo.incoming" for user "p.dezordo at xx.com" > ---------------------------------------------------------------------------------------- > > > This is ok, but the automatically generated "subscriptions"-file of the > user contains double lines (the second line is something strange?!); > the second one should not be created, its totally wrong..! > > --------------- subscriptions ----------------------------------------- > Trash > Sent > INBOX.2014.05.patrick.incoming > INBOX.2014.05.patrick.outgoing > INBOX.2014.05.p\2edezordo.incoming > INBOX\2e2014\2e05\2ep\5c2edezordo\2eincoming <----- this line!?!?!? > ---------------------------------------------------------------------------------------- > > > Have you any ideas whats going on? > Could this be a bug, or misconfiguration? > > Thanks in advance!! > > Greeting from Italy! > Patrick.which version of dove listescape had bugs in the past i.e http://hg.dovecot.org/dovecot-2.1/rev/63af3274fb6f http://hg.dovecot.org/dovecot-2.2/rev/63af3274fb6f http://hg.dovecot.org/dovecot-2.2/rev/fce84463f508 perhaps reread http://wiki2.dovecot.org/Plugins/Listescape post complete dove conf Best Regards MfG Robert Schetterer -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstra?e 15, 81669 M?nchen Sitz der Gesellschaft: M?nchen, Amtsgericht M?nchen: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein
Reasonably Related Threads
- Problem syncing mailboxes using doveadm sync
- lda_mailbox_autocreate and lda_mailbox_autosubscribe
- lda_mailbox_autocreate does not work for lmtp?
- bash script hook lda_mailbox_autocreate for generate mail-crypt user encrypted private key with user password
- Question about listescape plugin