similar to: Outlook can't see namespace folders

Displaying 20 results from an estimated 20000 matches similar to: "Outlook can't see namespace folders"

2017 May 03
3
folders in public namespace only visable to 2nd folder level in 2.2.29.1
Hi all, I am currently facing an issue with Dovevot version 2.2.29.1 where subfolders in a public namespace are only visible to the 2nd folder level: namespace Public -> folder "1st" -> folder -> "2nd" -> folder "3rd" .... When one user creates a subfolder below the 2nd level other users do not see that folder and are unable to subscribe to this
2007 Dec 01
4
namespaces, shared mailboxes
Hi! I'd like to provide shared mailboxes with maildir that should appear like 'Shared/<mailboxname>' to the clients. Using the namespace configuration below, everything works fine, exept one thing: Mail clients (only tested with Thunderbird) won't allow to put mails directly in 'Shared/mailboxname' (the folder it is greyed out). You currently have to create
2017 May 04
2
folders in public namespace only visable to 2nd folder level in 2.2.29.1
On 04.05.2017 10:27, Andreas Oster wrote: > > > Mit freundlichen Gr??en > > Andreas Oster > NOVA Elektroanlagen GmbH > Carl-Zeiss-Str. 3 > > D-76275 Ettlingen > > Tel.: +49 (7243) 5490 22 > FAX: +49 (7243) 5490 54 > aoster at novanetwork.de > http://www.novanetwork.de > > Gesch?ftsf?hrer: J?rg Amann, Claudia Blasi > Registergericht: Mannheim, HRB
2008 Aug 12
3
restricting shared folders access
Hi all, I have a dovecot setup with virtual users and a passwd-file passdb. All users have the same uid and gid. Recently I got my public folders working using namespaces and they work great. However, now I'm trying to share a folder between a limited number of users and so far I failed to get it working. Symlinks aren't an option because users need to be able to create
2013 Nov 08
2
Question about folder sharing
Hi, I run dovecot (2.1.7) on debian wheezy in conjuniction with postfix, samba4 (as ldap backend) and sogo. I configured folder sharing but have an few issues. With my current config users can share the inbox and other folders. If the acl allows creatings subfolders this does work for all folders beside inbox. What i want to archiev is the following: If an user shares his inbox, others
2008 Mar 04
1
multiple namespaces, Mac OS X
After installing a new server with postfix/dovecot I found that the Mac OS X mail client does not see email in subfolders. It seemed to be related to the namespace. From dovecot.conf: namespace private { separator = . prefix = INBOX. inbox = yes hidden = no } After googling I found that I might need to add a default namespace with an empty prefix so I added this: namespace
2008 Feb 22
1
shared mailbox - namespace
Hi all, this is my last try to get help before giving up. I red the dovecot-wiki several times, but it doesn?t work. I don?t know what?s wrong. If I open thunderbird I see the folder "public" but I cannot subscribe it. I have dovecot 1.0.10. Yes it?s a little bit old but it is the latest version under debian packages. Please see my configuration below. here the content of:
2014 Jul 31
1
INBOX subfolders not showing up
Hi, I have a problem with INBOX subfolders and subscriptions which I can't solve... Maybe somebody has seen this, too... I can create regular subfolders (not in INBOX) and (un-)subscribe to them with Thunderbird. If I create subfolders in the INBOX with TB this seems to work now in v31 (just found this out), but with v24.6 neither INBOX subfolder creation nor subscriptions worked. When
2007 Sep 27
2
ACL question
Does ACL's apply to all subfolders? For instance, if I create a dovecot-acl in a Maildir/, does it apply only to the INBOX or does it apply to all subfolders as well?
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
2003 Mar 19
3
some problem with dovecot
hi, yesterday we switch to courir to dovecot the whole company. there is good and bad news. the good one that about 200 people use outlook and outlook works fine (after we make some registry hack to delete the INBOX form imap root folder, which was required for courier but not for dovecot). the bad news we try most of the thing before the switch except outself. since the whole it department use
2010 Jan 02
1
Deliver virtual user's mail to a specific namespace?
Hello: I have virtual users set up for the various mailing lists that I subscribe to. Everything has been working well in both Postfix and Dovecot. Postfix is configured to deliver to a specific mbox file within my mbox mail root. I can access retrieve and read email via Dovecot without any issues. Now I want to make my setup more robust and have these messages delivered to a maildir
2013 Feb 04
1
Subfolders problem
I have moved from dovecot 1.x to 2.x and I have big problem with subfolders. When I'm moving subfolder with other subfolders is moving only main subfolder, without subfolders, example : mail-storage-1 /var/vmail/home/adamskitest/mdbox/mailboxes # find | egrep -e "janusz|jarek" ./jarek ./jarek/dbox-Mails ./jarek/dbox-Mails/dovecot.index.log ./jarek/jarek2 ./jarek/jarek2/dbox-Mails
2010 Oct 24
1
Public Folders for spam/nospam -> don't get it
hi, Dovecot: 2.0.5 I want to use public folders (maildir), for my spam mails to feed spamassassin, but I don't get it working. My Evolution 2.28.3 (nothing else tested) can't subscribe the folders: namespace { hidden = no inbox = yes list = yes location = prefix = INBOX/ separator = / subscriptions = yes type = private } namespace { hidden = no inbox = no list =
2007 Oct 11
4
Spliting Folders for Efficiency
Dear Timo, Would there be any sense in giving Dovecot the option to split folders into multiple subfolders when they reached a specified size (probably message count) limit? Dovecot would monitor folders and when they reached, say, 10,000 messages, silently split the folder on the filesystem to ensure that access remains fast. I know that Dovecot scales very well but this would give
2013 Apr 08
5
How to see folders/subfolders/emails through imap
Hello all, I am trying to do something very simple - at least thats what I thought. I have some fs, it contains folders and subfolders with email files ordered like maildir. Now I try to set up dovecot on top simply to let some imap account watch these email files. But I cannot see any folders at all. I can create new folders and see them, but I cannot create subfolders as subdirs like
2008 Aug 20
1
Problems with namespaces
Hi, I'm trying to create Shared folder with subfolders "SPAM" and "NOT_Spam". Configuration: namespace public { separator = / prefix = Shared/ location = maildir:/vmail/%Ld/Shared:INDEX=/vmail/%Ld/%Ln/Shared hidden = no } Result I get (is exactly what I want): Inbox Drafts Sent Trash Shared --NOT_Spam --SPAM I can select SPAM and NOT_Spam, delete messages etc, but
2013 May 17
1
ACLs - creating new top level folders
Hi, I'm wondering, whether it's possible, to define an ACL on the mailbox itself. We use Dovecot 1.2.15 (included in Debian 6) and maildir filesystem layout: /home/mail01/user1/Maildir/new \ /home/mail01/user1/Maildir/cur Inbox /home/mail01/user1/Maildir/tmp / /home/mail01/user1/Maildir/.folder1/new \ /home/mail01/user1/Maildir/.folder1/cur folder1
2007 Sep 27
3
shared mailboxes question
I'm using a virtual mailbox setup. Lets say my users have mailboxes in /home/vmail/domain/%u. What I'm trying to do is setup one namespace that points to /home/vmail/domain and contains everyones mailboxes that I can subscribe to. Is this possible? I tried using a symlink to /home/vmail/domain but it doesn't work because its looking for the dotFoldername. The only way I could
2010 Jan 28
10
Anyone successfully setup Continous Backup of mailboxes using rsync ?
Hi All.. Am working on continous backup of mailboxes using rsync(for e.g by running rsync every 2 min) Things gets more complicated when users create Subfolders in INBOX , SENT , etc.. If anyone among you did that plz guide & advise. Thanks CoolAtt _________________________________________________________________ Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.