Displaying 2 results from an estimated 2 matches for "ghostfolder".
2012 Aug 21
1
Imap Ghost folder
...lect \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/vh...
2012 Sep 05
0
strange Folder in subscription list (was: Imap Ghost Folder)
Hi list,
here's the complete Problem for easy reading again.
Can someone reproduce this?
I have a strange "ghostfolder" when using
shares/%%n/
as prefix for shared namespace.
If i swith only this setting to
shares/%%u/
everything is just as wanted, only then the prefix is very long, so i
would prefer the name.
dovecot --version
2.1.7
dovecot -n
# 2.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-14-pve...