[Dovecot] Imap Ghost folder
Hi list, i have a strange "ghost" folder in my subscription list and just can't find out how to get rid of it. It seems to be someones Inbox, but it doesn't tell me whose.
Here's a screenshot of Open-Xchanges Web-GUI: /http://s9.postimage.org/6aohh97ov/iehadjhb.jpg / As you can see there is an unamed folder just under Freigaben (Shares).
In Thunderbird: /http://s12.postimage.org/z0n82k2u5/bjddgefg.jpg/
Now the Folder is "INBOX"...But it is noones Inbox, as the corresponding user (amazon e.g.) should be a prefix-folder right before the share.
some output over Telnet:
1 lsub "" "*"
- LSUB () "/" "INBOX"
- LSUB () "/" "INBOX/Amazon"
- LSUB () "/" "INBOX/Bestellung"
- LSUB () "/" "Drafts"
- LSUB () "/" "Sent Items"
- LSUB () "/" "Spam"
- LSUB () "/" "Trash"
- LSUB () "/" "Freigaben/amazon/INBOX" 1 OK Lsub completed.
1 list "" "*"
- LIST (\HasNoChildren) "/" "Trash"
- LIST (\HasNoChildren) "/" "Sent Items"
- LIST (\HasChildren) "/" "INBOX"
- LIST (\HasNoChildren) "/" "INBOX/Amazon"
- LIST (\HasNoChildren) "/" "INBOX/Bestellung"
- LIST (\HasNoChildren) "/" "Spam"
- LIST (\HasNoChildren) "/" "Drafts"
- LIST (\Noselect \HasChildren) "/" "Freigaben/amazon"
- LIST (\Noselect \HasNoChildren) "/" "Freigaben/"
- LIST (\HasNoChildren) "/" "Freigaben/amazon/INBOX" 1 OK List completed.
This looks a bit strange to me:
- LIST (\Noselect \HasNoChildren) "/" "Freigaben/" But i don't know really if that is the ghostfolder.
finally here's the interesting part in my dovecot.conf: / namespace private { separator = / prefix = #location defaults to mail_location. inbox = yes }
namespace shared { separator = / prefix = Freigaben/%%n/ location = maildir:/var/mail/vhosts/%%d/%%n/:INDEX=/var/mail/vhosts/%%d/%%n/ subscriptions = no list = children inbox = no } /
Any idea how to banish the ghost in the machine?
Thank you very much Sascha
--
Systemschmiede IT-Lösungen Zucca & Teves GbR August-Thyssen-Straße 2-4 52511 Geilenkirchen www.systemschmiede.com
Tel.: 02451 - 9088390 Fax: 02451 - 9124070 Mobil: 0178 - 4073254
Ust.ID: DE248030393
If you should need any more info on this, just drop me a line. I am fully stuck! I think that my dovecot.conf is not put together well, only i can't find the problem...
Thanx Sascha
Am 22.08.2012 01:44, schrieb Sascha Zucca:
Hi list, i have a strange "ghost" folder in my subscription list and just can't find out how to get rid of it. It seems to be someones Inbox, but it doesn't tell me whose.
Here's a screenshot of Open-Xchanges Web-GUI: /http://s9.postimage.org/6aohh97ov/iehadjhb.jpg / As you can see there is an unamed folder just under Freigaben (Shares).
In Thunderbird: /http://s12.postimage.org/z0n82k2u5/bjddgefg.jpg/
Now the Folder is "INBOX"...But it is noones Inbox, as the corresponding user (amazon e.g.) should be a prefix-folder right before the share.
some output over Telnet:
1 lsub "" "*"
- LSUB () "/" "INBOX"
- LSUB () "/" "INBOX/Amazon"
- LSUB () "/" "INBOX/Bestellung"
- LSUB () "/" "Drafts"
- LSUB () "/" "Sent Items"
- LSUB () "/" "Spam"
- LSUB () "/" "Trash"
- LSUB () "/" "Freigaben/amazon/INBOX" 1 OK Lsub completed.
1 list "" "*"
- LIST (\HasNoChildren) "/" "Trash"
- LIST (\HasNoChildren) "/" "Sent Items"
- LIST (\HasChildren) "/" "INBOX"
- LIST (\HasNoChildren) "/" "INBOX/Amazon"
- LIST (\HasNoChildren) "/" "INBOX/Bestellung"
- LIST (\HasNoChildren) "/" "Spam"
- LIST (\HasNoChildren) "/" "Drafts"
- LIST (\Noselect \HasChildren) "/" "Freigaben/amazon"
- LIST (\Noselect \HasNoChildren) "/" "Freigaben/"
- LIST (\HasNoChildren) "/" "Freigaben/amazon/INBOX" 1 OK List completed.
This looks a bit strange to me:
- LIST (\Noselect \HasNoChildren) "/" "Freigaben/" But i don't know really if that is the ghostfolder.
finally here's the interesting part in my dovecot.conf: / namespace private { separator = / prefix = #location defaults to mail_location. inbox = yes }
namespace shared { separator = / prefix = Freigaben/%%n/ location = maildir:/var/mail/vhosts/%%d/%%n/:INDEX=/var/mail/vhosts/%%d/%%n/ subscriptions = no list = children inbox = no } /
Any idea how to banish the ghost in the machine?
Thank you very much Sascha
-- Systemschmiede IT-Lösungen Zucca & Teves GbR August-Thyssen-Str. 2-4 52511 Geilenkirchen www.systemschmiede.com
Tel.: 02451 - 9088390 Fax: 02451 - 9124070 Mobil: 0178 - 4073254
Ust.ID: DE248030393
Hi List, i found out the following: The problem with the "ghostfolder" occurs only if i use
prefix = shares/%%n/
When using prefix = shares/%%u/
everytung's ok! Only the name of the folder is a little longish this way, so i would really prefer the %%n way. Any ideas now?
Thank you Sascha
Am 22.08.2012 22:12, schrieb Sascha Zucca:
If you should need any more info on this, just drop me a line. I am fully stuck! I think that my dovecot.conf is not put together well, only i can't find the problem...
Thanx Sascha
Am 22.08.2012 01:44, schrieb Sascha Zucca:
Hi list, i have a strange "ghost" folder in my subscription list and just can't find out how to get rid of it. It seems to be someones Inbox, but it doesn't tell me whose.
Here's a screenshot of Open-Xchanges Web-GUI: /http://s9.postimage.org/6aohh97ov/iehadjhb.jpg / As you can see there is an unamed folder just under Freigaben (Shares).
In Thunderbird: /http://s12.postimage.org/z0n82k2u5/bjddgefg.jpg/
Now the Folder is "INBOX"...But it is noones Inbox, as the corresponding user (amazon e.g.) should be a prefix-folder right before the share.
some output over Telnet:
1 lsub "" "*"
- LSUB () "/" "INBOX"
- LSUB () "/" "INBOX/Amazon"
- LSUB () "/" "INBOX/Bestellung"
- LSUB () "/" "Drafts"
- LSUB () "/" "Sent Items"
- LSUB () "/" "Spam"
- LSUB () "/" "Trash"
- LSUB () "/" "Freigaben/amazon/INBOX" 1 OK Lsub completed.
1 list "" "*"
- LIST (\HasNoChildren) "/" "Trash"
- LIST (\HasNoChildren) "/" "Sent Items"
- LIST (\HasChildren) "/" "INBOX"
- LIST (\HasNoChildren) "/" "INBOX/Amazon"
- LIST (\HasNoChildren) "/" "INBOX/Bestellung"
- LIST (\HasNoChildren) "/" "Spam"
- LIST (\HasNoChildren) "/" "Drafts"
- LIST (\Noselect \HasChildren) "/" "Freigaben/amazon"
- LIST (\Noselect \HasNoChildren) "/" "Freigaben/"
- LIST (\HasNoChildren) "/" "Freigaben/amazon/INBOX" 1 OK List completed.
This looks a bit strange to me:
- LIST (\Noselect \HasNoChildren) "/" "Freigaben/" But i don't know really if that is the ghostfolder.
finally here's the interesting part in my dovecot.conf: / namespace private { separator = / prefix = #location defaults to mail_location. inbox = yes }
namespace shared { separator = / prefix = Freigaben/%%n/ location = maildir:/var/mail/vhosts/%%d/%%n/:INDEX=/var/mail/vhosts/%%d/%%n/ subscriptions = no list = children inbox = no } /
Any idea how to banish the ghost in the machine?
Thank you very much Sascha
-- Systemschmiede IT-Lösungen Zucca & Teves GbR August-Thyssen-Str. 2-4 52511 Geilenkirchen www.systemschmiede.com
Tel.: 02451 - 9088390 Fax: 02451 - 9124070 Mobil: 0178 - 4073254
Ust.ID: DE248030393
Hi Timo, dovecot --version 1.2.15
It's the stable one for debian squeeze i presume.
Thank you for your help.
Sascha
Am 25.08.2012 13:53, schrieb Timo Sirainen:
On 25.8.2012, at 14.11, Sascha Zucca wrote:
Hi List, i found out the following: The problem with the "ghostfolder" occurs only if i use
prefix = shares/%%n/
When using prefix = shares/%%u/
everytung's ok! What Dovecot version?
-- Systemschmiede IT-Lösungen Zucca & Teves GbR August-Thyssen-Str. 2-4 52511 Geilenkirchen www.systemschmiede.com
Tel.: 02451 - 9088390 Fax: 02451 - 9124070 Mobil: 0178 - 4073254
Ust.ID: DE248030393
It's very likely that this has been fixed in v2.1. And in any case I'm not fixing non-security bugs anymore for v1.x. You can find v2.x debian packages from backports.org.
On 25.8.2012, at 15.56, Sascha Zucca wrote:
Hi Timo, dovecot --version 1.2.15
It's the stable one for debian squeeze i presume.
Thank you for your help.
Sascha
Am 25.08.2012 13:53, schrieb Timo Sirainen:
On 25.8.2012, at 14.11, Sascha Zucca wrote:
Hi List, i found out the following: The problem with the "ghostfolder" occurs only if i use
prefix = shares/%%n/
When using prefix = shares/%%u/
everytung's ok! What Dovecot version?
-- Systemschmiede IT-Lösungen Zucca & Teves GbR August-Thyssen-Str. 2-4 52511 Geilenkirchen www.systemschmiede.com
Tel.: 02451 - 9088390 Fax: 02451 - 9124070 Mobil: 0178 - 4073254
Ust.ID: DE248030393
Hi Timo, hi list I upgraded: dovecot --version 2.1.7 But still i have this ghostfolder as soon as i want to use prefix = shares/%%n/
all is good, when using prefix = shares/%%u/
Any idea what could be wrong?
Thank you very much Sascha
Systemschmiede IT-Lösungen Zucca & Teves GbR August-Thyssen-Straße 2-4 52511 Geilenkirchen www.systemschmiede.com
Tel.: 02451 - 9088390 Fax: 02451 - 9124070 Mobil: 0178 - 4073254
Ust.ID: DE248030393
Am 25.08.2012 15:06, schrieb Timo Sirainen:
It's very likely that this has been fixed in v2.1. And in any case I'm not fixing non-security bugs anymore for v1.x. You can find v2.x debian packages from backports.org.
On 25.8.2012, at 15.56, Sascha Zucca wrote:
Hi Timo, dovecot --version 1.2.15
It's the stable one for debian squeeze i presume.
Thank you for your help.
Sascha
Am 25.08.2012 13:53, schrieb Timo Sirainen:
On 25.8.2012, at 14.11, Sascha Zucca wrote:
Hi List, i found out the following: The problem with the "ghostfolder" occurs only if i use
prefix = shares/%%n/
When using prefix = shares/%%u/
everytung's ok! What Dovecot version?
-- Systemschmiede IT-Lösungen Zucca & Teves GbR August-Thyssen-Str. 2-4 52511 Geilenkirchen www.systemschmiede.com
Tel.: 02451 - 9088390 Fax: 02451 - 9124070 Mobil: 0178 - 4073254
Ust.ID: DE248030393
another update on this:
I have this in my logfile: Debug: Namespace : type=shared, prefix=Freigaben/%u/, sep=/, inbox=no, hidden=yes, list=children, subscriptions=no location=maildir:/var/vmail/%d/%n/Maildir:INDEX=/var/vmail/parrotshop.de/testuser-2/Maildir/shared/%u
Though this is in my dovecot.conf:
prefix=Freigaben/%%u/ location=maildir:/var/vmail/%%d/%%n/Maildir:INDEX=/var/vmail/%d/%n/Maildir/shared/%%u
How come? And does this behaviour maybe also explain the unnamed folder i have when using prefix=Freigaben/%%n/ instead of %%u ?
Thanks for your assistance Sascha
Hi Timo, hi list I upgraded: dovecot --version 2.1.7 But still i have this ghostfolder as soon as i want to use prefix = shares/%%n/
all is good, when using prefix = shares/%%u/
Any idea what could be wrong?
Thank you very much Sascha
Systemschmiede IT-Lösungen Zucca & Teves GbR August-Thyssen-Straße 2-4 52511 Geilenkirchen www.systemschmiede.com
Tel.: 02451 - 9088390 Fax: 02451 - 9124070 Mobil: 0178 - 4073254
Ust.ID: DE248030393
Am 25.08.2012 15:06, schrieb Timo Sirainen:
It's very likely that this has been fixed in v2.1. And in any case I'm not fixing non-security bugs anymore for v1.x. You can find v2.x debian packages from backports.org.
On 25.8.2012, at 15.56, Sascha Zucca wrote:
Hi Timo, dovecot --version 1.2.15
It's the stable one for debian squeeze i presume.
Thank you for your help.
Sascha
Am 25.08.2012 13:53, schrieb Timo Sirainen:
On 25.8.2012, at 14.11, Sascha Zucca wrote:
Hi List, i found out the following: The problem with the "ghostfolder" occurs only if i use
prefix = shares/%%n/
When using prefix = shares/%%u/
everytung's ok! What Dovecot version?
-- Systemschmiede IT-Lösungen Zucca & Teves GbR August-Thyssen-Str. 2-4 52511 Geilenkirchen www.systemschmiede.com
Tel.: 02451 - 9088390 Fax: 02451 - 9124070 Mobil: 0178 - 4073254
Ust.ID: DE248030393
Hi all. Sorry, but i can't believe noone has a hint on this one. I guess it's just some stupid detail i am missing.
dovecot --version 2.1.7 If in the shared folders part of dovecot.conf i use:
*prefix = Freigaben/%%n/ * Then in the subscription menu (and later in shared Folder too) i see http://s9.postimage.org/6aohh97ov/iehadjhb.jpg (Open-Xchange-GUI) http://s12.postimage.org/z0n82k2u5/bjddgefg.jpg (Thunderbird)
all is good, when using *prefix = Freigaben/%%u/ * only the name is very longish then, so i'd really prefer "n".
Please help me.
Thank you very much Sascha
Systemschmiede IT-Lösungen Zucca & Teves GbR August-Thyssen-Straße 2-4 52511 Geilenkirchen www.systemschmiede.com
Tel.: 02451 - 9088390 Fax: 02451 - 9124070 Mobil: 0178 - 4073254
Ust.ID: DE248030393
Am 28.08.2012 10:30, schrieb Sascha Zucca:
another update on this:
I have this in my logfile: Debug: Namespace : type=shared, prefix=Freigaben/%u/, sep=/, inbox=no, hidden=yes, list=children, subscriptions=no location=maildir:/var/vmail/%d/%n/Maildir:INDEX=/var/vmail/parrotshop.de/testuser-2/Maildir/shared/%u
Though this is in my dovecot.conf:
prefix=Freigaben/%%u/ location=maildir:/var/vmail/%%d/%%n/Maildir:INDEX=/var/vmail/%d/%n/Maildir/shared/%%u
How come? And does this behaviour maybe also explain the unnamed folder i have when using prefix=Freigaben/%%n/ instead of %%u ?
Thanks for your assistance Sascha
Hi Timo, hi list I upgraded: dovecot --version 2.1.7 But still i have this ghostfolder as soon as i want to use prefix = shares/%%n/
all is good, when using prefix = shares/%%u/
Any idea what could be wrong?
Thank you very much Sascha
Systemschmiede IT-Lösungen Zucca & Teves GbR August-Thyssen-Straße 2-4 52511 Geilenkirchen www.systemschmiede.com
Tel.: 02451 - 9088390 Fax: 02451 - 9124070 Mobil: 0178 - 4073254
Ust.ID: DE248030393
Am 25.08.2012 15:06, schrieb Timo Sirainen:
It's very likely that this has been fixed in v2.1. And in any case I'm not fixing non-security bugs anymore for v1.x. You can find v2.x debian packages from backports.org.
On 25.8.2012, at 15.56, Sascha Zucca wrote:
Hi Timo, dovecot --version 1.2.15
It's the stable one for debian squeeze i presume.
Thank you for your help.
Sascha
Am 25.08.2012 13:53, schrieb Timo Sirainen:
On 25.8.2012, at 14.11, Sascha Zucca wrote:
Hi List, i found out the following: The problem with the "ghostfolder" occurs only if i use
prefix = shares/%%n/
When using prefix = shares/%%u/
everytung's ok! What Dovecot version?
-- Systemschmiede IT-Lösungen Zucca & Teves GbR August-Thyssen-Str. 2-4 52511 Geilenkirchen www.systemschmiede.com
Tel.: 02451 - 9088390 Fax: 02451 - 9124070 Mobil: 0178 - 4073254
Ust.ID: DE248030393
Hi Sascha,
Sascha Zucca wrote:
Sorry, but i can't believe noone has a hint on this one.
Sorry, but you forgot to post your complete doveconf -n output and how to exactly reproduce this.
http://s12.postimage.org/z0n82k2u5/bjddgefg.jpg (Thunderbird)
I'm getting the same result when SIEVE sorts Messages into autocreated subfolders inside of folders which do not exist. So it's probably not a ghost folder, it is just an intermediate folder which does not exist itself, but contains existing subfolders.
This forces your mail client to display the folder in the tree:
INBOX exists (black) INBOX/foo does not exist (grey) INBOX/foo/bar exists (black)
HTH and Regards Daniel
Hi! I am very sorry, i thought i had done so before. Well here ist is:
dovecot -n # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-14-pve i686 Debian 6.0.5 simfs auth_mechanisms = plain login disable_plaintext_auth = no log_timestamp = "%Y-%m-%d %H:%M:%S " mail_location = maildir:/var/vmail/%%d/%%n/Maildir mail_plugins = acl mail_privileged_group = vmail managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave namespace { inbox = yes location = prefix = separator = / type = private } namespace { hidden = yes list = children location = maildir:/var/vmail/%%d/%%n/Maildir:INDEX=/var/vmail/%d/%n/Maildir/shared/%%u prefix = Freigaben/%%n/ separator = / subscriptions = no type = shared } passdb { args = /etc/dovecot/dovecot-sql.conf driver = sql } plugin { acl = vfile acl_shared_dict = file:/var/lib/dovecot/db/shared-mailboxes.db quota = dict:user::file:/var/vmail/%d/%n/.quotausage sieve = /var/vmail/%d/%n/.sieve } protocols = imap pop3 sieve service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0660 user = postfix } unix_listener auth-userdb { group = vmail mode = 0600 user = vmail } user = root } ssl_cert =
I don't really think, it has anything to do with sieve, as the folder simply won't show up as soo as i just change prefix = Freigaben/%%n/ to prefix = Freigaben/%%u/. And i didn't filter into autocreated folders yet. For now, i created only one sieve rule, that filters into an folder i created manually.
Thank you very much for your help Sascha
Am 29.08.2012 22:48, schrieb Daniel Parthey:
Hi Sascha,
Sascha Zucca wrote:
Sorry, but i can't believe noone has a hint on this one. Sorry, but you forgot to post your complete doveconf -n output and how to exactly reproduce this.
http://s12.postimage.org/z0n82k2u5/bjddgefg.jpg (Thunderbird) I'm getting the same result when SIEVE sorts Messages into autocreated subfolders inside of folders which do not exist. So it's probably not a ghost folder, it is just an intermediate folder which does not exist itself, but contains existing subfolders.
This forces your mail client to display the folder in the tree:
INBOX exists (black) INBOX/foo does not exist (grey) INBOX/foo/bar exists (black)
HTH and Regards Daniel
-- Systemschmiede IT-Lösungen Zucca & Teves GbR August-Thyssen-Str. 2-4 52511 Geilenkirchen www.systemschmiede.com
Tel.: 02451 - 9088390 Fax: 02451 - 9124070 Mobil: 0178 - 4073254
Ust.ID: DE248030393
Hi! Still noone? strange...this must be some easy thing to solve if you're familiar with dovecot, i thought. Anyways, thanks for any help Sascha
Am 30.08.2012 08:43, schrieb Sascha Zucca:
Hi! I am very sorry, i thought i had done so before. Well here ist is:
dovecot -n # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-14-pve i686 Debian 6.0.5 simfs auth_mechanisms = plain login disable_plaintext_auth = no log_timestamp = "%Y-%m-%d %H:%M:%S " mail_location = maildir:/var/vmail/%%d/%%n/Maildir mail_plugins = acl mail_privileged_group = vmail managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave namespace { inbox = yes location = prefix = separator = / type = private } namespace { hidden = yes list = children location = maildir:/var/vmail/%%d/%%n/Maildir:INDEX=/var/vmail/%d/%n/Maildir/shared/%%u prefix = Freigaben/%%n/ separator = / subscriptions = no type = shared } passdb { args = /etc/dovecot/dovecot-sql.conf driver = sql } plugin { acl = vfile acl_shared_dict = file:/var/lib/dovecot/db/shared-mailboxes.db quota = dict:user::file:/var/vmail/%d/%n/.quotausage sieve = /var/vmail/%d/%n/.sieve } protocols = imap pop3 sieve service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0660 user = postfix } unix_listener auth-userdb { group = vmail mode = 0600 user = vmail } user = root } ssl_cert =
I don't really think, it has anything to do with sieve, as the folder simply won't show up as soo as i just change prefix = Freigaben/%%n/ to prefix = Freigaben/%%u/. And i didn't filter into autocreated folders yet. For now, i created only one sieve rule, that filters into an folder i created manually.
Thank you very much for your help Sascha
Am 29.08.2012 22:48, schrieb Daniel Parthey:
Hi Sascha,
Sascha Zucca wrote:
Sorry, but i can't believe noone has a hint on this one. Sorry, but you forgot to post your complete doveconf -n output and how to exactly reproduce this.
http://s12.postimage.org/z0n82k2u5/bjddgefg.jpg (Thunderbird) I'm getting the same result when SIEVE sorts Messages into autocreated subfolders inside of folders which do not exist. So it's probably not a ghost folder, it is just an intermediate folder which does not exist itself, but contains existing subfolders.
This forces your mail client to display the folder in the tree:
INBOX exists (black) INBOX/foo does not exist (grey) INBOX/foo/bar exists (black)
HTH and Regards Daniel
Hi and thanks for replying! Here's what you asked for:
_*with %%n:*_
1 LIST "" *
- LIST (\HasNoChildren) "/" "Papierkorb"
- LIST (\HasNoChildren) "/" "Gesendete Objekte"
- LIST (\HasNoChildren) "/" "Spam"
- LIST (\HasNoChildren) "/" "Entw&APw-rfe"
- LIST (\HasNoChildren) "/" "INBOX"
- LIST (\Noselect \HasNoChildren) "/" "Freigaben/"
- LIST (\Noselect \HasChildren) "/" "Freigaben/testuser-1"
- LIST (\HasNoChildren) "/" "Freigaben/testuser-1/INBOX/test" 1 OK List completed.
_*with %%u:*_
1 LIST "" *
- LIST (\HasNoChildren) "/" "Papierkorb"
- LIST (\HasNoChildren) "/" "Gesendete Objekte"
- LIST (\HasNoChildren) "/" "Spam"
- LIST (\HasNoChildren) "/" "Entw&APw-rfe"
- LIST (\HasNoChildren) "/" "INBOX"
- LIST (\Noselect \HasChildren) "/" "Freigaben/testuser-1@parrotshop.de"
- LIST (\HasNoChildren) "/" "Freigaben/testuser-1@parrotshop.de/INBOX/test" 1 OK List completed.
So i guess
- LIST (\Noselect \HasNoChildren) "/" "Freigaben/" is the Problem...
Thank you again Sascha
Am 31.08.2012 15:34, schrieb Timo Sirainen:
On 31.8.2012, at 11.16, Sascha Zucca wrote:
Hi! Still noone? strange...this must be some easy thing to solve if you're familiar with dovecot, i thought. No. I can't reproduce it. What does your LIST "" * reply look like now with v2.1?
-- Systemschmiede IT-Lösungen Zucca & Teves GbR August-Thyssen-Str. 2-4 52511 Geilenkirchen www.systemschmiede.com
Tel.: 02451 - 9088390 Fax: 02451 - 9124070 Mobil: 0178 - 4073254
Ust.ID: DE248030393
On 31.8.2012, at 16.59, Sascha Zucca wrote:
So i guess
- LIST (\Noselect \HasNoChildren) "/" "Freigaben/" is the Problem...
Yes. The problem is, I don't see it even with v2.1.7. Although I do see that when a user sees zero shared mailboxes, but that has also been fixed with v2.1.9. So I'd try upgrading again..
Am 31.08.2012 16:06, schrieb Timo Sirainen:
On 31.8.2012, at 16.59, Sascha Zucca wrote:
So i guess
- LIST (\Noselect \HasNoChildren) "/" "Freigaben/" is the Problem... Yes. The problem is, I don't see it even with v2.1.7. Although I do see that when a user sees zero shared mailboxes, but that has also been fixed with v2.1.9. So I'd try upgrading again..
hm, but 2.1.9 is not in backports yet, is it?
-- Systemschmiede IT-Lösungen Zucca & Teves GbR August-Thyssen-Str. 2-4 52511 Geilenkirchen www.systemschmiede.com
Tel.: 02451 - 9088390 Fax: 02451 - 9124070 Mobil: 0178 - 4073254
Ust.ID: DE248030393
Sascha Zucca zucca@systemschmiede.com wrote:
Am 31.08.2012 16:06, schrieb Timo Sirainen:
On 31.8.2012, at 16.59, Sascha Zucca wrote:
So i guess
- LIST (\Noselect \HasNoChildren) "/" "Freigaben/" is the Problem...
Yes. The problem is, I don't see it even with v2.1.7. Although I do see that when a user sees zero shared mailboxes, but that has also been fixed with v2.1.9. So I'd try upgrading again..
hm, but 2.1.9 is not in backports yet, is it?
And will not be for some time. 2.1.9 is not even in Unstable and even if it were, it would not migrate to testing (and be an eligible backporting target) due to the freeze before the Wheezy release.
Grüße, Sven.
-- Sigmentation fault. Core dumped.
hm, but 2.1.9 is not in backports yet, is it? And will not be for some time. 2.1.9 is not even in Unstable and even if it were, it would not migrate to testing (and be an eligible backporting target) due to the freeze before the Wheezy release.
So, no workaround for this? Noone can reproduce it using my configuration? Very strange..
Thanks Sascha.
participants (4)
-
Daniel Parthey
-
Sascha Zucca
-
Sven Hartge
-
Timo Sirainen